Skip to content

Commit

Permalink
Update for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed Jun 14, 2022
1 parent 60bdaff commit a861728
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/skupper/skupper-router:2.0.2"
DefaultServiceControllerImage string = "quay.io/skupper/service-controller:1.0.1"
DefaultConfigSyncImage string = "quay.io/skupper/config-sync:1.0.1"
DefaultServiceControllerImage string = "quay.io/skupper/service-controller:1.0.2"
DefaultConfigSyncImage string = "quay.io/skupper/config-sync:1.0.2"
)
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.0.1
image: quay.io/skupper/site-controller:1.0.2
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.0.1
image: quay.io/skupper/site-controller:1.0.2
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down

0 comments on commit a861728

Please sign in to comment.