diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index b664c588..bcabe604 100644 --- a/charts/validators/Chart.yaml +++ b/charts/validators/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.4 +version: 1.0.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/validators/templates/statefulset.yaml b/charts/validators/templates/statefulset.yaml index 51bfad85..30637322 100644 --- a/charts/validators/templates/statefulset.yaml +++ b/charts/validators/templates/statefulset.yaml @@ -101,8 +101,8 @@ spec: - "--no-proposal-builder-enabled" {{- end }} - name: prepare - image: "{{ $root.Values.initImageBusybox.repository }}:{{ $root.Values.initImageBusybox.tag }}" - imagePullPolicy: {{ $root.Values.initImageBusybox.pullPolicy }} + image: "{{ $root.Values.initImage.repository }}:{{ $root.Values.initImage.tag }}" + imagePullPolicy: {{ $root.Values.initImage.pullPolicy }} securityContext: {{- toYaml $root.Values.global.securityContext | nindent 12 }} volumeMounts: