Skip to content

Commit

Permalink
update image tags for 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Mar 9, 2023
1 parent fe4cb17 commit 1a10a71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package client
const (
DefaultImageRegistry string = "quay.io/skupper"
RouterImageName string = "skupper-router:2.2.1"
ServiceControllerImageName string = "service-controller:1.2.3"
ConfigSyncImageName string = "config-sync:1.2.3"
ServiceControllerImageName string = "service-controller:1.2.4"
ConfigSyncImageName string = "config-sync:1.2.4"
)
2 changes: 1 addition & 1 deletion cmd/site-controller/deploy-watch-all-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ spec:
serviceAccountName: skupper-site-controller
containers:
- name: site-controller
image: quay.io/skupper/site-controller:1.2.3
image: quay.io/skupper/site-controller:1.2.4
2 changes: 1 addition & 1 deletion cmd/site-controller/deploy-watch-current-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
serviceAccountName: skupper-site-controller
containers:
- name: site-controller
image: quay.io/skupper/site-controller:1.2.3
image: quay.io/skupper/site-controller:1.2.4
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 1a10a71

Please sign in to comment.