Skip to content

Commit

Permalink
chore: Update to Contour 1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Nov 9, 2024
1 parent 98ca00e commit 23f5e23
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 1.30.0
version: 1.30.1
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
6 changes: 3 additions & 3 deletions package/config/upstream/deployment/03-envoy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.30.0
image: ghcr.io/projectcontour/contour:v1.30.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand All @@ -58,7 +58,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.31.0
image: docker.io/envoyproxy/envoy:v1.31.3
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.30.0
image: ghcr.io/projectcontour/contour:v1.30.1
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions package/config/upstream/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8923,7 +8923,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1-30-0
name: contour-certgen-v1-30-1
namespace: projectcontour
spec:
template:
Expand All @@ -8933,7 +8933,7 @@ spec:
spec:
containers:
- name: contour
image: ghcr.io/projectcontour/contour:v1.30.0
image: ghcr.io/projectcontour/contour:v1.30.1
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down Expand Up @@ -9192,7 +9192,7 @@ spec:
- --contour-key-file=/certs/tls.key
- --config-path=/config/contour.yaml
command: ["contour"]
image: ghcr.io/projectcontour/contour:v1.30.0
image: ghcr.io/projectcontour/contour:v1.30.1
imagePullPolicy: IfNotPresent
name: contour
ports:
Expand Down Expand Up @@ -9276,7 +9276,7 @@ spec:
args:
- envoy
- shutdown-manager
image: ghcr.io/projectcontour/contour:v1.30.0
image: ghcr.io/projectcontour/contour:v1.30.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand All @@ -9297,7 +9297,7 @@ spec:
- --log-level info
command:
- envoy
image: docker.io/envoyproxy/envoy:v1.31.0
image: docker.io/envoyproxy/envoy:v1.31.3
imagePullPolicy: IfNotPresent
name: envoy
env:
Expand Down Expand Up @@ -9358,7 +9358,7 @@ spec:
- --envoy-key-file=/certs/tls.key
command:
- contour
image: ghcr.io/projectcontour/contour:v1.30.0
image: ghcr.io/projectcontour/contour:v1.30.1
imagePullPolicy: IfNotPresent
name: envoy-initconfig
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions package/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: Update Contour Docker image to v1.30.0....
sha: 00de904d38f63ef0aa0575a7bdc3879e8ec59492
commitTitle: Update Contour Docker image to v1.30.1....
sha: a1a414282974f1061e2cb8d371bbab1218bbfa61
tags:
- v1.30.0
- v1.30.1
path: .
path: config/upstream
kind: LockConfig
2 changes: 1 addition & 1 deletion package/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
ref: v1.30.0
ref: v1.30.1
url: https://github.com/projectcontour/contour
includePaths:
- examples/render/contour.yaml
Expand Down

0 comments on commit 23f5e23

Please sign in to comment.