Skip to content

Commit f590bd6

Browse files
committed
Use pause image for certificate secret sync
Signed-off-by: Ryan Djurovich <git@ryan0x44.com>
1 parent 2d51b69 commit f590bd6

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

charts/platform-certs/templates/secret-sync-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ spec:
2828
containers:
2929
- name: sync
3030
image: {{ printf "%s:%s" $sync.image.repository $sync.image.tag | quote }}
31-
command: ["/bin/sh", "-c", "trap : TERM INT; sleep infinity & wait"]
3231
volumeMounts:
3332
{{- range $sync.mounts }}
3433
- name: {{ required "platform.certs.secretSync.mounts[].name is required" .name }}

charts/platform-certs/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ platform:
2323
secretSync:
2424
enabled: false
2525
image:
26-
repository: docker.io/library/golang
27-
tag: alpine
26+
repository: registry.k8s.io/pause
27+
tag: 3.10.2
2828
mounts: []

charts/platform-components/templates/_image-mirror-values.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ platform-certs:
4040
certs:
4141
secretSync:
4242
image:
43-
repository: {{ printf "%s/docker.io/library/golang" $base | quote }}
43+
repository: {{ printf "%s/registry.k8s.io/pause" $base | quote }}
4444
cilium:
4545
cilium:
4646
image:

0 commit comments

Comments
 (0)