Skip to content

Commit 23f5e23

Browse files
committed
chore: Update to Contour 1.30.1
1 parent 98ca00e commit 23f5e23

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 1.30.0
21+
version: 1.30.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/upstream/deployment/03-envoy-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
args:
3838
- envoy
3939
- shutdown-manager
40-
image: ghcr.io/projectcontour/contour:v1.30.0
40+
image: ghcr.io/projectcontour/contour:v1.30.1
4141
imagePullPolicy: IfNotPresent
4242
lifecycle:
4343
preStop:
@@ -58,7 +58,7 @@ spec:
5858
- --log-level info
5959
command:
6060
- envoy
61-
image: docker.io/envoyproxy/envoy:v1.31.0
61+
image: docker.io/envoyproxy/envoy:v1.31.3
6262
imagePullPolicy: IfNotPresent
6363
name: envoy
6464
env:
@@ -119,7 +119,7 @@ spec:
119119
- --envoy-key-file=/certs/tls.key
120120
command:
121121
- contour
122-
image: ghcr.io/projectcontour/contour:v1.30.0
122+
image: ghcr.io/projectcontour/contour:v1.30.1
123123
imagePullPolicy: IfNotPresent
124124
name: envoy-initconfig
125125
volumeMounts:

package/config/upstream/render/contour.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8923,7 +8923,7 @@ rules:
89238923
apiVersion: batch/v1
89248924
kind: Job
89258925
metadata:
8926-
name: contour-certgen-v1-30-0
8926+
name: contour-certgen-v1-30-1
89278927
namespace: projectcontour
89288928
spec:
89298929
template:
@@ -8933,7 +8933,7 @@ spec:
89338933
spec:
89348934
containers:
89358935
- name: contour
8936-
image: ghcr.io/projectcontour/contour:v1.30.0
8936+
image: ghcr.io/projectcontour/contour:v1.30.1
89378937
imagePullPolicy: IfNotPresent
89388938
command:
89398939
- contour
@@ -9192,7 +9192,7 @@ spec:
91929192
- --contour-key-file=/certs/tls.key
91939193
- --config-path=/config/contour.yaml
91949194
command: ["contour"]
9195-
image: ghcr.io/projectcontour/contour:v1.30.0
9195+
image: ghcr.io/projectcontour/contour:v1.30.1
91969196
imagePullPolicy: IfNotPresent
91979197
name: contour
91989198
ports:
@@ -9276,7 +9276,7 @@ spec:
92769276
args:
92779277
- envoy
92789278
- shutdown-manager
9279-
image: ghcr.io/projectcontour/contour:v1.30.0
9279+
image: ghcr.io/projectcontour/contour:v1.30.1
92809280
imagePullPolicy: IfNotPresent
92819281
lifecycle:
92829282
preStop:
@@ -9297,7 +9297,7 @@ spec:
92979297
- --log-level info
92989298
command:
92999299
- envoy
9300-
image: docker.io/envoyproxy/envoy:v1.31.0
9300+
image: docker.io/envoyproxy/envoy:v1.31.3
93019301
imagePullPolicy: IfNotPresent
93029302
name: envoy
93039303
env:
@@ -9358,7 +9358,7 @@ spec:
93589358
- --envoy-key-file=/certs/tls.key
93599359
command:
93609360
- contour
9361-
image: ghcr.io/projectcontour/contour:v1.30.0
9361+
image: ghcr.io/projectcontour/contour:v1.30.1
93629362
imagePullPolicy: IfNotPresent
93639363
name: envoy-initconfig
93649364
volumeMounts:

package/vendir.lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- git:
5-
commitTitle: Update Contour Docker image to v1.30.0....
6-
sha: 00de904d38f63ef0aa0575a7bdc3879e8ec59492
5+
commitTitle: Update Contour Docker image to v1.30.1....
6+
sha: a1a414282974f1061e2cb8d371bbab1218bbfa61
77
tags:
8-
- v1.30.0
8+
- v1.30.1
99
path: .
1010
path: config/upstream
1111
kind: LockConfig

package/vendir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- git:
5-
ref: v1.30.0
5+
ref: v1.30.1
66
url: https://github.com/projectcontour/contour
77
includePaths:
88
- examples/render/contour.yaml

0 commit comments

Comments
 (0)