Skip to content

Commit bd40b10

Browse files
authored
chore: upgrade portworx csi operator to latest stable (#2798)
Signed-off-by: Yaguang Tang <[email protected]>
1 parent 5845d68 commit bd40b10

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/styles/config/vocabularies/Base/accept.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ACME
33
Ansible
44
BGP
55
CRD
6+
CSI
67
Ceph
78
DNS
89
FQDN
@@ -15,6 +16,7 @@ LUN
1516
Manila
1617
MySQL
1718
Nova
19+
OCI
1820
OVN
1921
Percona
2022
QEMU
@@ -24,6 +26,7 @@ VLAN
2426
VNC
2527
[Bb]ackports
2628
[Bb]aremetal
29+
[Pp]ortworx
2730
backport
2831
etcd
2932
kek
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
- Upgraded Portworx CSI operator to version 25.2.1 from 23.10.5 for improved stability and performance.
5+
- Updated Portworx OCI monitor to version 25.4.0 from 3.1.1 to support the latest operator features.

roles/portworx/templates/portworx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
containers:
5252
- name: portworx-operator
5353
imagePullPolicy: Always
54-
image: portworx/px-operator:23.10.5
54+
image: portworx/px-operator:25.2.1
5555
command:
5656
- /operator
5757
- --verbose

roles/portworx/templates/storage_cluster.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ metadata:
66
namespace: portworx
77
annotations:
88
portworx.io/install-source: "https://install.portworx.com/?operator=true&mc=false&kbver=1.28.0&ns=portworx&oem=esse&user=2487eaa2-e557-4f68-8e87-9b56c0a4498f&b=true&iop=6&s=%22size%3D150%22&pureSanType=FC&ce=pure&c=px-cluster-567cacc6-e39c-49da-9d35-2bafacfcf18c&stork=true&csi=true&mon=true&tel=true&st=k8s&promop=true"
9-
portworx.io/misc-args: "--oem esse"
9+
portworx.io/misc-args: "--oem px-csi"
1010
portworx.io/disable-storage-class: "true"
1111
portworx.io/pvc-controller-secure-port: "20257"
1212
spec:
13-
image: portworx/oci-monitor:3.1.1
13+
image: portworx/oci-monitor:25.4.0
1414
imagePullPolicy: Always
1515
kvdb:
1616
internal: true
@@ -19,11 +19,11 @@ spec:
1919
- size=150
2020
secretsProvider: k8s
2121
stork:
22-
enabled: true
22+
enabled: false
2323
args:
2424
webhook-controller: "true"
2525
autopilot:
26-
enabled: true
26+
enabled: false
2727
runtimeOptions:
2828
default-io-profile: "6"
2929
csi:

0 commit comments

Comments
 (0)