Skip to content

Commit

Permalink
Merge pull request #257 from qijianshuai/pkgload
Browse files Browse the repository at this point in the history
update version 0.5.0
  • Loading branch information
steven-zou committed Feb 19, 2024
2 parents e338e10 + 2596d2d commit 82db3cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KUBECTLCMD=$(shell which kubectl)
SWAGGER := $(DOCKERCMD) run --rm -it -v $(HOME):$(HOME) -w $(shell pwd) quay.io/goswagger/swagger

REGISTRY ?= projects.registry.vmware.com/cnsi
IMG_TAG = 0.4.0
IMG_TAG = 0.5.0
# Image URL to use all building/pushing image targets
IMG_MANAGER ?= $(REGISTRY)/manager:$(IMG_TAG)
IMG_EXPORTER ?= $(REGISTRY)/exporter:$(IMG_TAG)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: cnsi-portal-serviceaccount
containers:
- name: cloud-native-security-inspector-frontend
image: projects.registry.vmware.com/cnsi/portal:0.4.0
image: projects.registry.vmware.com/cnsi/portal:0.5.0
imagePullPolicy: Always
ports:
- containerPort: 3800
2 changes: 1 addition & 1 deletion deployments/yaml/data-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
control-plane: cnsi-exporter
spec:
containers:
- image: projects.registry.vmware.com/cnsi/exporter:0.4.0
- image: projects.registry.vmware.com/cnsi/exporter:0.5.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 6780
Expand Down
2 changes: 1 addition & 1 deletion deployments/yaml/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ spec:
- --leader-elect
command:
- /manager
image: projects.registry.vmware.com/cnsi/manager:0.4.0
image: projects.registry.vmware.com/cnsi/manager:0.5.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion deployments/yaml/scanner-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
control-plane: cnsi-scanner-trivy
spec:
containers:
- image: projects.registry.vmware.com/cnsi/trivy:0.4.0
- image: projects.registry.vmware.com/cnsi/trivy:0.5.0
imagePullPolicy: Always
ports:
- containerPort: 8081
Expand Down

0 comments on commit 82db3cc

Please sign in to comment.