File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ RUN make GOOS=$TARGETOS GOARCH=$TARGETARCH
16
16
FROM --platform=$BUILDPLATFORM node:18.18.2 AS console-builder
17
17
18
18
WORKDIR /skupper-console/
19
- ADD https://github.com/skupperproject/skupper-console/archive/refs/tags/1.7.0 .tar.gz .
20
- RUN tar -zxf 1.7.0 .tar.gz
21
- WORKDIR ./skupper-console-1.7.0
19
+ ADD https://github.com/skupperproject/skupper-console/archive/refs/tags/1.7.1 .tar.gz .
20
+ RUN tar -zxf 1.7.1 .tar.gz
21
+ WORKDIR ./skupper-console-1.7.1
22
22
RUN yarn install && yarn build
23
23
24
24
FROM --platform=$TARGETPLATFORM registry.access.redhat.com/ubi9-minimal
@@ -31,5 +31,5 @@ USER 10000
31
31
32
32
WORKDIR /app
33
33
COPY --from=builder /go/src/app/flow-collector .
34
- COPY --from=console-builder /skupper-console/skupper-console-1.7.0 /build/ console
34
+ COPY --from=console-builder /skupper-console/skupper-console-1.7.1 /build/ console
35
35
CMD ["/app/flow-collector"]
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.7.0
197
+ image : quay.io/skupper/site-controller:1.7.1
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.7.0
140
+ image : quay.io/skupper/site-controller:1.7.1
141
141
securityContext :
142
142
capabilities :
143
143
drop :
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ package images
3
3
const (
4
4
DefaultImageRegistry string = "quay.io/skupper"
5
5
RouterImageName string = "skupper-router:2.6.0"
6
- ServiceControllerImageName string = "service-controller:1.7.0 "
7
- ControllerPodmanImageName string = "controller-podman:1.7.0 "
8
- ConfigSyncImageName string = "config-sync:1.7.0 "
9
- FlowCollectorImageName string = "flow-collector:1.7.0 "
10
- SiteControllerImageName string = "site-controller:1.7.0 "
6
+ ServiceControllerImageName string = "service-controller:1.7.1 "
7
+ ControllerPodmanImageName string = "controller-podman:1.7.1 "
8
+ ConfigSyncImageName string = "config-sync:1.7.1 "
9
+ FlowCollectorImageName string = "flow-collector:1.7.1 "
10
+ SiteControllerImageName string = "site-controller:1.7.1 "
11
11
PrometheusImageRegistry string = "quay.io/prometheus"
12
12
PrometheusServerImageName string = "prometheus:v2.42.0"
13
13
OauthProxyImageRegistry string = "quay.io/openshift"
You can’t perform that action at this time.
0 commit comments