Bugfix: there was no imagePullPolocy defined, and anchor was created for it
This commit is contained in:
@@ -15,4 +15,4 @@ 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: 0.12.0
|
||||
version: 0.12.1
|
||||
|
||||
@@ -82,7 +82,6 @@ spec:
|
||||
- name: {{ .Release.Name }}-debug
|
||||
securityContext: *securityContext
|
||||
image: {{ .Values.debugSidecar.image }}
|
||||
imagePullPolicy: *imagePullPolicy
|
||||
command:
|
||||
- {{ .Values.debugSidecar.shell }}
|
||||
- -c
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
image:
|
||||
repository: nginx
|
||||
tag: "latest"
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
replicas: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user