Skip to content

Commit

Permalink
update for 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nluaces committed Sep 9, 2024
1 parent fca17c8 commit b44bc8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/flow-collector/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
#type: RuntimeDefault
containers:
- name: skupper-flow-collector
image: quay.io/skupper/flow-collector:1.8.0
image: quay.io/skupper/flow-collector:1.8.1
imagePullPolicy: Always
securityContext:
capabilities:
Expand Down
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.8.0
image: quay.io/skupper/site-controller:1.8.1
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.8.0
image: quay.io/skupper/site-controller:1.8.1
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.7.0"
ServiceControllerImageName string = "service-controller:1.8.0"
ControllerPodmanImageName string = "controller-podman:1.8.0"
ConfigSyncImageName string = "config-sync:1.8.0"
FlowCollectorImageName string = "flow-collector:1.8.0"
SiteControllerImageName string = "site-controller:1.8.0"
RouterImageName string = "skupper-router:2.7.1"
ServiceControllerImageName string = "service-controller:1.8.1"
ControllerPodmanImageName string = "controller-podman:1.8.1"
ConfigSyncImageName string = "config-sync:1.8.1"
FlowCollectorImageName string = "flow-collector:1.8.1"
SiteControllerImageName string = "site-controller:1.8.1"
PrometheusImageRegistry string = "quay.io/prometheus"
PrometheusServerImageName string = "prometheus:v2.42.0"
OauthProxyImageRegistry string = "quay.io/openshift"
Expand Down

0 comments on commit b44bc8a

Please sign in to comment.