File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ spec:
194
194
type : RuntimeDefault
195
195
containers :
196
196
- name : site-controller
197
- image : quay.io/skupper/site-controller:1.4.7
197
+ image : quay.io/skupper/site-controller:1.4.8
198
198
securityContext :
199
199
capabilities :
200
200
drop :
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ spec:
137
137
type : RuntimeDefault
138
138
containers :
139
139
- name : site-controller
140
- image : quay.io/skupper/site-controller:1.4.7
140
+ image : quay.io/skupper/site-controller:1.4.8
141
141
securityContext :
142
142
capabilities :
143
143
drop :
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ package images
3
3
const (
4
4
DefaultImageRegistry string = "quay.io/skupper"
5
5
RouterImageName string = "skupper-router:2.4.3"
6
- ServiceControllerImageName string = "service-controller:1.4.7 "
7
- ConfigSyncImageName string = "config-sync:1.4.7 "
8
- FlowCollectorImageName string = "flow-collector:1.4.7 "
9
- SiteControllerImageName string = "site-controller:1.4.7 "
6
+ ServiceControllerImageName string = "service-controller:1.4.8 "
7
+ ConfigSyncImageName string = "config-sync:1.4.8 "
8
+ FlowCollectorImageName string = "flow-collector:1.4.8 "
9
+ SiteControllerImageName string = "site-controller:1.4.8 "
10
10
PrometheusImageRegistry string = "quay.io/prometheus"
11
11
PrometheusServerImageName string = "prometheus:v2.42.0"
12
12
OauthProxyImageRegistry string = "quay.io/openshift"
You can’t perform that action at this time.
0 commit comments