We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b946f commit fd4aa8dCopy full SHA for fd4aa8d
config/install.yaml
@@ -2884,7 +2884,7 @@ spec:
2884
- --leader-elect
2885
command:
2886
- /manager
2887
- image: quay.io/numaproj/numaplane-controller:latest
+ image: quay.io/numaproj/numaplane-controller:v0.29.0
2888
livenessProbe:
2889
httpGet:
2890
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.29.0
0 commit comments