Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/jfroy/pod-gateway ( v1.11.0 → v1.11.1 ) - autoclosed #269

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
routes:
image:
repository: ghcr.io/jfroy/pod-gateway
tag: v1.11.0@sha256:5c347b729a2638c35a88461ff7476a525ec9d8ad183927e48a28d7eedb96c870
tag: v1.11.1@sha256:b90b6db742a8e9b2c42a1766d3e22a07d82dd385758ef8c7414b97bc51892262
command:
- /bin/gateway_init.sh
securityContext:
Expand All @@ -44,7 +44,7 @@ spec:
pod-gateway:
image:
repository: ghcr.io/jfroy/pod-gateway
tag: v1.11.0@sha256:5c347b729a2638c35a88461ff7476a525ec9d8ad183927e48a28d7eedb96c870
tag: v1.11.1@sha256:b90b6db742a8e9b2c42a1766d3e22a07d82dd385758ef8c7414b97bc51892262
command:
- /bin/gateway_sidecar.sh
securityContext:
Expand Down