Skip to content

Commit 35686e8

Browse files
author
Noe Luaces
committed
update for 1.9.3
1 parent 227f57f commit 35686e8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

cmd/flow-collector/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
#type: RuntimeDefault
6767
containers:
6868
- name: skupper-flow-collector
69-
image: quay.io/skupper/flow-collector:1.9.2
69+
image: quay.io/skupper/flow-collector:1.9.3
7070
imagePullPolicy: Always
7171
securityContext:
7272
capabilities:

cmd/site-controller/deploy-watch-all-ns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ spec:
194194
type: RuntimeDefault
195195
containers:
196196
- name: site-controller
197-
image: quay.io/skupper/site-controller:1.9.2
197+
image: quay.io/skupper/site-controller:1.9.3
198198
securityContext:
199199
capabilities:
200200
drop:

cmd/site-controller/deploy-watch-current-ns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ spec:
137137
type: RuntimeDefault
138138
containers:
139139
- name: site-controller
140-
image: quay.io/skupper/site-controller:1.9.2
140+
image: quay.io/skupper/site-controller:1.9.3
141141
securityContext:
142142
capabilities:
143143
drop:

pkg/images/images.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ package images
33
const (
44
DefaultImageRegistry string = "quay.io/skupper"
55
RouterImageName string = "skupper-router:2.7.6"
6-
ServiceControllerImageName string = "service-controller:1.9.2"
7-
ControllerPodmanImageName string = "controller-podman:1.9.2"
8-
ConfigSyncImageName string = "config-sync:1.9.2"
9-
FlowCollectorImageName string = "flow-collector:1.9.2"
10-
SiteControllerImageName string = "site-controller:1.9.2"
6+
ServiceControllerImageName string = "service-controller:1.9.3"
7+
ControllerPodmanImageName string = "controller-podman:1.9.3"
8+
ConfigSyncImageName string = "config-sync:1.9.3"
9+
FlowCollectorImageName string = "flow-collector:1.9.3"
10+
SiteControllerImageName string = "site-controller:1.9.3"
1111
PrometheusImageRegistry string = "quay.io/prometheus"
1212
PrometheusServerImageName string = "prometheus:v2.55.1"
1313
OauthProxyImageRegistry string = "quay.io/openshift"

0 commit comments

Comments
 (0)