diff --git a/charts/px-central/templates/crds/crd-alertmanager.yaml b/charts/px-central/templates/crds/crd-alertmanager.yaml index fbbeadb50..8b53fcb66 100644 --- a/charts/px-central/templates/crds/crd-alertmanager.yaml +++ b/charts/px-central/templates/crds/crd-alertmanager.yaml @@ -12,6 +12,9 @@ kind: CustomResourceDefinition metadata: name: alertmanagers.monitoring.coreos.com annotations: + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep labels: app: prometheus-operator diff --git a/charts/px-central/templates/crds/crd-alertmanagerconfigs.yaml b/charts/px-central/templates/crds/crd-alertmanagerconfigs.yaml index d8964aa54..60016ea6a 100644 --- a/charts/px-central/templates/crds/crd-alertmanagerconfigs.yaml +++ b/charts/px-central/templates/crds/crd-alertmanagerconfigs.yaml @@ -12,11 +12,13 @@ For ArgoCD deployments with pre-existing CRDs, set installCRDs: "false" apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: + name: alertmanagerconfigs.monitoring.coreos.com annotations: controller-gen.kubebuilder.io/version: v0.4.1 + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep - creationTimestamp: null - name: alertmanagerconfigs.monitoring.coreos.com spec: group: monitoring.coreos.com names: diff --git a/charts/px-central/templates/crds/crd-podmonitor.yaml b/charts/px-central/templates/crds/crd-podmonitor.yaml index 1f8cb5a59..d7ef82811 100644 --- a/charts/px-central/templates/crds/crd-podmonitor.yaml +++ b/charts/px-central/templates/crds/crd-podmonitor.yaml @@ -12,6 +12,9 @@ kind: CustomResourceDefinition metadata: name: podmonitors.monitoring.coreos.com annotations: + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep labels: app: prometheus-operator diff --git a/charts/px-central/templates/crds/crd-probes.yaml b/charts/px-central/templates/crds/crd-probes.yaml index 4743e2757..230e76e42 100644 --- a/charts/px-central/templates/crds/crd-probes.yaml +++ b/charts/px-central/templates/crds/crd-probes.yaml @@ -12,11 +12,13 @@ For ArgoCD deployments with pre-existing CRDs, set installCRDs: "false" apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: + name: probes.monitoring.coreos.com annotations: controller-gen.kubebuilder.io/version: v0.4.1 + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep - creationTimestamp: null - name: probes.monitoring.coreos.com spec: group: monitoring.coreos.com names: diff --git a/charts/px-central/templates/crds/crd-prometheus.yaml b/charts/px-central/templates/crds/crd-prometheus.yaml index 1abbeb300..768c02905 100644 --- a/charts/px-central/templates/crds/crd-prometheus.yaml +++ b/charts/px-central/templates/crds/crd-prometheus.yaml @@ -12,6 +12,9 @@ kind: CustomResourceDefinition metadata: name: prometheuses.monitoring.coreos.com annotations: + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep labels: app: prometheus-operator diff --git a/charts/px-central/templates/crds/crd-prometheusrules.yaml b/charts/px-central/templates/crds/crd-prometheusrules.yaml index 5e826dd18..0098bd241 100644 --- a/charts/px-central/templates/crds/crd-prometheusrules.yaml +++ b/charts/px-central/templates/crds/crd-prometheusrules.yaml @@ -13,6 +13,9 @@ kind: CustomResourceDefinition metadata: name: prometheusrules.monitoring.coreos.com annotations: + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep labels: app: prometheus-operator diff --git a/charts/px-central/templates/crds/crd-servicemonitor.yaml b/charts/px-central/templates/crds/crd-servicemonitor.yaml index 88787f798..5347405fc 100644 --- a/charts/px-central/templates/crds/crd-servicemonitor.yaml +++ b/charts/px-central/templates/crds/crd-servicemonitor.yaml @@ -10,10 +10,13 @@ For ArgoCD deployments with pre-existing CRDs, set installCRDs: "false" apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: + name: servicemonitors.monitoring.coreos.com annotations: controller-gen.kubebuilder.io/version: v0.4.1 + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep - name: servicemonitors.monitoring.coreos.com spec: group: monitoring.coreos.com names: diff --git a/charts/px-central/templates/crds/crd-thanosrulers.yaml b/charts/px-central/templates/crds/crd-thanosrulers.yaml index 2a4068342..f57b6dec2 100644 --- a/charts/px-central/templates/crds/crd-thanosrulers.yaml +++ b/charts/px-central/templates/crds/crd-thanosrulers.yaml @@ -11,11 +11,13 @@ For ArgoCD deployments with pre-existing CRDs, set installCRDs: "false" apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: + name: thanosrulers.monitoring.coreos.com annotations: controller-gen.kubebuilder.io/version: v0.4.1 + helm.sh/hook: pre-install,pre-upgrade + helm.sh/hook-delete-policy: before-hook-creation + helm.sh/hook-weight: "-5" helm.sh/resource-policy: keep - creationTimestamp: null - name: thanosrulers.monitoring.coreos.com spec: group: monitoring.coreos.com names: diff --git a/charts/px-central/templates/px-backup/pxcentral-alertmanager.yaml b/charts/px-central/templates/px-backup/pxcentral-alertmanager.yaml index f805fb840..5a691daaf 100644 --- a/charts/px-central/templates/px-backup/pxcentral-alertmanager.yaml +++ b/charts/px-central/templates/px-backup/pxcentral-alertmanager.yaml @@ -9,6 +9,9 @@ kind: Alertmanager metadata: name: px-backup-alertmanager namespace: {{ .Release.Namespace }} + annotations: + helm.sh/hook: post-install,post-upgrade + helm.sh/hook-weight: "5" labels: {{- include "px-central.partOfLabel" . | nindent 4 }} spec: diff --git a/charts/px-central/templates/px-backup/pxcentral-monitoring-cleanup.yaml b/charts/px-central/templates/px-backup/pxcentral-monitoring-cleanup.yaml new file mode 100644 index 000000000..5d00b43f7 --- /dev/null +++ b/charts/px-central/templates/px-backup/pxcentral-monitoring-cleanup.yaml @@ -0,0 +1,86 @@ +{{- $pxBackupEnabled := .Values.pxbackup.enabled | default false }} +{{- if eq $pxBackupEnabled true }} +{{- $deployDedicatedMonitoringSystem := .Values.pxbackup.deployDedicatedMonitoringSystem }} +{{- $enableExternalMetricsScraping := .Values.pxbackup.enableExternalMetricsScraping | default false }} +{{- if or (eq $deployDedicatedMonitoringSystem true) (eq $enableExternalMetricsScraping true) (eq $enableExternalMetricsScraping false) }} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: px-backup-monitoring-cleanup + namespace: {{ .Release.Namespace }} + annotations: + helm.sh/hook: pre-delete + helm.sh/hook-weight: "-5" + helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation + labels: +{{- include "px-central.labels" . | nindent 4 }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: px-backup-monitoring-cleanup-{{ .Release.Namespace }} + annotations: + helm.sh/hook: pre-delete + helm.sh/hook-weight: "-5" + helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation + labels: +{{- include "px-central.labels" . | nindent 4 }} +rules: +- apiGroups: ["monitoring.coreos.com"] + resources: ["prometheuses", "alertmanagers", "servicemonitors", "prometheusrules"] + verbs: ["get", "list", "delete"] +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: px-backup-monitoring-cleanup-{{ .Release.Namespace }} + annotations: + helm.sh/hook: pre-delete + helm.sh/hook-weight: "-4" + helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation + labels: +{{- include "px-central.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: px-backup-monitoring-cleanup-{{ .Release.Namespace }} +subjects: +- kind: ServiceAccount + name: px-backup-monitoring-cleanup + namespace: {{ .Release.Namespace }} +--- +apiVersion: batch/v1 +kind: Job +metadata: + name: px-backup-monitoring-cleanup + namespace: {{ .Release.Namespace }} + annotations: + helm.sh/hook: pre-delete + helm.sh/hook-weight: "0" + helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation + labels: +{{- include "px-central.labels" . | nindent 4 }} +spec: + ttlSecondsAfterFinished: 100 + backoffLimit: 3 + template: + spec: + serviceAccountName: px-backup-monitoring-cleanup + restartPolicy: Never + containers: + - name: cleanup + image: bitnami/kubectl:latest + command: + - /bin/sh + - -c + - | + echo "Cleaning up Prometheus Operator resources..." + kubectl delete prometheus px-backup-dashboard-prometheus -n {{ .Release.Namespace }} --ignore-not-found=true + kubectl delete alertmanager px-backup-alertmanager -n {{ .Release.Namespace }} --ignore-not-found=true + kubectl delete servicemonitor px-backup-dashboard-prometheus-sm -n {{ .Release.Namespace }} --ignore-not-found=true + kubectl delete servicemonitor px-backup-external-monitoring-sm -n {{ .Release.Namespace }} --ignore-not-found=true + kubectl delete prometheusrule px-backup-dashboard-prometheus-rules -n {{ .Release.Namespace }} --ignore-not-found=true + echo "Cleanup complete!" +{{- end }} +{{- end }} diff --git a/charts/px-central/templates/px-backup/pxcentral-prometheus.yaml b/charts/px-central/templates/px-backup/pxcentral-prometheus.yaml index 137bd4d82..0a9e26286 100644 --- a/charts/px-central/templates/px-backup/pxcentral-prometheus.yaml +++ b/charts/px-central/templates/px-backup/pxcentral-prometheus.yaml @@ -5,9 +5,11 @@ {{- $pxMonitorEnabled := .Values.pxmonitor.enabled | default false }} {{- $azureProxyEnabled := .Values.proxy.azureProxyEnabled | default false }} {{- $enableExternalMetricsScraping := .Values.pxbackup.enableExternalMetricsScraping | default false }} +{{- $prometheusCRD := lookup "apiextensions.k8s.io/v1" "CustomResourceDefinition" "" "prometheuses.monitoring.coreos.com" }} {{- if eq $deployDedicatedMonitoringSystem true }} {{- $storageSize := "5Gi" }} {{- $retentionSize := "4096MB" }} +{{- if $prometheusCRD }} {{- $prometheus := lookup "monitoring.coreos.com/v1" "Prometheus" .Release.Namespace "px-backup-dashboard-prometheus" }} {{- if $prometheus }} {{- $storageSize = $prometheus.spec.storage.volumeClaimTemplate.spec.resources.requests.storage }} @@ -21,7 +23,7 @@ {{- end -}} {{- end -}} {{- end -}} -{{- else }} +{{- end }} {{- end }} {{- $hasAzureAnnotation := and (eq $azureProxyEnabled true) (not (has "px-backup-dashboard-prometheus" .Values.proxy.excludeAzureProxyList)) }} {{- $hasIstioAnnotation := .Values.istio.enabled }} @@ -288,6 +290,9 @@ kind: Prometheus metadata: name: px-backup-dashboard-prometheus namespace: {{ .Release.Namespace }} + annotations: + helm.sh/hook: post-install,post-upgrade + helm.sh/hook-weight: "5" labels: {{- include "px-central.partOfLabel" . | nindent 5 }} spec: @@ -513,6 +518,9 @@ kind: ServiceMonitor metadata: namespace: {{ .Release.Namespace }} name: px-backup-dashboard-prometheus-sm + annotations: + helm.sh/hook: post-install,post-upgrade + helm.sh/hook-weight: "6" labels: name: px-backup-dashboard-prometheus-sm app.kubernetes.io/component: px-backup @@ -564,6 +572,9 @@ kind: ServiceMonitor metadata: namespace: {{ .Release.Namespace }} name: px-backup-dashboard-prometheus-sm + annotations: + helm.sh/hook: post-install,post-upgrade + helm.sh/hook-weight: "6" labels: name: px-backup-dashboard-prometheus-sm app.kubernetes.io/component: px-backup @@ -618,6 +629,9 @@ kind: ServiceMonitor metadata: namespace: {{ .Release.Namespace }} name: px-backup-external-monitoring-sm + annotations: + helm.sh/hook: post-install,post-upgrade + helm.sh/hook-weight: "6" labels: name: px-backup-external-monitoring-sm app.kubernetes.io/component: px-backup @@ -668,10 +682,13 @@ spec: apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule metadata: + name: px-backup-dashboard-prometheus-rules + annotations: + helm.sh/hook: post-install,post-upgrade + helm.sh/hook-weight: "6" labels: app: px-backup-alerts {{- include "px-central.partOfLabel" . | nindent 4 }} - name: px-backup-dashboard-prometheus-rules spec: groups: - name: gauge_rules diff --git a/charts/px-central/templates/px-lighthouse/px-central-ui/pxcentral-ui-configmap.yaml b/charts/px-central/templates/px-lighthouse/px-central-ui/pxcentral-ui-configmap.yaml index 4e7686d59..0092c9129 100644 --- a/charts/px-central/templates/px-lighthouse/px-central-ui/pxcentral-ui-configmap.yaml +++ b/charts/px-central/templates/px-lighthouse/px-central-ui/pxcentral-ui-configmap.yaml @@ -12,11 +12,22 @@ data: BASE_ROOT_PATH: / DB_PORT: "3306" DB_DATABASE: pxcentral - FRONTEND_ENABLED_MODULES: COMPANY,LH,USERS,SSO + {{- /* Build FRONTEND_ENABLED_MODULES dynamically based on enabled features */ -}} + {{- $modules := list "COMPANY" "LH" "USERS" "SSO" }} + {{- if .Values.pxbackup.enabled }} + {{- $modules = append $modules "PXBACKUP" }} + {{- end }} + {{- if .Values.pxmonitor.enabled }} + {{- $modules = append $modules "PXMONITOR" }} + {{- end }} + {{- if .Values.pxlicenseserver.enabled }} + {{- $modules = append $modules "PXLS" }} + {{- end }} + FRONTEND_ENABLED_MODULES: {{ join "," $modules }} PX_BACKUP_ENDPOINT: "px-backup:10002" PX_BACKUP_ORGID: "{{ .Values.pxbackup.orgName }}" PX_STATUS_ENDPOINT: "http://pxcentral-apiserver:10006" OIDC_AUTHSERVERURL: http://pxcentral-keycloak-http:80/auth/realms/master OIDC_SCOPES: openid HIDE_KUBE_CONFIG: "False" - USE_PLATFORM_RBAC: "{{ .Values.pxbackup.usePlatformRbac }}" \ No newline at end of file + USE_PLATFORM_RBAC: "{{ .Values.pxbackup.usePlatformRbac }}" diff --git a/stable/index.yaml b/stable/index.yaml index 0988f56a1..662480c41 100644 --- a/stable/index.yaml +++ b/stable/index.yaml @@ -3,7 +3,7 @@ entries: portworx: - apiVersion: v1 appVersion: 3.5.2 - created: "2026-04-01T09:31:38.107182219Z" + created: "2026-05-16T05:16:43.576708755Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 8defe5838b883b55f452d903538fd145a036ef31183a476e29650c5977f9ab70 home: https://www.purestorage.com/products/cloud-native-applications/portworx.html @@ -24,11 +24,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-8.2.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-8.2.1.tgz version: 8.2.1 - apiVersion: v1 appVersion: 3.5.2 - created: "2026-04-01T09:31:38.102618894Z" + created: "2026-05-16T05:16:43.572974313Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 74bb965502a323d0d35a20c0f6ac8e950ef0cf123d367f8e97a2662dd513d5dc home: https://www.purestorage.com/products/cloud-native-applications/portworx.html @@ -49,11 +49,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-8.2.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-8.2.0.tgz version: 8.2.0 - apiVersion: v1 appVersion: 3.5.2 - created: "2026-04-01T09:31:38.098254824Z" + created: "2026-05-16T05:16:43.568635733Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 91734a4b8fe9218dbb6e339bd21a35a993a6f90acdaf6f6de9973818154680b7 home: https://www.purestorage.com/products/cloud-native-applications/portworx.html @@ -74,11 +74,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-8.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-8.1.0.tgz version: 8.1.0 - apiVersion: v1 appVersion: 3.5.2 - created: "2026-04-01T09:31:38.094072552Z" + created: "2026-05-16T05:16:43.564231096Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 7f771ef91378bc4b06841ed222f36637295f11fde2ce0346d073fdc57d5340b0 home: https://www.purestorage.com/products/cloud-native-applications/portworx.html @@ -99,11 +99,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-8.0.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-8.0.2.tgz version: 8.0.2 - apiVersion: v1 appVersion: 3.5.1 - created: "2026-04-01T09:31:38.090316643Z" + created: "2026-05-16T05:16:43.560565076Z" description: A Helm chart for installing Portworx on Kubernetes. digest: ea8f1ce57998b1cfaaa42f9a6edc9035fe11a478222e171d571085890075b185 home: https://portworx.com/ @@ -124,11 +124,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-8.0.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-8.0.1.tgz version: 8.0.1 - apiVersion: v1 appVersion: 3.5.0 - created: "2026-04-01T09:31:38.085875273Z" + created: "2026-05-16T05:16:43.556523432Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 4f45f3d34876bb6a5550bdb98472e62c655972614dbe863126e3bbe9279cec74 home: https://portworx.com/ @@ -149,11 +149,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-8.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-8.0.0.tgz version: 8.0.0 - apiVersion: v1 appVersion: 3.4.2 - created: "2026-04-01T09:31:38.081126188Z" + created: "2026-05-16T05:16:43.552096097Z" description: A Helm chart for installing Portworx on Kubernetes. digest: c0b61dfed18df0cb336c55a0d19f478a6dad2460efba3976aeba59ecb1851e54 home: https://portworx.com/ @@ -174,11 +174,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-7.0.5.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-7.0.5.tgz version: 7.0.5 - apiVersion: v1 appVersion: 3.4.1 - created: "2026-04-01T09:31:38.077330552Z" + created: "2026-05-16T05:16:43.54790815Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 87c475cf51353da3653324dbfeb5b9c18305563b7f00a4454efdc71324f649be home: https://portworx.com/ @@ -199,11 +199,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-7.0.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-7.0.4.tgz version: 7.0.4 - apiVersion: v1 appVersion: 3.4.1 - created: "2026-04-01T09:31:38.073034789Z" + created: "2026-05-16T05:16:43.544040856Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 6983f95ab269fb37f30364be60fb92810e9a299868460a3078616538b0448eb5 home: https://portworx.com/ @@ -224,11 +224,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-7.0.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-7.0.3.tgz version: 7.0.3 - apiVersion: v1 appVersion: 3.4.0.1 - created: "2026-04-01T09:31:38.069011349Z" + created: "2026-05-16T05:16:43.539683561Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 298ac7406beb8b8f85eebf56d326ec350c91de165d5659e66331cbe60a80edfd home: https://portworx.com/ @@ -249,11 +249,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-7.0.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-7.0.2.tgz version: 7.0.2 - apiVersion: v1 appVersion: 3.4.0.1 - created: "2026-04-01T09:31:38.06489539Z" + created: "2026-05-16T05:16:43.535256959Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 8518b063176fb7555f232d9d4c113b8b7ec2872f1e8e0f192290e4a746a1e1a9 home: https://portworx.com/ @@ -274,11 +274,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-7.0.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-7.0.1.tgz version: 7.0.1 - apiVersion: v1 appVersion: 3.4.0 - created: "2026-04-01T09:31:38.061004858Z" + created: "2026-05-16T05:16:43.530845834Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 35dade33ac75f86e41418d5d2ff21a16f3bb50a0850bb947e1e2b45c851fa09a home: https://portworx.com/ @@ -299,11 +299,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-7.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-7.0.0.tgz version: 7.0.0 - apiVersion: v1 appVersion: 3.3.1.3 - created: "2026-04-01T09:31:38.055998994Z" + created: "2026-05-16T05:16:43.525987327Z" description: A Helm chart for installing Portworx on Kubernetes. digest: bf52382e1589a97130033c20d7fa150f2af00e29ae124f64d79ee71809ded29b home: https://portworx.com/ @@ -324,11 +324,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.1.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.1.1.tgz version: 6.1.1 - apiVersion: v1 appVersion: 3.3.1.3 - created: "2026-04-01T09:31:38.051796177Z" + created: "2026-05-16T05:16:43.521963277Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 17093f3d9e21ace0fb5c516186d7fc291234d0031473cc3283bd132f3a9a6b1c home: https://portworx.com/ @@ -349,11 +349,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.1.0.tgz version: 6.1.0 - apiVersion: v1 appVersion: 3.3.1.3 - created: "2026-04-01T09:31:38.047445643Z" + created: "2026-05-16T05:16:43.518460312Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 7531f2a59f75be48a37a097bfc47ed579c41769c35d76171c7b95615c64124ae home: https://portworx.com/ @@ -374,11 +374,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.0.5.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.0.5.tgz version: 6.0.5 - apiVersion: v1 appVersion: 3.3.1.2 - created: "2026-04-01T09:31:38.04381607Z" + created: "2026-05-16T05:16:43.514517558Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 8bb90f7bcdcfa75d23c260873cd1d089dd9f3a1db205e670cd5ad83569471813 home: https://portworx.com/ @@ -399,11 +399,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.0.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.0.4.tgz version: 6.0.4 - apiVersion: v1 appVersion: 3.3.1.1 - created: "2026-04-01T09:31:38.038737216Z" + created: "2026-05-16T05:16:43.510013898Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 552c30a67535a8ded9fff133c4a8ed9f54a70cd270268d362d6b29c2ee0b8dcb home: https://portworx.com/ @@ -424,11 +424,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.0.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.0.3.tgz version: 6.0.3 - apiVersion: v1 appVersion: 3.3.1 - created: "2026-04-01T09:31:38.03477765Z" + created: "2026-05-16T05:16:43.506382744Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 49075ec12acdf8c08430f7dd7dfe563c7d25aef6585f2f97fb065f0c63036c8b home: https://portworx.com/ @@ -449,11 +449,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.0.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.0.2.tgz version: 6.0.2 - apiVersion: v1 appVersion: 3.3.0.1 - created: "2026-04-01T09:31:38.030801633Z" + created: "2026-05-16T05:16:43.502515976Z" description: A Helm chart for installing Portworx on Kubernetes. digest: dc471005e5c3e7b1aa150042e03021d94a2b30239eb0055a4f6c20d47bcd755c home: https://portworx.com/ @@ -474,11 +474,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.0.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.0.1.tgz version: 6.0.1 - apiVersion: v1 appVersion: 3.3.0 - created: "2026-04-01T09:31:38.027487744Z" + created: "2026-05-16T05:16:43.498579732Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 6e0cd8da586141b228a00ad741de07037465fa17e7de023942f1d9986045f2a8 home: https://portworx.com/ @@ -499,11 +499,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-6.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-6.0.0.tgz version: 6.0.0 - apiVersion: v1 appVersion: 3.2.4 - created: "2026-04-01T09:31:38.02344222Z" + created: "2026-05-16T05:16:43.495057317Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 2256989146a27dfd658b18b6a03c4dee296655038c6547285f7dca1af2c65e35 home: https://portworx.com/ @@ -524,11 +524,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.2.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.2.2.tgz version: 5.2.2 - apiVersion: v1 appVersion: 3.2.3 - created: "2026-04-01T09:31:38.01949178Z" + created: "2026-05-16T05:16:43.491173066Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 6d75ff426557a12c5fdf365fa7609dbdd0587e5854d263ff22b8413ca94d3609 home: https://portworx.com/ @@ -549,11 +549,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.2.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.2.1.tgz version: 5.2.1 - apiVersion: v1 appVersion: 3.2.3 - created: "2026-04-01T09:31:38.015438603Z" + created: "2026-05-16T05:16:43.487387342Z" description: A Helm chart for installing Portworx on Kubernetes. digest: d35ccbafc7be55cdfe8363fca9b64fb5f8636fb3ac801e5c7deecde650cec4f7 home: https://portworx.com/ @@ -574,11 +574,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.2.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.2.0.tgz version: 5.2.0 - apiVersion: v1 appVersion: 3.2.3 - created: "2026-04-01T09:31:38.012135958Z" + created: "2026-05-16T05:16:43.483933082Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 990fd545cb09b0b174c430963764eaf4879c442b2428007c8605ee8a98f50642 home: https://portworx.com/ @@ -599,11 +599,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.1.6.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.1.6.tgz version: 5.1.6 - apiVersion: v1 appVersion: 3.2.2.2 - created: "2026-04-01T09:31:38.007638045Z" + created: "2026-05-16T05:16:43.479893348Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 6ada879d42745e64f5687b6d8b12f3b786fe1e135ff8e028f840ba6811b17908 home: https://portworx.com/ @@ -624,11 +624,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.1.5.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.1.5.tgz version: 5.1.5 - apiVersion: v1 appVersion: 3.2.2.1 - created: "2026-04-01T09:31:38.003621143Z" + created: "2026-05-16T05:16:43.475740061Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 91414d94915174a2c60cb770abea6e0ceeb325911819c812c805921e9b5bce81 home: https://portworx.com/ @@ -649,11 +649,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.1.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.1.4.tgz version: 5.1.4 - apiVersion: v1 appVersion: 3.2.2 - created: "2026-04-01T09:31:37.999295198Z" + created: "2026-05-16T05:16:43.47230791Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 1ea8fd443acfb4cc30819272322333bd5a3a403caa252739935085461dd23433 home: https://portworx.com/ @@ -674,11 +674,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.1.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.1.3.tgz version: 5.1.3 - apiVersion: v1 appVersion: 3.2.1.2 - created: "2026-04-01T09:31:37.99571617Z" + created: "2026-05-16T05:16:43.468177514Z" description: A Helm chart for installing Portworx on Kubernetes. digest: d93f68765ea3dfe27afa68e9f4dfe17fa4bd14f58fe872873a78cca18f5faef8 home: https://portworx.com/ @@ -699,11 +699,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.1.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.1.2.tgz version: 5.1.2 - apiVersion: v1 appVersion: 3.2.1.1 - created: "2026-04-01T09:31:37.992890312Z" + created: "2026-05-16T05:16:43.46609026Z" description: A Helm chart for installing Portworx on Kubernetes. digest: f80e1de041983764ef0bc0fcec0ef02b88174e1cc499ae9c07cfb35b25f9f753 home: https://portworx.com/ @@ -724,11 +724,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.1.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.1.1.tgz version: 5.1.1 - apiVersion: v1 appVersion: 3.2.1 - created: "2026-04-01T09:31:37.990838223Z" + created: "2026-05-16T05:16:43.463219823Z" description: A Helm chart for installing Portworx on Kubernetes. digest: fcb5b7beff0e26563d3ab211fa5ab684d4c3f99fa3519c950f9a52e63ba5baf5 home: https://portworx.com/ @@ -749,11 +749,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.1.0.tgz version: 5.1.0 - apiVersion: v1 appVersion: 3.2.0 - created: "2026-04-01T09:31:37.987932249Z" + created: "2026-05-16T05:16:43.460875433Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 5e1578d0d3d74b4a6dda9dca765eee84226f8676925573a6aa66d0fb8c129b92 home: https://portworx.com/ @@ -774,11 +774,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-5.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-5.0.0.tgz version: 5.0.0 - apiVersion: v1 appVersion: 3.1.9 - created: "2026-04-01T09:31:37.985945329Z" + created: "2026-05-16T05:16:43.458065002Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 8c2fd81dc8982ac1a99582a5c5403305f2ae4dbf8eb8c153efd79180d54eb1e9 home: https://portworx.com/ @@ -799,11 +799,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-4.1.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-4.1.1.tgz version: 4.1.1 - apiVersion: v1 appVersion: 3.1.7 - created: "2026-04-01T09:31:37.983355075Z" + created: "2026-05-16T05:16:43.455471252Z" description: A Helm chart for installing Portworx on Kubernetes. digest: b0d4f9cf1a51d5f83545052511fec73c68341fa34d262dd967eab12b27819ca7 home: https://portworx.com/ @@ -824,11 +824,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-4.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-4.1.0.tgz version: 4.1.0 - apiVersion: v1 appVersion: 3.1.4 - created: "2026-04-01T09:31:37.981280859Z" + created: "2026-05-16T05:16:43.453391231Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 94e8f1000109f518010575ecaf2274ad3c5845c273d28d6292f80df88e3acea1 home: https://portworx.com/ @@ -849,11 +849,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-4.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-4.0.0.tgz version: 4.0.0 - apiVersion: v1 appVersion: 3.1.0 - created: "2026-04-01T09:31:37.978741379Z" + created: "2026-05-16T05:16:43.450945208Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 630d982316d27542d6a2f137793fa755e366d911d56de531b011ff27ea5f04f5 home: https://portworx.com/ @@ -874,11 +874,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-3.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-3.1.0.tgz version: 3.1.0 - apiVersion: v1 appVersion: 3.0.0 - created: "2026-04-01T09:31:37.977091363Z" + created: "2026-05-16T05:16:43.449106764Z" description: A Helm chart for installing Portworx on Kubernetes. digest: b7713dc5e4b3b30efcfb5c42771fa69140daacf0fa348906694fa623f7648754 home: https://portworx.com/ @@ -899,11 +899,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-3.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-3.0.0.tgz version: 3.0.0 - apiVersion: v1 appVersion: 2.13.3 - created: "2026-04-01T09:31:37.974129613Z" + created: "2026-05-16T05:16:43.446929096Z" description: A Helm chart for installing Portworx on Kubernetes. digest: f154989402d3582968ef7d8211c830dd6771a357f6e7da957176ff1bc47d81a6 home: https://portworx.com/ @@ -924,11 +924,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-2.13.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-2.13.3.tgz version: 2.13.3 - apiVersion: v1 appVersion: 2.12.2 - created: "2026-04-01T09:31:37.973021404Z" + created: "2026-05-16T05:16:43.445020353Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 6f82f0772cea7e5bbee59b44fd06cf15439e42d1d96ea5ca73ad0546ac4e39c7 home: https://portworx.com/ @@ -949,11 +949,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-2.13.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-2.13.0.tgz version: 2.13.0 - apiVersion: v1 appVersion: 2.11.4 - created: "2026-04-01T09:31:37.97190118Z" + created: "2026-05-16T05:16:43.443895227Z" description: A Helm chart for installing Portworx on Kubernetes. digest: db0319e7e0aff6a233af0187970a60a431d87f98f961dd4a11e110ef68a8e420 home: https://portworx.com/ @@ -962,11 +962,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-2.11.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-2.11.4.tgz version: 2.11.4 - apiVersion: v1 appVersion: 2.10.3 - created: "2026-04-01T09:31:37.970775692Z" + created: "2026-05-16T05:16:43.442903832Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 162b316899c5023708ee0edc4083215646fe8c8458d34f79f9f13c2c376e0d0d home: https://portworx.com/ @@ -975,11 +975,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-2.10.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-2.10.3.tgz version: 2.10.3 - apiVersion: v1 appVersion: 2.9.1 - created: "2026-04-01T09:31:37.97593515Z" + created: "2026-05-16T05:16:43.447987218Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 71a44b527872750c42c9c39a6e3e03c431e0d74063aa8abf70d11f1401fddad2 home: https://portworx.com/ @@ -988,10 +988,10 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-2.9.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-2.9.1.tgz version: 2.9.1 - apiVersion: v1 - created: "2026-04-01T09:31:37.968947464Z" + created: "2026-05-16T05:16:43.441168475Z" description: A Helm chart for installing Portworx on Kubernetes. digest: c312df602c509a2c5d60d6197ec137bf8484ecffb3444f1ded6be19964bc3c9f home: https://portworx.com/ @@ -1000,10 +1000,10 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-1.0.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-1.0.1.tgz version: 1.0.1 - apiVersion: v1 - created: "2026-04-01T09:31:37.967954096Z" + created: "2026-05-16T05:16:43.440150337Z" description: A Helm chart for installing Portworx on Kubernetes. digest: ac01a7ae62587285d9a29e2d36c386727eb96694810a563ecf723b21f7582dec home: https://portworx.com/ @@ -1012,12 +1012,12 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-1.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-1.0.0.tgz version: 1.0.0 portworx-daemonSet: - apiVersion: v1 appVersion: 2.13.5 - created: "2026-04-01T09:31:38.109222751Z" + created: "2026-05-16T05:16:43.579369526Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 01c9131ded26e1960fb11ddac49f86ecf36e22bd2f44e320582f8c1be6b28119 home: https://portworx.com/ @@ -1038,11 +1038,11 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-daemonSet-2.13.5.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-daemonSet-2.13.5.tgz version: 2.13.5 - apiVersion: v1 appVersion: 2.12.2 - created: "2026-04-01T09:31:38.108194361Z" + created: "2026-05-16T05:16:43.578325554Z" description: A Helm chart for installing Portworx on Kubernetes. digest: 6a150290915cf7da30ee04cd157b32491e725bb7a1d8e02c561d5c660bbefb6b home: https://portworx.com/ @@ -1063,12 +1063,12 @@ entries: sources: - https://github.com/portworx/helm urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/portworx-daemonSet-2.13.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/portworx-daemonSet-2.13.0.tgz version: 2.13.0 px-backup: - apiVersion: v1 appVersion: 1.2.4 - created: "2026-04-01T09:31:38.122011726Z" + created: "2026-05-16T05:16:43.591638639Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 4e1c290efdbd1cf8487e81e4b02b945d2be6aa5b3b9771091214d39c4cd6b868 @@ -1086,11 +1086,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.2.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.2.4.tgz version: 1.2.4 - apiVersion: v1 appVersion: 1.2.3 - created: "2026-04-01T09:31:38.121313354Z" + created: "2026-05-16T05:16:43.590927327Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 5041aaabb806d9075722c79d34f9dec8f4e80a75f5346d097cb0123417b08c2d @@ -1108,11 +1108,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.2.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.2.3.tgz version: 1.2.3 - apiVersion: v1 appVersion: 1.2.2 - created: "2026-04-01T09:31:38.12054035Z" + created: "2026-05-16T05:16:43.59017599Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 5536c872859c726b4dd1cff1bcd21ef4f56903d58fcbbe5b4859b5bd242873cf @@ -1130,11 +1130,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.2.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.2.2.tgz version: 1.2.2 - apiVersion: v1 appVersion: 1.2.1 - created: "2026-04-01T09:31:38.119060839Z" + created: "2026-05-16T05:16:43.588785396Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: a9b0290cb08d6d3c39adf27ab07be9a17424493980c720223e3a656fa77917ba @@ -1152,11 +1152,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.2.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.2.1.tgz version: 1.2.1 - apiVersion: v1 appVersion: 1.2.0 - created: "2026-04-01T09:31:38.118216755Z" + created: "2026-05-16T05:16:43.588015208Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 7f42744f732e8d80793d06189b14f5ed8f7439706db99dd272d96d43a1fd65ab @@ -1174,11 +1174,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.2.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.2.0.tgz version: 1.2.0 - apiVersion: v1 appVersion: 1.1.1 - created: "2026-04-01T09:31:38.117044757Z" + created: "2026-05-16T05:16:43.587318921Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 73215fe714e1a3af6bdf958eb06791b90f878b363c85b3adf4c8cfe664a08202 @@ -1196,11 +1196,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.1.6.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.1.6.tgz version: 1.1.6 - apiVersion: v1 appVersion: 1.1.0 - created: "2026-04-01T09:31:38.11636234Z" + created: "2026-05-16T05:16:43.58662817Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 6cc1c8df6ddd7e7e49f69db6791f1bdd6b39dc0943f60282fd9212872071103c @@ -1218,11 +1218,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.1.5.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.1.5.tgz version: 1.1.5 - apiVersion: v1 appVersion: 1.1.0 - created: "2026-04-01T09:31:38.115681376Z" + created: "2026-05-16T05:16:43.585861729Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 4115cfbf2e4e8158331bcec3d4404054c9648fb227f6947747f0122ad4f2418a @@ -1240,11 +1240,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.1.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.1.4.tgz version: 1.1.4 - apiVersion: v1 appVersion: 1.1.0-rc4 - created: "2026-04-01T09:31:38.114977257Z" + created: "2026-05-16T05:16:43.585160661Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 0121036cb537c93fff9281f05cf935345b5f769017b131b5e903cc4b8354c8ac @@ -1262,11 +1262,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.1.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.1.3.tgz version: 1.1.3 - apiVersion: v1 appVersion: 1.1.0-rc2 - created: "2026-04-01T09:31:38.114267009Z" + created: "2026-05-16T05:16:43.584432086Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 96f785bc9ad2c477068d39f351d5c078f080264104ccd6e7630eabae6d0a514c @@ -1284,11 +1284,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.1.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.1.2.tgz version: 1.1.2 - apiVersion: v1 appVersion: 1.1.0-rc2 - created: "2026-04-01T09:31:38.112884799Z" + created: "2026-05-16T05:16:43.582691251Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 7167db17211627d3d111441d01c8d71c57a1980c27145dc7c08ebb3ff9f7d548 @@ -1306,11 +1306,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.1.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.1.1.tgz version: 1.1.1 - apiVersion: v1 appVersion: 1.1.0-rc1 - created: "2026-04-01T09:31:38.112199348Z" + created: "2026-05-16T05:16:43.581997547Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 1a2c71389dc08d58f51f66e3ebe44e63fe7410691ec92d642c0dcfaa57c17605 @@ -1328,11 +1328,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.1.0.tgz version: 1.1.0 - apiVersion: v1 appVersion: 1.0.2 - created: "2026-04-01T09:31:38.111466432Z" + created: "2026-05-16T05:16:43.581305405Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: fd9316e9719a924eb8aa2d6d947d90e162f602ef4b77e28ef070099fd1dfb1cf @@ -1350,11 +1350,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.0.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.0.2.tgz version: 1.0.2 - apiVersion: v1 appVersion: 1.0.2 - created: "2026-04-01T09:31:38.110705012Z" + created: "2026-05-16T05:16:43.580684333Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 0e96c406605816b9a70a0440710d4a82743d373c2b9da20696e6f3a1b1ef2698 @@ -1372,11 +1372,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.0.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.0.1.tgz version: 1.0.1 - apiVersion: v1 appVersion: 1.0.2 - created: "2026-04-01T09:31:38.109944999Z" + created: "2026-05-16T05:16:43.580031231Z" description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes and Openshift digest: 2bb9b69ade7b648d46ca618f2f798ba0af346022b42ce540d3988b2c8a387226 @@ -1394,14 +1394,14 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-backup urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-backup-1.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-backup-1.0.0.tgz version: 1.0.0 px-central: - apiVersion: v1 appVersion: 3.1.0-stg - created: "2026-04-01T09:31:38.332411284Z" + created: "2026-05-16T05:16:43.807809486Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift - digest: e4998a8d0210b5c1d35bef15d79dfd48de968b46eeac060772c1ce8a6caa97b9 + digest: 519f310b875cccb5e753dbbdc76fc6cef0082f1ca95d5c78af3f7c4d276bc4af home: https://portworx.com/ icon: https://raw.githubusercontent.com/portworx/helm/master/doc/media/px-logo.png keywords: @@ -1416,11 +1416,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-3.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-3.1.0.tgz version: 3.1.0 - apiVersion: v1 appVersion: 2.11.0 - created: "2026-04-01T09:31:38.166455386Z" + created: "2026-05-16T05:16:43.635934105Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 355c2cc8c9d32a862b0c4bf2902d423a8f2e31f677c6842e994ce6a1cfed1349 home: https://portworx.com/ @@ -1437,11 +1437,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.11.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.11.0.tgz version: 2.11.0 - apiVersion: v1 appVersion: 2.10.2 - created: "2026-04-01T09:31:38.160514589Z" + created: "2026-05-16T05:16:43.629932485Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 656f975e7ec39bfc5a274c27be1b037161af913c9749621825b9e294b115bf8c home: https://portworx.com/ @@ -1458,11 +1458,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.10.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.10.2.tgz version: 2.10.2 - apiVersion: v1 appVersion: 2.10.1 - created: "2026-04-01T09:31:38.154433726Z" + created: "2026-05-16T05:16:43.623845887Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 8d682256275a62ebd1b1f46a24fe6f7969d9d6ebedfa15c3285e5775f2753f90 home: https://portworx.com/ @@ -1479,11 +1479,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.10.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.10.1.tgz version: 2.10.1 - apiVersion: v1 appVersion: 2.10.0 - created: "2026-04-01T09:31:38.147439884Z" + created: "2026-05-16T05:16:43.617684361Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 67b6e8d5d306d991d4d26b0ef9070dc91f4691770738f0947855cf05a63fa67f home: https://portworx.com/ @@ -1500,11 +1500,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.10.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.10.0.tgz version: 2.10.0 - apiVersion: v1 appVersion: 2.9.1 - created: "2026-04-01T09:31:38.326327313Z" + created: "2026-05-16T05:16:43.800377597Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 8fdd400d0d84aba1f85085ed00abe940a6f9cb70bb5c2ea8b56153a149270d0d home: https://portworx.com/ @@ -1521,11 +1521,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.9.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.9.1.tgz version: 2.9.1 - apiVersion: v1 appVersion: 2.9.0 - created: "2026-04-01T09:31:38.320896629Z" + created: "2026-05-16T05:16:43.794314762Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 54149c33b459f0c04cab628564a8fac7e55a62193dbbc27f49b9b15fba028c3e home: https://portworx.com/ @@ -1542,11 +1542,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.9.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.9.0.tgz version: 2.9.0 - apiVersion: v1 appVersion: 2.8.4 - created: "2026-04-01T09:31:38.314161903Z" + created: "2026-05-16T05:16:43.787895389Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 1bed0e012644fe7a88032760fc5bfa43baaa40256d274f16af4d7842b7c6e1a9 home: https://portworx.com/ @@ -1563,11 +1563,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.8.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.8.4.tgz version: 2.8.4 - apiVersion: v1 appVersion: 2.8.3 - created: "2026-04-01T09:31:38.30798941Z" + created: "2026-05-16T05:16:43.779538791Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: da19b5d176bc83fd649b2239bdb0e115a8cebd1facadca4a039b75f5be77cb9b home: https://portworx.com/ @@ -1584,11 +1584,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.8.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.8.3.tgz version: 2.8.3 - apiVersion: v1 appVersion: 2.8.2 - created: "2026-04-01T09:31:38.301935893Z" + created: "2026-05-16T05:16:43.772706097Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 5b78a5947dbace22ff43252da7e7124455e35b80f263cacc559227be9c2beb47 home: https://portworx.com/ @@ -1605,11 +1605,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.8.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.8.2.tgz version: 2.8.2 - apiVersion: v1 appVersion: 2.8.1 - created: "2026-04-01T09:31:38.296156368Z" + created: "2026-05-16T05:16:43.766627036Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 1f36737794cd7a47154883a51ffc89ce0772b922f6e85b5840300dc09420003f home: https://portworx.com/ @@ -1626,11 +1626,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.8.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.8.1.tgz version: 2.8.1 - apiVersion: v1 appVersion: 2.8.0 - created: "2026-04-01T09:31:38.290183643Z" + created: "2026-05-16T05:16:43.75955628Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: f25bb88dc2eebdd3ce29288f96b9b57b34d46d06dcd4a97ed9784cf086380998 home: https://portworx.com/ @@ -1647,11 +1647,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.8.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.8.0.tgz version: 2.8.0 - apiVersion: v1 appVersion: 2.7.4 - created: "2026-04-01T09:31:38.284321083Z" + created: "2026-05-16T05:16:43.75061784Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 400847b924699668cfdb2c11f27af52b6272dd29d006692d7415582e41b18ebe home: https://portworx.com/ @@ -1668,11 +1668,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.7.4.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.7.4.tgz version: 2.7.4 - apiVersion: v1 appVersion: 2.7.3 - created: "2026-04-01T09:31:38.278470937Z" + created: "2026-05-16T05:16:43.743860509Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: eaa287204c00aa1f59a5ef3bd40d0b32a3197147dea79a2cb041bd106d7dbc1a home: https://portworx.com/ @@ -1689,11 +1689,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.7.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.7.3.tgz version: 2.7.3 - apiVersion: v1 appVersion: 2.7.2 - created: "2026-04-01T09:31:38.27264455Z" + created: "2026-05-16T05:16:43.737514233Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 881a960859a68bb65ca78246160f58b028152fb92cca0ce48cd5e43a00b200c7 home: https://portworx.com/ @@ -1710,11 +1710,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.7.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.7.2.tgz version: 2.7.2 - apiVersion: v1 appVersion: 2.7.1 - created: "2026-04-01T09:31:38.267011641Z" + created: "2026-05-16T05:16:43.731154819Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 648be2c10a1d748a2f100c854837b673af208047be686a28b95c6dfac63b1710 home: https://portworx.com/ @@ -1731,11 +1731,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.7.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.7.1.tgz version: 2.7.1 - apiVersion: v1 appVersion: 2.7.0 - created: "2026-04-01T09:31:38.261367367Z" + created: "2026-05-16T05:16:43.725782412Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 295a652338c35a57905d3b7eea7f156d8f7a88924cc3b1a2cea84402d35369ac home: https://portworx.com/ @@ -1752,11 +1752,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.7.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.7.0.tgz version: 2.7.0 - apiVersion: v1 appVersion: 2.6.1 - created: "2026-04-01T09:31:38.255710632Z" + created: "2026-05-16T05:16:43.720820321Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: f32abdd809415d793b92123c134f13d4c14141f5bd740dbe103368b3c6b9691b home: https://portworx.com/ @@ -1773,11 +1773,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.6.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.6.1.tgz version: 2.6.1 - apiVersion: v1 appVersion: 2.6.0 - created: "2026-04-01T09:31:38.25036368Z" + created: "2026-05-16T05:16:43.71549414Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: fec02bc7e95a933c218a63f792423b3cfa8fe39c23da75596b39c88f30a1bcbe home: https://portworx.com/ @@ -1794,11 +1794,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.6.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.6.0.tgz version: 2.6.0 - apiVersion: v1 appVersion: 2.5.1 - created: "2026-04-01T09:31:38.24482445Z" + created: "2026-05-16T05:16:43.710055484Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 35e04e7436dad4c6cebcfa5e4d35eaac8b5a20fd127338d0e99c7ed88271d85c home: https://portworx.com/ @@ -1815,11 +1815,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.5.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.5.1.tgz version: 2.5.1 - apiVersion: v1 appVersion: 2.5.0 - created: "2026-04-01T09:31:38.239509343Z" + created: "2026-05-16T05:16:43.704685799Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 6c36eb1e0fe29908738d6cc5284cb7b6122549ca7ffa003f0fd21733be4733be home: https://portworx.com/ @@ -1836,11 +1836,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.5.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.5.0.tgz version: 2.5.0 - apiVersion: v1 appVersion: 2.4.3 - created: "2026-04-01T09:31:38.234006587Z" + created: "2026-05-16T05:16:43.699290755Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 2ca15224d4c0118e3dd2c0c2c4a863ee0e6a47dfedcb7feb6e942521ed99b171 home: https://portworx.com/ @@ -1857,11 +1857,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.4.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.4.3.tgz version: 2.4.3 - apiVersion: v1 appVersion: 2.4.2 - created: "2026-04-01T09:31:38.22855476Z" + created: "2026-05-16T05:16:43.693972228Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 645700605aa6cdfdebe24e1288a96b2bfb9f4e9d2525866dacddc11eb7847900 home: https://portworx.com/ @@ -1878,11 +1878,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.4.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.4.2.tgz version: 2.4.2 - apiVersion: v1 appVersion: 2.4.1 - created: "2026-04-01T09:31:38.222471907Z" + created: "2026-05-16T05:16:43.688732669Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 352b6de244486cef54fb2e88fee4671cf9b0d7c6a425862f2813d1ff921f1b22 home: https://portworx.com/ @@ -1899,11 +1899,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.4.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.4.1.tgz version: 2.4.1 - apiVersion: v1 appVersion: 2.4.0 - created: "2026-04-01T09:31:38.216368108Z" + created: "2026-05-16T05:16:43.683281189Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: f034a271280a530c9d236d79f892a686ee961d95d865fdad84c765184923f92a home: https://portworx.com/ @@ -1920,11 +1920,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.4.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.4.0.tgz version: 2.4.0 - apiVersion: v1 appVersion: 2.3.3 - created: "2026-04-01T09:31:38.211556959Z" + created: "2026-05-16T05:16:43.677989878Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 4b2f2dbcd15878e63cb50b21208e8a00317af2566f1b112e11e191fd88183caf home: https://portworx.com/ @@ -1941,11 +1941,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.3.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.3.3.tgz version: 2.3.3 - apiVersion: v1 appVersion: 2.3.2 - created: "2026-04-01T09:31:38.205952824Z" + created: "2026-05-16T05:16:43.672742929Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 07969717a7e2ffd0a85080d1a782d2fbbf2a77b101e4e1e1e48a27c2c1b4a1cf home: https://portworx.com/ @@ -1962,11 +1962,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.3.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.3.2.tgz version: 2.3.2 - apiVersion: v1 appVersion: 2.3.1 - created: "2026-04-01T09:31:38.199411422Z" + created: "2026-05-16T05:16:43.667487373Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: bffae73f9f96a3d775084644639b6ec858633a9b377082326756577ca305b2d7 home: https://portworx.com/ @@ -1983,11 +1983,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.3.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.3.1.tgz version: 2.3.1 - apiVersion: v1 appVersion: 2.3.0 - created: "2026-04-01T09:31:38.194066044Z" + created: "2026-05-16T05:16:43.662221291Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 849f16762e8c9684d91b9541033c38121f9230975c4f46819e260cbff4ff5212 home: https://portworx.com/ @@ -2004,11 +2004,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.3.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.3.0.tgz version: 2.3.0 - apiVersion: v1 appVersion: 2.2.3 - created: "2026-04-01T09:31:38.188386177Z" + created: "2026-05-16T05:16:43.656994807Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 9656fdd92ce4f80ffcaf9e85eaa590c0151f2282da6a536f9722fcb315a993e2 home: https://portworx.com/ @@ -2025,11 +2025,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.2.3.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.2.3.tgz version: 2.2.3 - apiVersion: v1 appVersion: 2.2.2 - created: "2026-04-01T09:31:38.182819932Z" + created: "2026-05-16T05:16:43.651850742Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: c4760d4aa90b2f23dff0054c6a57c423f03bdf1e3685c7701025579de77f2d60 home: https://portworx.com/ @@ -2046,11 +2046,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.2.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.2.2.tgz version: 2.2.2 - apiVersion: v1 appVersion: 2.2.1 - created: "2026-04-01T09:31:38.177364408Z" + created: "2026-05-16T05:16:43.646578366Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: defa0a5d415b35c5f01ebf4ed99aa45a7e3f7ec08c417c415f12dc8bc05ae3a8 home: https://portworx.com/ @@ -2067,11 +2067,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.2.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.2.1.tgz version: 2.2.1 - apiVersion: v1 appVersion: 2.2.0 - created: "2026-04-01T09:31:38.171991123Z" + created: "2026-05-16T05:16:43.641269749Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: d22206f8b66527c3bf699aab9c3227a5f40065fcb7134207a18813035a1766c2 home: https://portworx.com/ @@ -2088,11 +2088,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.2.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.2.0.tgz version: 2.2.0 - apiVersion: v1 appVersion: 2.1.2 - created: "2026-04-01T09:31:38.140591524Z" + created: "2026-05-16T05:16:43.610938323Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 8b45b7ef443c2b02dc41b88b70877f7d83d8180621bf1f708fbbebd8a0dad3bd home: https://portworx.com/ @@ -2109,11 +2109,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.1.2.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.1.2.tgz version: 2.1.2 - apiVersion: v1 appVersion: 2.1.1 - created: "2026-04-01T09:31:38.134989528Z" + created: "2026-05-16T05:16:43.604283739Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: ab68db760b922dfeb49448ab8a5393104d02d92134b2007ffc37932b12dadb5c home: https://portworx.com/ @@ -2130,11 +2130,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.1.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.1.1.tgz version: 2.1.1 - apiVersion: v1 appVersion: 2.0.1 - created: "2026-04-01T09:31:38.130731768Z" + created: "2026-05-16T05:16:43.60048205Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: f719f6251797b14ffad588f8db5648cd9f515e0bf855c487804f4a731f26f8cb home: https://portworx.com/ @@ -2151,11 +2151,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.0.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.0.1.tgz version: 2.0.1 - apiVersion: v1 appVersion: 2.0.0 - created: "2026-04-01T09:31:38.126571635Z" + created: "2026-05-16T05:16:43.596105845Z" description: A Helm chart for installing PX-Central on Kubernetes and Openshift digest: 58adcc335f387a3090cd55316ca7f2f4ebedaeea1375764d1bf18582551d4d96 home: https://portworx.com/ @@ -2172,12 +2172,12 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-central urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-central-2.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-central-2.0.0.tgz version: 2.0.0 px-license-server: - apiVersion: v1 appVersion: 1.0.0 - created: "2026-04-01T09:31:38.334275552Z" + created: "2026-05-16T05:16:43.810599791Z" description: A Helm chart for install and configure PX-License-Server on Kubernetes and Openshift digest: 70a52d0e5a59dfcbdabba7dda742d748d42937aecb4cdd8f603738cbbfb2c8a4 @@ -2190,11 +2190,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-license-server urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-license-server-1.2.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-license-server-1.2.1.tgz version: 1.2.1 - apiVersion: v1 appVersion: 1.0.0 - created: "2026-04-01T09:31:38.333605883Z" + created: "2026-05-16T05:16:43.810050819Z" description: A Helm chart for install and configure PX-License-Server on Kubernetes and Openshift digest: 5ee27e632cc313ab281a50c2deebbd8713657d19e0b394ea97ae4fdee76f4f09 @@ -2207,11 +2207,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-license-server urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-license-server-1.2.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-license-server-1.2.0.tgz version: 1.2.0 - apiVersion: v1 appVersion: 1.0.0 - created: "2026-04-01T09:31:38.333304864Z" + created: "2026-05-16T05:16:43.80951459Z" description: A Helm chart for install and configure PX-License-Server on Kubernetes and Openshift digest: 55f496792430763626acecb5082eaff7c5276879a0f527ae993635ad8ac90640 @@ -2224,11 +2224,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-license-server urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-license-server-1.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-license-server-1.1.0.tgz version: 1.1.0 - apiVersion: v1 appVersion: 1.0.1 - created: "2026-04-01T09:31:38.333007765Z" + created: "2026-05-16T05:16:43.808952894Z" description: A Helm chart for install and configure PX-License-Server on Kubernetes and Openshift digest: 6673a056155f5329ef7c8cf2c4436668af4b023d234d004448e1db8a2696e1f1 @@ -2241,11 +2241,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-license-server urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-license-server-1.0.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-license-server-1.0.1.tgz version: 1.0.1 - apiVersion: v1 appVersion: 1.0.0 - created: "2026-04-01T09:31:38.332717785Z" + created: "2026-05-16T05:16:43.808355999Z" description: A Helm chart for install and configure PX-License-Server on Kubernetes and Openshift digest: bb595272c93ef8071e8bc606a3cf8bdb5d7099646d4f8066748f9bd57ac76af1 @@ -2258,12 +2258,12 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-license-server urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-license-server-1.0.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-license-server-1.0.0.tgz version: 1.0.0 px-monitor: - apiVersion: v1 appVersion: 1.2.1 - created: "2026-04-01T09:31:38.347304149Z" + created: "2026-05-16T05:16:43.823409874Z" description: A Helm chart for install and configure PX-Monitor on Kubernetes and Openshift digest: 9ecba7fb39e84dbdf274784b509780465bda9b0b0c0574b7e729f5575a4a4a1e @@ -2279,11 +2279,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-monitor urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-monitor-1.2.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-monitor-1.2.1.tgz version: 1.2.1 - apiVersion: v1 appVersion: 1.2.0 - created: "2026-04-01T09:31:38.343208724Z" + created: "2026-05-16T05:16:43.820927347Z" description: A Helm chart for install and configure PX-Monitor on Kubernetes and Openshift digest: ed29de40a6aedebd2df7cce93084cf008b565d72cc36bcaf92c33048a920fade @@ -2299,11 +2299,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-monitor urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-monitor-1.2.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-monitor-1.2.0.tgz version: 1.2.0 - apiVersion: v1 appVersion: 1.1.1 - created: "2026-04-01T09:31:38.340788607Z" + created: "2026-05-16T05:16:43.817539983Z" description: A Helm chart for install and configure PX-Monitor on Kubernetes and Openshift digest: 66e6d465883dc5be2b6413cb09809aa48cc898400c5e149cf8ead44ed84ec504 @@ -2319,11 +2319,11 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-monitor urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-monitor-1.1.1.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-monitor-1.1.1.tgz version: 1.1.1 - apiVersion: v1 appVersion: 1.1.0 - created: "2026-04-01T09:31:38.337227101Z" + created: "2026-05-16T05:16:43.814985491Z" description: A Helm chart for install and configure PX-Monitor on Kubernetes and Openshift digest: 079c699ed5fcba8f9214bde2b9f7b641883bac7cb57d3075a796583a10a2f9ed @@ -2339,6 +2339,6 @@ entries: sources: - https://github.com/portworx/helm/tree/master/charts/px-monitor urls: - - https://raw.githubusercontent.com/portworx/helm/helm4-support-3.1.0-base/stable/px-monitor-1.1.0.tgz + - https://raw.githubusercontent.com/portworx/helm/pb-12512-final/stable/px-monitor-1.1.0.tgz version: 1.1.0 -generated: "2026-04-01T09:31:37.966810434Z" +generated: "2026-05-16T05:16:43.439008773Z" diff --git a/stable/px-central-3.1.0.tgz b/stable/px-central-3.1.0.tgz index 78c823f4d..7e2b2316a 100644 Binary files a/stable/px-central-3.1.0.tgz and b/stable/px-central-3.1.0.tgz differ