Skip to content

Commit 2a30eab

Browse files
bump dind-volume-utils (#323)
* bump dind-volume-utils * bump version in chart as well
1 parent 2c3f71e commit 2a30eab

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.deploy/cf-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cf-runtime
33
description: A Helm chart for Codefresh Runner
44
type: application
5-
version: 1.9.4
6-
appVersion: "1.9.4"
5+
version: 1.9.5
6+
appVersion: "1.9.5"

.deploy/cf-runtime/templates/volume-provisioner/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ codefresh.io/application: pv-cleanup
6868

6969
{{- define "cf-vp.docker-image-volume-utils" -}}
7070
{{- if ne .Values.dockerRegistry ""}}
71-
{{- .Values.dockerRegistry }}/codefresh/dind-volume-utils:1.29.0
72-
{{- else }}codefresh/dind-volume-utils:1.29.0
71+
{{- .Values.dockerRegistry }}/codefresh/dind-volume-utils:1.29.2
72+
{{- else }}codefresh/dind-volume-utils:1.29.2
7373
{{- end}}
7474
{{- end }}
7575

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.4
1+
1.9.5

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.4
1+
1.9.5

venonactl/pkg/templates/kubernetes/daemonset.dind-lv-monitor.vp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333

3434

3535
containers:
36-
- image: {{ if ne .DockerRegistry ""}} {{- .DockerRegistry }}/codefresh/dind-volume-utils:1.29.0 {{- else }}codefresh/dind-volume-utils:1.29.0{{- end}}
36+
- image: {{ if ne .DockerRegistry ""}} {{- .DockerRegistry }}/codefresh/dind-volume-utils:1.29.2 {{- else }}codefresh/dind-volume-utils:1.29.2{{- end}}
3737
name: lv-cleaner
3838
resources:
3939
{{ toYaml .Storage.LocalVolumeMonitor | indent 10 }}
@@ -73,4 +73,4 @@ spec:
7373
- name: dind-volume-dir
7474
hostPath:
7575
path: {{ $localVolumeParentDir }}
76-
{{- end -}}
76+
{{- end -}}

venonactl/pkg/templates/kubernetes/templates.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)