We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f093118 commit f666bd1Copy full SHA for f666bd1
config/install.yaml
@@ -2921,7 +2921,7 @@ spec:
2921
- --leader-elect
2922
command:
2923
- /manager
2924
- image: quay.io/numaproj/numaplane-controller:latest
+ image: quay.io/numaproj/numaplane-controller:v0.31.0
2925
livenessProbe:
2926
httpGet:
2927
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.31.0
0 commit comments