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 14, 2021
1 parent c6db1da commit 3ae46d8
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: 1.9.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 @@ -718,7 +718,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
selector:
matchLabels:
Expand All @@ -732,7 +732,7 @@ spec:
app: openebs-zfs-controller
role: openebs-zfs
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -796,7 +796,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: openebs-zfs-plugin
image: openebs/zfs-driver:ci
image: openebs/zfs-driver:1.9.0
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -946,7 +946,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
selector:
matchLabels:
Expand All @@ -961,7 +961,7 @@ spec:
app: openebs-zfs-node
role: openebs-zfs
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
priorityClassName: system-node-critical
serviceAccount: openebs-zfs-node-sa
Expand Down Expand Up @@ -998,7 +998,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: openebs/zfs-driver:ci
image: openebs/zfs-driver:1.9.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 @@ -2012,7 +2012,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
selector:
matchLabels:
Expand All @@ -2026,7 +2026,7 @@ spec:
app: openebs-zfs-controller
role: openebs-zfs
openebs.io/component-name: openebs-zfs-controller
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -2090,7 +2090,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: openebs-zfs-plugin
image: openebs/zfs-driver:ci
image: openebs/zfs-driver:1.9.0
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -2240,7 +2240,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
selector:
matchLabels:
Expand All @@ -2255,7 +2255,7 @@ spec:
app: openebs-zfs-node
role: openebs-zfs
openebs.io/component-name: openebs-zfs-node
openebs.io/version: ci
openebs.io/version: 1.9.0
spec:
priorityClassName: system-node-critical
serviceAccount: openebs-zfs-node-sa
Expand Down Expand Up @@ -2292,7 +2292,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: openebs/zfs-driver:ci
image: openebs/zfs-driver:1.9.0
imagePullPolicy: IfNotPresent
args:
- "--nodename=$(OPENEBS_NODE_NAME)"
Expand Down

0 comments on commit 3ae46d8

Please sign in to comment.