Skip to content

Commit 63f40ac

Browse files
Cr 9364 (#268)
* upd provisioner name * upd vp image
1 parent bec1f94 commit 63f40ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/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: 0.1.7
6-
appVersion: "0.1.7"
5+
version: 0.1.8
6+
appVersion: "0.1.8"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Expand the name of the chart.
1818
{{- end }}
1919

2020
{{- define "cf-vp.volumeProvisionerName" -}}
21-
codefresh.io/dind-volume-provisioner-{{ include "cf-runtime.fullname" . }}
21+
codefresh.io/dind-volume-provisioner-runner-{{ .Release.Namespace }}
2222
{{- end }}
2323

2424
{{/*

charts/cf-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runner: # Runner Deployment
4949
# effect: NoSchedule
5050

5151
volumeProvisioner: # Volume-Provisioner Deployment
52-
image: "codefresh/dind-volume-provisioner:1.31.2"
52+
image: "codefresh/dind-volume-provisioner:1.31.3"
5353
serviceAccount: {} # annotate volume-provisioner service account
5454
## e.g:
5555
# serviceAccount:

0 commit comments

Comments
 (0)