Skip to content

Commit 4055a2b

Browse files
committed
deps: Update Contour 1.30.3 to 1.32.0
1 parent d8791d9 commit 4055a2b

File tree

5 files changed

+297
-166
lines changed

5 files changed

+297
-166
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.3
21+
version: 1.32.0
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.3
40+
image: ghcr.io/projectcontour/contour:v1.32.0
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.6
61+
image: docker.io/envoyproxy/envoy:v1.34.1
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.3
122+
image: ghcr.io/projectcontour/contour:v1.32.0
123123
imagePullPolicy: IfNotPresent
124124
name: envoy-initconfig
125125
volumeMounts:

0 commit comments

Comments
 (0)