We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d31e76 commit fa33b96Copy full SHA for fa33b96
1 file changed
application/ci/values.yaml
@@ -172,7 +172,7 @@ deployment:
172
enabled: false
173
additionalContainers:
174
- name: sidecar-container
175
- image: busybox:1.37@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
+ image: repository/image:image-tag
176
imagePullPolicy: IfNotPresent
177
command: ["/bin/sh", "-c", "sleep 3600"]
178
securityContext:
@@ -408,8 +408,8 @@ cronJob:
408
imagePullSecrets:
409
- name: nexus-secret
410
image:
411
- repository: docker.io/nginx
412
- tag: 1.31.0@sha256:772053fe58eaa882734db7ad8d2327e982374ab3d17f302453cd850d975aba38
+ repository: repository/image
+ tag: image-tag
413
env:
414
KEY:
415
value: VALUE
0 commit comments