We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9185a8f + b7d2a94 commit e78b5acCopy full SHA for e78b5ac
2 files changed
charts/portworx-operator/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: portworx-operator
3
description: Helm chart for deploying Portworx Enterprise operator on ROSA HCP with workload identity (IRSA)
4
type: application
5
-version: 0.1.5
6
-appVersion: "3.2"
+version: 0.1.6
+appVersion: "3.6"
7
dependencies:
8
- name: helper-status-checker
9
version: 4.4.3
charts/portworx-operator/values.yaml
@@ -17,7 +17,7 @@ storageCluster:
17
name: px-cluster
18
# Required: IAM role ARN for Portworx workload identity (from terraform output portworx_role_arn)
19
iamRoleArn: ""
20
- imageVersion: "3.2.1"
+ imageVersion: "3.6.1"
21
syncWave: 5
22
smallNode: false
23
cloudStorage:
0 commit comments