File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
network-console-collector/resources Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -Ceu
4
4
5
- IMAGE=" quay.io/skupper/bootstrap:v2-latest "
5
+ IMAGE=" quay.io/skupper/bootstrap:2.0.0-preview-1 "
6
6
export INPUT_PATH=" "
7
7
export NAMESPACE=" "
8
8
export FORCE_FLAG=" "
Original file line number Diff line number Diff line change @@ -188,13 +188,13 @@ spec:
188
188
type : RuntimeDefault
189
189
containers :
190
190
- name : controller
191
- image : quay.io/skupper/controller:v2-latest
191
+ image : quay.io/skupper/controller:2.0.0-preview-1
192
192
imagePullPolicy : Always
193
193
command : ["/app/controller"]
194
194
args : ["-enable-grants", "-grant-server-autoconfigure"]
195
195
env :
196
196
- name : SKUPPER_CONFIG_SYNC_IMAGE
197
- value : quay.io/skupper/config-sync:v2-latest
197
+ value : quay.io/skupper/config-sync:2.0.0-preview-1
198
198
securityContext :
199
199
capabilities :
200
200
drop :
Original file line number Diff line number Diff line change @@ -176,13 +176,13 @@ spec:
176
176
type : RuntimeDefault
177
177
containers :
178
178
- name : controller
179
- image : quay.io/skupper/controller:v2-latest
179
+ image : quay.io/skupper/controller:2.0.0-preview-1
180
180
imagePullPolicy : Always
181
181
command : ["/app/controller"]
182
182
args : ["-enable-grants", "-grant-server-autoconfigure"]
183
183
env :
184
184
- name : SKUPPER_CONFIG_SYNC_IMAGE
185
- value : quay.io/skupper/config-sync:v2-latest
185
+ value : quay.io/skupper/config-sync:2.0.0-preview-1
186
186
- name : WATCH_NAMESPACE
187
187
valueFrom :
188
188
fieldRef :
Original file line number Diff line number Diff line change 58
58
app.kubernetes.io/component : server
59
59
spec :
60
60
containers :
61
- - image : quay.io/skupper/network-console-collector:v2-latest
61
+ - image : quay.io/skupper/network-console-collector:2.0.0-preview-1
62
62
imagePullPolicy : Always
63
63
name : network-console
64
64
args :
Original file line number Diff line number Diff line change 43
43
serviceAccountName : network-console-collector
44
44
containers :
45
45
- name : network-console
46
- image : quay.io/skupper/network-console-collector:v2-latest
46
+ image : quay.io/skupper/network-console-collector:2.0.0-preview-1
47
47
imagePullPolicy : Always
48
48
args :
49
49
- -listen=127.0.0.1:8080
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ package images
2
2
3
3
const (
4
4
DefaultImageRegistry string = "quay.io/skupper"
5
- RouterImageName string = "skupper-router:main "
6
- ControllerImageName string = "controller:v2-latest "
7
- ConfigSyncImageName string = "config-sync:v2-latest "
8
- NetworkConsoleCollectorImageName string = "network-console-collector:v2-latest "
9
- BootstrapImageName string = "bootstrap:v2-latest "
5
+ RouterImageName string = "skupper-router:3.0.0 "
6
+ ControllerImageName string = "controller:2.0.0-preview-1 "
7
+ ConfigSyncImageName string = "config-sync:2.0.0-preview-1 "
8
+ NetworkConsoleCollectorImageName string = "network-console-collector:2.0.0-preview-1 "
9
+ BootstrapImageName string = "bootstrap:2.0.0-preview-1 "
10
10
11
11
PrometheusImageRegistry string = "quay.io/prometheus"
12
12
PrometheusServerImageName string = "prometheus:v2.42.0"
You can’t perform that action at this time.
0 commit comments