Skip to content

Commit

Permalink
Merge pull request #236 from qijianshuai/v0-3-2
Browse files Browse the repository at this point in the history
Fix build manger version using cnsi-manager/config/manager/kustomization.yaml change
  • Loading branch information
qijianshuai authored Apr 12, 2023
2 parents 35ee038 + 4c6f9cb commit 60e10e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cnsi-manager/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- /manager
args:
- --leader-elect
image: projects.registry.vmware.com/cnsi/manager:0.3
image: controller
name: manager
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion deployments/yaml/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ spec:
- --leader-elect
command:
- /manager
image: projects.registry.vmware.com/cnsi/manager:0.3
image: projects.registry.vmware.com/cnsi/manager:0.3.2
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 60e10e7

Please sign in to comment.