Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for px 3.2.1.1 and operator 24.2.1 #684

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/portworx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: portworx
version: 5.1.0
version: 5.1.1
description: A Helm chart for installing Portworx on Kubernetes.
kubeVersion: ">=1.26.0-0"
appVersion: "3.2.1"
appVersion: "3.2.1.1"
apiVersion: v1
keywords:
- Storage
Expand Down
4 changes: 2 additions & 2 deletions charts/portworx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ The following tables lists the configurable parameters of the Portworx chart and

| Parameter | Description | Default
|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------|
| `imageVersion` | Version of the PX image | 3.2.1 |
| `pxOperatorImageVersion` | Version of the PX operator image | 24.2.0 |
| `imageVersion` | Version of the PX image | 3.2.1.1 |
| `pxOperatorImageVersion` | Version of the PX operator image | 24.2.1 |
| `openshiftInstall` | Installing on Openshift? | false |
| `nonDisruptivek8sUpgrade` | Used to disable or enable smart and parallel kubetnetes node upgrades. By default, S&P upgrades are disabled. To enable them, set this to true | false |
| `skipHealthChecks` | Used to skip health checks. By default, health checks are enabled. Set this to true to disable health checks | false |
Expand Down
4 changes: 2 additions & 2 deletions charts/portworx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
deployOperator: true # Deploy the Portworx operator
deployCluster: true # Deploy the Portworx cluster

imageVersion: 3.2.1 # Version of the PX Image.
pxOperatorImageVersion: 24.2.0 # Version of the PX operator image.
imageVersion: 3.2.1.1 # Version of the PX Image.
pxOperatorImageVersion: 24.2.1 # Version of the PX operator image.

openshiftInstall: false # Defaults to false for installing Portworx on Openshift .
isTargetOSCoreOS: false # Is your target OS CoreOS? Defaults to false.
Expand Down
Loading