Skip to content

Commit 82db3cc

Browse files
authored
Merge pull request #257 from qijianshuai/pkgload
update version 0.5.0
2 parents e338e10 + 2596d2d commit 82db3cc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ KUBECTLCMD=$(shell which kubectl)
66
SWAGGER := $(DOCKERCMD) run --rm -it -v $(HOME):$(HOME) -w $(shell pwd) quay.io/goswagger/swagger
77

88
REGISTRY ?= projects.registry.vmware.com/cnsi
9-
IMG_TAG = 0.4.0
9+
IMG_TAG = 0.5.0
1010
# Image URL to use all building/pushing image targets
1111
IMG_MANAGER ?= $(REGISTRY)/manager:$(IMG_TAG)
1212
IMG_EXPORTER ?= $(REGISTRY)/exporter:$(IMG_TAG)

cnsi-portal/scripts/cloud-native-security-inspector-portal.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: cnsi-portal-serviceaccount
1919
containers:
2020
- 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
2222
imagePullPolicy: Always
2323
ports:
2424
- containerPort: 3800

deployments/yaml/data-exporter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
control-plane: cnsi-exporter
1515
spec:
1616
containers:
17-
- image: projects.registry.vmware.com/cnsi/exporter:0.4.0
17+
- image: projects.registry.vmware.com/cnsi/exporter:0.5.0
1818
imagePullPolicy: IfNotPresent
1919
ports:
2020
- containerPort: 6780

deployments/yaml/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ spec:
13631363
- --leader-elect
13641364
command:
13651365
- /manager
1366-
image: projects.registry.vmware.com/cnsi/manager:0.4.0
1366+
image: projects.registry.vmware.com/cnsi/manager:0.5.0
13671367
livenessProbe:
13681368
httpGet:
13691369
path: /healthz

deployments/yaml/scanner-trivy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
control-plane: cnsi-scanner-trivy
1515
spec:
1616
containers:
17-
- image: projects.registry.vmware.com/cnsi/trivy:0.4.0
17+
- image: projects.registry.vmware.com/cnsi/trivy:0.5.0
1818
imagePullPolicy: Always
1919
ports:
2020
- containerPort: 8081

0 commit comments

Comments
 (0)