Skip to content

Commit

Permalink
Merge pull request #30 from GoogleCloudPlatform/release-1.2.3
Browse files Browse the repository at this point in the history
UserAuth 1.2.3 release image update.
  • Loading branch information
liwenhao0810 authored Jun 11, 2024
2 parents ad1ee5a + 0a88f9e commit a56e3d9
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 @@ -8,4 +8,4 @@ pipeline:
mutators:
- image: gcr.io/kpt-fn/apply-setters:v0.2
configMap:
image: gcr.io/gke-release/ais_preview:1.2.2
image: gcr.io/gke-release/ais_preview:1.2.3
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_preview:1.2.2 # kpt-set: ${image}
image: gcr.io/gke-release/ais_preview:1.2.3 # kpt-set: ${image}
imagePullPolicy: IfNotPresent
command:
- /usr/bin/ais_preview
Expand Down

0 comments on commit a56e3d9

Please sign in to comment.