We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a89dbb commit 6270135Copy full SHA for 6270135
config/install.yaml
@@ -2902,7 +2902,7 @@ spec:
2902
- --leader-elect
2903
command:
2904
- /manager
2905
- image: quay.io/numaproj/numaplane-controller:latest
+ image: quay.io/numaproj/numaplane-controller:v0.30.0
2906
livenessProbe:
2907
httpGet:
2908
path: /healthz
config/manager/kustomization.yaml
@@ -8,4 +8,4 @@ resources:
8
9
images:
10
- name: quay.io/numaproj/numaplane-controller
11
- newTag: latest
+ newTag: v0.30.0
0 commit comments