Skip to content

Commit

Permalink
Cherry-pick #463 to v2.3.x (#464)
Browse files Browse the repository at this point in the history
* chore(yaml): updating operator yaml with the image tag

Signed-off-by: GitHub Actions <actions@github.com>

* fix(charts): roll back charts (#463)

Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>

---------

Signed-off-by: GitHub Actions <actions@github.com>
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
niladrih and actions-user committed Jul 26, 2023
1 parent 35f3169 commit c0d7613
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: ci
newTag: 2.3.0
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: ci
openebs.io/version: 2.3.0
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: ci
openebs.io/version: 2.3.0
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:ci
image: openebs/zfs-driver:2.3.0
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: ci
openebs.io/version: 2.3.0
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: ci
openebs.io/version: 2.3.0
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:ci
image: openebs/zfs-driver:2.3.0
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: ci
openebs.io/version: 2.3.0
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: ci
openebs.io/version: 2.3.0
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:ci
image: openebs/zfs-driver:2.3.0
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: ci
openebs.io/version: 2.3.0
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: ci
openebs.io/version: 2.3.0
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:ci
image: openebs/zfs-driver:2.3.0
imagePullPolicy: IfNotPresent
args:
- "--nodename=$(OPENEBS_NODE_NAME)"
Expand Down

0 comments on commit c0d7613

Please sign in to comment.