Skip to content

Commit 9de7c0c

Browse files
authored
Merge pull request #141 from davecheney/release-0.2.1
Update deployment files for 0.2.1 tag
2 parents 8c52e88 + fcc5648 commit 9de7c0c

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

deployment/deployment-grpc-v2/02-contour.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ spec:
2626
volumeMounts:
2727
- name: contour-config
2828
mountPath: /config
29-
- image: gcr.io/heptio-images/contour:v0.2.0
29+
- image: gcr.io/heptio-images/contour:v0.2.1
3030
imagePullPolicy: Always
3131
name: contour
3232
command: ["contour"]
3333
args: ["serve", "--incluster"]
3434
initContainers:
35-
- image: gcr.io/heptio-images/contour:v0.2.0
35+
- image: gcr.io/heptio-images/contour:v0.2.1
3636
imagePullPolicy: Always
3737
name: envoy-initconfig
3838
command: ["contour"]

deployment/deployment-json-v1/02-contour.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ spec:
2626
volumeMounts:
2727
- name: contour-config
2828
mountPath: /config
29-
- image: gcr.io/heptio-images/contour:v0.2.0
29+
- image: gcr.io/heptio-images/contour:v0.2.1
3030
imagePullPolicy: Always
3131
name: contour
3232
command: ["contour"]
3333
args: ["serve", "--incluster"]
3434
initContainers:
35-
- image: gcr.io/heptio-images/contour:v0.2.0
35+
- image: gcr.io/heptio-images/contour:v0.2.1
3636
imagePullPolicy: Always
3737
name: envoy-initconfig
3838
command: ["contour"]

deployment/ds-hostnet/02-contour.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
volumeMounts:
2929
- name: contour-config
3030
mountPath: /config
31-
- image: gcr.io/heptio-images/contour:v0.2.0
31+
- image: gcr.io/heptio-images/contour:v0.2.1
3232
imagePullPolicy: Always
3333
ports:
3434
- containerPort: 8000
@@ -37,7 +37,7 @@ spec:
3737
command: ["contour"]
3838
args: ["serve", "--incluster"]
3939
initContainers:
40-
- image: gcr.io/heptio-images/contour:v0.2.0
40+
- image: gcr.io/heptio-images/contour:v0.2.1
4141
imagePullPolicy: Always
4242
name: envoy-initconfig
4343
command: ["contour"]

deployment/ds-json-v1/02-contour.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ spec:
2727
volumeMounts:
2828
- name: contour-config
2929
mountPath: /config
30-
- image: gcr.io/heptio-images/contour:v0.2.0
30+
- image: gcr.io/heptio-images/contour:v0.2.1
3131
imagePullPolicy: Always
3232
name: contour
3333
command: ["contour"]
3434
args: ["serve", "--incluster"]
3535
initContainers:
36-
- image: gcr.io/heptio-images/contour:v0.2.0
36+
- image: gcr.io/heptio-images/contour:v0.2.1
3737
imagePullPolicy: Always
3838
name: envoy-initconfig
3939
command: ["contour"]

deployment/render/daemonset-norbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ spec:
4141
volumeMounts:
4242
- name: contour-config
4343
mountPath: /config
44-
- image: gcr.io/heptio-images/contour:v0.2.0
44+
- image: gcr.io/heptio-images/contour:v0.2.1
4545
imagePullPolicy: Always
4646
name: contour
4747
command: ["contour"]
4848
args: ["serve", "--incluster"]
4949
initContainers:
50-
- image: gcr.io/heptio-images/contour:v0.2.0
50+
- image: gcr.io/heptio-images/contour:v0.2.1
5151
imagePullPolicy: Always
5252
name: envoy-initconfig
5353
command: ["contour"]

deployment/render/daemonset-rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ spec:
4141
volumeMounts:
4242
- name: contour-config
4343
mountPath: /config
44-
- image: gcr.io/heptio-images/contour:v0.2.0
44+
- image: gcr.io/heptio-images/contour:v0.2.1
4545
imagePullPolicy: Always
4646
name: contour
4747
command: ["contour"]
4848
args: ["serve", "--incluster"]
4949
initContainers:
50-
- image: gcr.io/heptio-images/contour:v0.2.0
50+
- image: gcr.io/heptio-images/contour:v0.2.1
5151
imagePullPolicy: Always
5252
name: envoy-initconfig
5353
command: ["contour"]

deployment/render/deployment-norbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ spec:
4040
volumeMounts:
4141
- name: contour-config
4242
mountPath: /config
43-
- image: gcr.io/heptio-images/contour:v0.2.0
43+
- image: gcr.io/heptio-images/contour:v0.2.1
4444
imagePullPolicy: Always
4545
name: contour
4646
command: ["contour"]
4747
args: ["serve", "--incluster"]
4848
initContainers:
49-
- image: gcr.io/heptio-images/contour:v0.2.0
49+
- image: gcr.io/heptio-images/contour:v0.2.1
5050
imagePullPolicy: Always
5151
name: envoy-initconfig
5252
command: ["contour"]

deployment/render/deployment-rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ spec:
4040
volumeMounts:
4141
- name: contour-config
4242
mountPath: /config
43-
- image: gcr.io/heptio-images/contour:v0.2.0
43+
- image: gcr.io/heptio-images/contour:v0.2.1
4444
imagePullPolicy: Always
4545
name: contour
4646
command: ["contour"]
4747
args: ["serve", "--incluster"]
4848
initContainers:
49-
- image: gcr.io/heptio-images/contour:v0.2.0
49+
- image: gcr.io/heptio-images/contour:v0.2.1
5050
imagePullPolicy: Always
5151
name: envoy-initconfig
5252
command: ["contour"]

0 commit comments

Comments
 (0)