Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit a52f259

Browse files
authored
Merge pull request #55 from jetstack/image-version-v
Use v0.1.0 instead of 0.1.0
2 parents 3781b98 + e610702 commit a52f259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/manifests/components/kube-oidc-proxy.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local kube = import '../vendor/kube-prod-runtime/lib/kube.libsonnet';
22
local utils = import '../vendor/kube-prod-runtime/lib/utils.libsonnet';
33

4-
local KUBE_OIDC_PROXY_IMAGE = 'quay.io/jetstack/kube-oidc-proxy:0.1.0';
4+
local KUBE_OIDC_PROXY_IMAGE = 'quay.io/jetstack/kube-oidc-proxy:v0.1.0';
55
local CONFIG_PATH = '/etc/kube-oidc-proxy';
66
local READINESS_PORT = 8080;
77

demo/yaml/kube-oidc-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
app: kube-oidc-proxy
2929
spec:
3030
containers:
31-
- image: quay.io/jetstack/kube-oidc-proxy:0.1.0
31+
- image: quay.io/jetstack/kube-oidc-proxy:v0.1.0
3232
ports:
3333
- containerPort: 443
3434
- containerPort: 8080

0 commit comments

Comments
 (0)