Skip to content

Commit

Permalink
update versions for a 1.2.x respin
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Aug 29, 2023
1 parent 04ea276 commit f6a7024
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.7"
ConfigSyncImageName string = "config-sync:1.2.7"
ServiceControllerImageName string = "service-controller:1.2.8"
ConfigSyncImageName string = "config-sync:1.2.8"
)
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.7
image: quay.io/skupper/site-controller:1.2.8
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.7
image: quay.io/skupper/site-controller:1.2.8
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down

0 comments on commit f6a7024

Please sign in to comment.