Pin pause container version to 3.2 (#7575)

Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
Alex Leong 2022-01-10 07:34:01 -08:00 committed by GitHub
parent 8d303e4735
commit 7df68c6e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ spec:
{{- end }}
containers:
- name: pause
image: gcr.io/google_containers/pause
image: gcr.io/google_containers/pause:3.2
serviceAccountName: {{.Values.gateway.name}}
{{- if .Values.enablePodAntiAffinity }}
---

View File

@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: pause
image: gcr.io/google_containers/pause
image: gcr.io/google_containers/pause:3.2
serviceAccountName: linkerd-gateway
---
apiVersion: v1

View File

@ -59,7 +59,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: pause
image: gcr.io/google_containers/pause
image: gcr.io/google_containers/pause:3.2
serviceAccountName: linkerd-gateway
---
kind: PodDisruptionBudget

View File

@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: pause
image: gcr.io/google_containers/pause
image: gcr.io/google_containers/pause:3.2
serviceAccountName: linkerd-gateway
---
apiVersion: v1