Skip to content

Commit

Permalink
updates for 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Mar 9, 2022
1 parent 16dbbd1 commit 9ad9752
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 @@ -2,6 +2,6 @@ package client

const (
DefaultRouterImage string = "quay.io/interconnectedcloud/qdrouterd:1.17.1"
DefaultServiceControllerImage string = "quay.io/skupper/service-controller:0.8.6"
DefaultConfigSyncImage string = "quay.io/skupper/config-sync:0.8.6"
DefaultServiceControllerImage string = "quay.io/skupper/service-controller:0.8.7"
DefaultConfigSyncImage string = "quay.io/skupper/config-sync:0.8.7"
)
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 @@ -120,4 +120,4 @@ spec:
serviceAccountName: skupper-site-controller
containers:
- name: site-controller
image: quay.io/skupper/site-controller:0.8.6
image: quay.io/skupper/site-controller:0.8.7
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:0.8.6
image: quay.io/skupper/site-controller:0.8.7
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 9ad9752

Please sign in to comment.