File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ package images
33const (
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"
You can’t perform that action at this time.
0 commit comments