Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
feat(operator-yamls): update lvm-operator and add 3.9.0 changes (#337)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Sep 6, 2023
1 parent f5c45bb commit 2982d94
Show file tree
Hide file tree
Showing 13 changed files with 29,512 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lvm-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-lvm-controller
openebs.io/version: 1.2.0
openebs.io/version: 1.3.0
spec:
selector:
matchLabels:
Expand All @@ -1400,7 +1400,7 @@ spec:
app: openebs-lvm-controller
role: openebs-lvm
openebs.io/component-name: openebs-lvm-controller
openebs.io/version: 1.2.0
openebs.io/version: 1.3.0
spec:
affinity:
podAntiAffinity:
Expand Down Expand Up @@ -1473,7 +1473,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: openebs-lvm-plugin
image: openebs/lvm-driver:1.2.0
image: openebs/lvm-driver:1.3.0
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -1617,7 +1617,7 @@ metadata:
namespace: kube-system
labels:
openebs.io/component-name: openebs-lvm-node
openebs.io/version: 1.2.0
openebs.io/version: 1.3.0
spec:
selector:
matchLabels:
Expand All @@ -1632,7 +1632,7 @@ spec:
app: openebs-lvm-node
role: openebs-lvm
openebs.io/component-name: openebs-lvm-node
openebs.io/version: 1.2.0
openebs.io/version: 1.3.0
spec:
priorityClassName: openebs-lvm-localpv-csi-node-critical
serviceAccountName: openebs-lvm-node-sa
Expand Down Expand Up @@ -1669,7 +1669,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: openebs/lvm-driver:1.2.0
image: openebs/lvm-driver:1.3.0
imagePullPolicy: IfNotPresent
args:
- "--nodeid=$(OPENEBS_NODE_ID)"
Expand Down
Loading

0 comments on commit 2982d94

Please sign in to comment.