Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Cherry-pick #463 to v2.3.x" #465

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading