Skip to content

Commit

Permalink
update for 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed Jul 15, 2024
1 parent 13e4fee commit 2fc1dd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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 @@ -194,7 +194,7 @@ spec:
type: RuntimeDefault
containers:
- name: site-controller
image: quay.io/skupper/site-controller:1.7.2
image: quay.io/skupper/site-controller:1.7.3
securityContext:
capabilities:
drop:
Expand Down
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 @@ -137,7 +137,7 @@ spec:
type: RuntimeDefault
containers:
- name: site-controller
image: quay.io/skupper/site-controller:1.7.2
image: quay.io/skupper/site-controller:1.7.3
securityContext:
capabilities:
drop:
Expand Down
12 changes: 6 additions & 6 deletions pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package images

const (
DefaultImageRegistry string = "quay.io/skupper"
RouterImageName string = "skupper-router:2.6.0"
ServiceControllerImageName string = "service-controller:1.7.2"
ControllerPodmanImageName string = "controller-podman:1.7.2"
ConfigSyncImageName string = "config-sync:1.7.2"
FlowCollectorImageName string = "flow-collector:1.7.2"
SiteControllerImageName string = "site-controller:1.7.2"
RouterImageName string = "skupper-router:2.6.1"
ServiceControllerImageName string = "service-controller:1.7.3"
ControllerPodmanImageName string = "controller-podman:1.7.3"
ConfigSyncImageName string = "config-sync:1.7.3"
FlowCollectorImageName string = "flow-collector:1.7.3"
SiteControllerImageName string = "site-controller:1.7.3"
PrometheusImageRegistry string = "quay.io/prometheus"
PrometheusServerImageName string = "prometheus:v2.42.0"
OauthProxyImageRegistry string = "quay.io/openshift"
Expand Down

0 comments on commit 2fc1dd5

Please sign in to comment.