File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ KUBECTLCMD=$(shell which kubectl)
6
6
SWAGGER := $(DOCKERCMD ) run --rm -it -v $(HOME ) :$(HOME ) -w $(shell pwd) quay.io/goswagger/swagger
7
7
8
8
REGISTRY ?= projects.registry.vmware.com/cnsi
9
- IMG_TAG = 0.4 .0
9
+ IMG_TAG = 0.5 .0
10
10
# Image URL to use all building/pushing image targets
11
11
IMG_MANAGER ?= $(REGISTRY ) /manager:$(IMG_TAG )
12
12
IMG_EXPORTER ?= $(REGISTRY ) /exporter:$(IMG_TAG )
Original file line number Diff line number Diff line change 18
18
serviceAccountName : cnsi-portal-serviceaccount
19
19
containers :
20
20
- name : cloud-native-security-inspector-frontend
21
- image : projects.registry.vmware.com/cnsi/portal:0.4 .0
21
+ image : projects.registry.vmware.com/cnsi/portal:0.5 .0
22
22
imagePullPolicy : Always
23
23
ports :
24
24
- containerPort : 3800
Original file line number Diff line number Diff line change 14
14
control-plane : cnsi-exporter
15
15
spec :
16
16
containers :
17
- - image : projects.registry.vmware.com/cnsi/exporter:0.4 .0
17
+ - image : projects.registry.vmware.com/cnsi/exporter:0.5 .0
18
18
imagePullPolicy : IfNotPresent
19
19
ports :
20
20
- containerPort : 6780
Original file line number Diff line number Diff line change @@ -1363,7 +1363,7 @@ spec:
1363
1363
- --leader-elect
1364
1364
command :
1365
1365
- /manager
1366
- image : projects.registry.vmware.com/cnsi/manager:0.4 .0
1366
+ image : projects.registry.vmware.com/cnsi/manager:0.5 .0
1367
1367
livenessProbe :
1368
1368
httpGet :
1369
1369
path : /healthz
Original file line number Diff line number Diff line change 14
14
control-plane : cnsi-scanner-trivy
15
15
spec :
16
16
containers :
17
- - image : projects.registry.vmware.com/cnsi/trivy:0.4 .0
17
+ - image : projects.registry.vmware.com/cnsi/trivy:0.5 .0
18
18
imagePullPolicy : Always
19
19
ports :
20
20
- containerPort : 8081
You can’t perform that action at this time.
0 commit comments