Skip to content

Commit

Permalink
prepare for 1.0.0-preview2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grs committed Apr 21, 2022
1 parent 9dd7e8f commit f3f5934
Showing 1 changed file with 2 additions and 2 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.0"
DefaultServiceControllerImage string = "quay.io/skupper/service-controller:1.0.0-preview"
DefaultConfigSyncImage string = "quay.io/skupper/config-sync:1.0.0-preview"
DefaultServiceControllerImage string = "quay.io/skupper/service-controller:1.0.0-preview2"
DefaultConfigSyncImage string = "quay.io/skupper/config-sync:1.0.0-preview2"
)

0 comments on commit f3f5934

Please sign in to comment.