Skip to content

Commit 025abf9

Browse files
authored
Fix image reference
1 parent aab3f50 commit 025abf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
runAsUser: 65532
2424
containers:
2525
- name: nginx-subrequest-auth-jwt
26-
image: gcr.io/syb-staging-platform/nginx-subrequest-auth-jwt:devel
26+
image: carlpett/nginx-subrequest-auth-jwt:latest
2727
imagePullPolicy: IfNotPresent
2828
ports:
2929
- name: http

0 commit comments

Comments
 (0)