Skip to content

Commit

Permalink
Update operator.yaml for release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <awels@redhat.com>
  • Loading branch information
awels committed Dec 17, 2021
1 parent 1ddd0be commit b66175d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,7 @@ spec:
name: "metrics"
protocol: "TCP"
# Replace this with the built image name
image: quay.io/kubevirt/hostpath-provisioner-operator:latest
image: quay.io/kubevirt/hostpath-provisioner-operator:v0.12.0
command:
- hostpath-provisioner-operator
imagePullPolicy: Always
Expand Down Expand Up @@ -2778,11 +2778,11 @@ spec:
- name: OPERATOR_NAME
value: "hostpath-provisioner-operator"
- name: OPERATOR_IMAGE
value: "quay.io/kubevirt/hostpath-provisioner-operator:latest"
value: "quay.io/kubevirt/hostpath-provisioner-operator:v0.12.0"
- name: PROVISIONER_IMAGE
value: "quay.io/kubevirt/hostpath-provisioner:latest"
value: "quay.io/kubevirt/hostpath-provisioner:v0.12.0"
- name: CSI_PROVISIONER_IMAGE
value: "quay.io/kubevirt/hostpath-csi-driver:latest"
value: "quay.io/kubevirt/hostpath-csi-driver:v0.12.0"
- name: NODE_DRIVER_REG_IMAGE
value: "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0"
- name: LIVENESS_PROBE_IMAGE
Expand Down

0 comments on commit b66175d

Please sign in to comment.