Bugfix: there was no imagePullPolocy defined, and anchor was created for it

This commit is contained in:
Laszlo Fogas
2021-02-10 12:51:03 +01:00
parent 298624c707
commit 0328a3ad80
7 changed files with 41 additions and 31 deletions
+1 -1
View File
@@ -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
View File
@@ -1,6 +1,7 @@
image:
repository: nginx
tag: "latest"
imagePullPolicy: IfNotPresent
replicas: 1