Skip to content

Commit

Permalink
chore(yaml): updating operator yaml with the image tag
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <actions@github.com>
  • Loading branch information
actions-user committed Jul 3, 2024
1 parent ee6cc34 commit 6b45797
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.6.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.6.0
spec:
selector:
matchLabels:
Expand All @@ -963,7 +963,7 @@ spec:
app: openebs-zfs-controller
role: openebs-zfs
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: ci
openebs.io/version: 2.6.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -1036,7 +1036,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.6.0
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -1199,7 +1199,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 2.6.0
spec:
selector:
matchLabels:
Expand All @@ -1214,7 +1214,7 @@ spec:
app: openebs-zfs-node
role: openebs-zfs
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 2.6.0
spec:
priorityClassName: openebs-zfs-csi-node-critical
serviceAccountName: openebs-zfs-node-sa
Expand Down Expand Up @@ -1251,7 +1251,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: openebs/zfs-driver:ci
image: openebs/zfs-driver:2.6.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 @@ -2252,7 +2252,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: ci
openebs.io/version: 2.6.0
spec:
selector:
matchLabels:
Expand All @@ -2265,7 +2265,7 @@ spec:
app: openebs-zfs-controller
role: openebs-zfs
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: ci
openebs.io/version: 2.6.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -2338,7 +2338,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.6.0
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -2501,7 +2501,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 2.6.0
spec:
selector:
matchLabels:
Expand All @@ -2516,7 +2516,7 @@ spec:
app: openebs-zfs-node
role: openebs-zfs
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 2.6.0
spec:
priorityClassName: openebs-zfs-csi-node-critical
serviceAccountName: openebs-zfs-node-sa
Expand Down Expand Up @@ -2553,7 +2553,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: openebs/zfs-driver:ci
image: openebs/zfs-driver:2.6.0
imagePullPolicy: IfNotPresent
args:
- "--nodename=$(OPENEBS_NODE_NAME)"
Expand Down

0 comments on commit 6b45797

Please sign in to comment.