Skip to content

Commit

Permalink
add default image
Browse files Browse the repository at this point in the history
  • Loading branch information
liwenhao0810 committed Sep 8, 2021
1 parent e1dc159 commit e805040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ openAPI:
x-k8s-cli:
setter:
name: anthos.servicemesh.user-auth.image
value: gcr.io/gke-release/asm/asm_user_auth:hybrid_identity_charon_20210325_RC00
value: gcr.io/gke-release/ais:hybrid_identity_charon_20210629_RC00
io.k8s.cli.setters.anthos.servicemesh.user-auth.oidc.clientID:
description: The OAuth2 client ID for OIDC authentication.
x-k8s-cli:
Expand Down
2 changes: 1 addition & 1 deletion pkg/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: authservice
image: gcr.io/gke-release/ais:GA # {"$ref":"#/definitions/io.k8s.cli.setters.anthos.servicemesh.user-auth.image"}
image: gcr.io/gke-release/ais:hybrid_identity_charon_20210629_RC00 # {"$ref":"#/definitions/io.k8s.cli.setters.anthos.servicemesh.user-auth.image"}
imagePullPolicy: IfNotPresent
command:
- /usr/bin/ais
Expand Down

0 comments on commit e805040

Please sign in to comment.