diff --git a/deployment/deployment-grpc-v2/02-contour.yaml b/deployment/deployment-grpc-v2/02-contour.yaml index 788558103c6..8a3b7721706 100644 --- a/deployment/deployment-grpc-v2/02-contour.yaml +++ b/deployment/deployment-grpc-v2/02-contour.yaml @@ -26,13 +26,13 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: contour command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/deployment-json-v1/02-contour.yaml b/deployment/deployment-json-v1/02-contour.yaml index 202958414f1..9349e1897a2 100644 --- a/deployment/deployment-json-v1/02-contour.yaml +++ b/deployment/deployment-json-v1/02-contour.yaml @@ -26,13 +26,13 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: contour command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/ds-hostnet/02-contour.yaml b/deployment/ds-hostnet/02-contour.yaml index 8e8ad6eb9a6..b950371aa75 100644 --- a/deployment/ds-hostnet/02-contour.yaml +++ b/deployment/ds-hostnet/02-contour.yaml @@ -28,7 +28,7 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always ports: - containerPort: 8000 @@ -37,7 +37,7 @@ spec: command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/ds-json-v1/02-contour.yaml b/deployment/ds-json-v1/02-contour.yaml index 2cd89e2f37a..62e40d4af20 100644 --- a/deployment/ds-json-v1/02-contour.yaml +++ b/deployment/ds-json-v1/02-contour.yaml @@ -27,13 +27,13 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: contour command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/render/daemonset-norbac.yaml b/deployment/render/daemonset-norbac.yaml index c15cd83dc69..5ac196b7aae 100644 --- a/deployment/render/daemonset-norbac.yaml +++ b/deployment/render/daemonset-norbac.yaml @@ -41,13 +41,13 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: contour command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/render/daemonset-rbac.yaml b/deployment/render/daemonset-rbac.yaml index 7d7df9a38e9..370c9a2c353 100644 --- a/deployment/render/daemonset-rbac.yaml +++ b/deployment/render/daemonset-rbac.yaml @@ -41,13 +41,13 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: contour command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/render/deployment-norbac.yaml b/deployment/render/deployment-norbac.yaml index c74787ec013..723c6d7e2cf 100644 --- a/deployment/render/deployment-norbac.yaml +++ b/deployment/render/deployment-norbac.yaml @@ -40,13 +40,13 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: contour command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"] diff --git a/deployment/render/deployment-rbac.yaml b/deployment/render/deployment-rbac.yaml index d731a91a097..02c5097f88e 100644 --- a/deployment/render/deployment-rbac.yaml +++ b/deployment/render/deployment-rbac.yaml @@ -40,13 +40,13 @@ spec: volumeMounts: - name: contour-config mountPath: /config - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: contour command: ["contour"] args: ["serve", "--incluster"] initContainers: - - image: gcr.io/heptio-images/contour:v0.2.0 + - image: gcr.io/heptio-images/contour:v0.2.1 imagePullPolicy: Always name: envoy-initconfig command: ["contour"]