mirror of https://github.com/linkerd/linkerd2.git
Pin pause container version to 3.2 (#7575)
Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
8d303e4735
commit
7df68c6e06
|
|
@ -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 }}
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue