Skip to content

Commit

Permalink
update for 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed Jul 19, 2023
1 parent d9d3ab8 commit 5a0d67b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 @@ -191,7 +191,7 @@ spec:
type: RuntimeDefault
containers:
- name: site-controller
image: quay.io/skupper/site-controller:1.4.1
image: quay.io/skupper/site-controller:1.4.2
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 @@ -135,7 +135,7 @@ spec:
type: RuntimeDefault
containers:
- name: site-controller
image: quay.io/skupper/site-controller:1.4.1
image: quay.io/skupper/site-controller:1.4.2
securityContext:
capabilities:
drop:
Expand Down
10 changes: 5 additions & 5 deletions pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package images

const (
DefaultImageRegistry string = "quay.io/skupper"
RouterImageName string = "skupper-router:2.4.1"
ServiceControllerImageName string = "service-controller:1.4.1"
ConfigSyncImageName string = "config-sync:1.4.1"
FlowCollectorImageName string = "flow-collector:1.4.1"
SiteControllerImageName string = "site-controller:1.4.1"
RouterImageName string = "skupper-router:2.4.2"
ServiceControllerImageName string = "service-controller:1.4.2"
ConfigSyncImageName string = "config-sync:1.4.2"
FlowCollectorImageName string = "flow-collector:1.4.2"
SiteControllerImageName string = "site-controller:1.4.2"
PrometheusImageRegistry string = "quay.io/prometheus"
PrometheusServerImageName string = "prometheus:v2.42.0"
)

0 comments on commit 5a0d67b

Please sign in to comment.