Skip to content

Commit

Permalink
Setup release deploy yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <awels@redhat.com>
  • Loading branch information
awels committed Oct 8, 2021
1 parent 8de194c commit 8eb17a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,7 @@ spec:
containers:
- name: hostpath-provisioner-operator
# Replace this with the built image name
image: quay.io/kubevirt/hostpath-provisioner-operator:latest
image: quay.io/kubevirt/hostpath-provisioner-operator:v0.10.1
command:
- hostpath-provisioner-operator
imagePullPolicy: Always
Expand All @@ -2393,9 +2393,9 @@ spec:
- name: OPERATOR_NAME
value: "hostpath-provisioner-operator"
- name: PROVISIONER_IMAGE
value: "quay.io/kubevirt/hostpath-provisioner:latest"
value: "quay.io/kubevirt/hostpath-provisioner:v0.10.0"
- name: CSI_PROVISIONER_IMAGE
value: "quay.io/kubevirt/hostpath-csi-driver:latest"
value: "quay.io/kubevirt/hostpath-csi-driver:v0.10.0"
- name: EXTERNAL_HEALTH_MON_IMAGE
value: "k8s.gcr.io/sig-storage/csi-external-health-monitor-controller:v0.3.0"
- name: NODE_DRIVER_REG_IMAGE
Expand Down

0 comments on commit 8eb17a5

Please sign in to comment.