Skip to content

Commit

Permalink
Revert "Cherry-pick #463 to v2.3.x (#464)"
Browse files Browse the repository at this point in the history
This reverts commit c0d7613.
  • Loading branch information
niladrih committed Jul 26, 2023
1 parent c0d7613 commit d227d48
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion deploy/yamls/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
- name: openebs/zfs-driver
newTag: 2.3.0
newTag: ci
resources:
- namespace.yaml
- zfsvolume-crd.yaml
Expand Down
12 changes: 6 additions & 6 deletions deploy/yamls/zfs-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
selector:
matchLabels:
Expand All @@ -964,7 +964,7 @@ spec:
app: openebs-zfs-controller
role: openebs-zfs
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -1037,7 +1037,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: openebs-zfs-plugin
image: openebs/zfs-driver:2.3.0
image: openebs/zfs-driver:ci
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -1200,7 +1200,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-node
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
selector:
matchLabels:
Expand All @@ -1215,7 +1215,7 @@ spec:
app: openebs-zfs-node
role: openebs-zfs
openebs.io/component-name: openebs-zfs-node
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
priorityClassName: openebs-zfs-csi-node-critical
serviceAccountName: openebs-zfs-node-sa
Expand Down Expand Up @@ -1252,7 +1252,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: openebs/zfs-driver:2.3.0
image: openebs/zfs-driver:ci
imagePullPolicy: IfNotPresent
args:
- "--nodename=$(OPENEBS_NODE_NAME)"
Expand Down
12 changes: 6 additions & 6 deletions deploy/zfs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
selector:
matchLabels:
Expand All @@ -2258,7 +2258,7 @@ spec:
app: openebs-zfs-controller
role: openebs-zfs
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -2331,7 +2331,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: openebs-zfs-plugin
image: openebs/zfs-driver:2.3.0
image: openebs/zfs-driver:ci
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -2494,7 +2494,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-node
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
selector:
matchLabels:
Expand All @@ -2509,7 +2509,7 @@ spec:
app: openebs-zfs-node
role: openebs-zfs
openebs.io/component-name: openebs-zfs-node
openebs.io/version: 2.3.0
openebs.io/version: ci
spec:
priorityClassName: openebs-zfs-csi-node-critical
serviceAccountName: openebs-zfs-node-sa
Expand Down Expand Up @@ -2546,7 +2546,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: openebs/zfs-driver:2.3.0
image: openebs/zfs-driver:ci
imagePullPolicy: IfNotPresent
args:
- "--nodename=$(OPENEBS_NODE_NAME)"
Expand Down

0 comments on commit d227d48

Please sign in to comment.