We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7966144 commit 57dd574Copy full SHA for 57dd574
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