Skip to content

Commit

Permalink
update for 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed Jul 11, 2024
1 parent 4fe1bb5 commit e0dfb13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.4.6
image: quay.io/skupper/site-controller:1.4.7
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.4.6
image: quay.io/skupper/site-controller:1.4.7
securityContext:
capabilities:
drop:
Expand Down
8 changes: 4 additions & 4 deletions pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package images
const (
DefaultImageRegistry string = "quay.io/skupper"
RouterImageName string = "skupper-router:2.4.3"
ServiceControllerImageName string = "service-controller:1.4.6"
ConfigSyncImageName string = "config-sync:1.4.6"
FlowCollectorImageName string = "flow-collector:1.4.6"
SiteControllerImageName string = "site-controller:1.4.6"
ServiceControllerImageName string = "service-controller:1.4.7"
ConfigSyncImageName string = "config-sync:1.4.7"
FlowCollectorImageName string = "flow-collector:1.4.7"
SiteControllerImageName string = "site-controller:1.4.7"
PrometheusImageRegistry string = "quay.io/prometheus"
PrometheusServerImageName string = "prometheus:v2.42.0"
OauthProxyImageRegistry string = "quay.io/openshift"
Expand Down

0 comments on commit e0dfb13

Please sign in to comment.