We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b70bbab + 57dd574 commit 9e32276Copy full SHA for 9e32276
scripts/helm-backup
@@ -1,5 +1,5 @@
1
NAMESPACE=central
2
-VERSION=2.8.3
+VERSION=2.8.4
3
4
curl -O https://raw.githubusercontent.com/portworx/helm/master/stable/px-central-$VERSION.tgz
5
helm install px-central px-central-$VERSION.tgz --namespace $NAMESPACE --create-namespace --version $VERSION --set persistentStorage.enabled=true,persistentStorage.storageClassName="px-csi-db",pxbackup.enabled=true,oidc.centralOIDC.updateAdminProfile=false,installCRDs=true
0 commit comments