Skip to content

Commit

Permalink
helm chart upgraded to 1.2.2 (#219)
Browse files Browse the repository at this point in the history
Upgraded the following charts
 px-backup - 1.2.2
 px-monitor - 1.2.1
 px-license-server - 1.2.1
  • Loading branch information
diptiranjanpx committed Jan 27, 2021
1 parent f226606 commit 40f5e2c
Show file tree
Hide file tree
Showing 11 changed files with 114 additions and 46 deletions.
4 changes: 2 additions & 2 deletions charts/px-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ keywords:
name: px-backup
sources:
- https://github.com/portworx/helm/tree/master/charts/px-backup
version: 1.2.1
appVersion: 1.2.1
version: 1.2.2
appVersion: 1.2.2
33 changes: 21 additions & 12 deletions charts/px-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,22 @@ Helm 2:
$ helm install --name px-backup portworx/px-backup --namespace px-backup
```

## Enabling/Disabling px-backup
PX-backup can now be disabled while installing px-central using helm chart version 1.2.2 onwards . It will be enabled by default. To disable PX-backup add the following to your helm install command
--set pxbackup.enabled=false .

To enable px-backup after installing px-central, Follow the upgrade steps mentioned below, but either change pxbackup.enabled parameter in the values.yaml to "true" or pass --set pxbackup.enabled=true to the helm upgrade command in Step 4 .

## Upgrade chart to latest version
1. Delete post install job: `kubectl delete job -npx-backup pxcentral-post-install-hook`
1. helm repo update

2. helm get values --namespace px-backup px-backup -o yaml > values.yaml

3. Delete post install job: `kubectl delete job -npx-backup pxcentral-post-install-hook`

2. Run helm upgrade command:
4. Run helm upgrade command:
```console
helm upgrade px-backup portworx/px-backup --namespace px-backup --set persistentStorage.storageClassName=<STORAGE_CLASS_NAME>,pxbackup.orgName=<PX_BACKUP_ORG_NAME>
helm upgrade px-backup portworx/px-backup --namespace px-backup -f values.yaml
```

## Uninstalling the Chart
Expand Down Expand Up @@ -91,7 +101,6 @@ Parameter | Description | Default
`oidc.externalOIDC.clientSecret` | External OIDC client secret | `""`
`oidc.externalOIDC.endpoint` | External OIDC endpoint | `""`
`images` | PX-Backup deployment images | `""`
`pxbackup` | Enable PX-Backup | `""`
`pxbackup.enabled` | Enabled PX-Backup | `true`
`pxbackup.orgName` | PX-Backup organization name | `default`
`securityContext` | Security context for the pod | `{runAsUser: 1000, fsGroup: 1000, runAsNonRoot: true}`
Expand All @@ -100,31 +109,31 @@ Parameter | Description | Default
`images.pxcentralApiServerImage.registry` | API server image registry | `docker.io`
`images.pxcentralApiServerImage.repo` | API server image repo | `portworx`
`images.pxcentralApiServerImage.imageName` | API server image name | `pxcentral-onprem-api`
`images.pxcentralApiServerImage.tag` | API server image tag | `1.0.4`
`images.pxcentralApiServerImage.tag` | API server image tag | `1.2.1`
`images.pxcentralFrontendImage.registry` | PX-Central frontend image registry | `docker.io`
`images.pxcentralFrontendImage.repo` | PX-Central frontend image repo | `portworx`
`images.pxcentralFrontendImage.imageName` | PX-Central frontend image name | `pxcentral-onprem-ui-frontend`
`images.pxcentralFrontendImage.tag` | PX-Central frontend image tag | `1.1.2`
`images.pxcentralFrontendImage.tag` | PX-Central frontend image tag | `1.2.2`
`images.pxcentralBackendImage.registry` | PX-Central backend image registry | `docker.io`
`images.pxcentralBackendImage.repo` | PX-Central backend image repo | `portworx`
`images.pxcentralBackendImage.imageName` | PX-Central backend image name | `pxcentral-onprem-ui-backend`
`images.pxcentralBackendImage.tag` | PX-Central backend image tag | `1.1.2`
`images.pxcentralBackendImage.tag` | PX-Central backend image tag | `1.2.2`
`images.pxcentralMiddlewareImage.registry` | PX-Central middleware image registry | `docker.io`
`images.pxcentralMiddlewareImage.repo` | PX-Central middleware image repo | `portworx`
`images.pxcentralMiddlewareImage.imageName` | PX-Central middleware image name | `pxcentral-onprem-ui-lhbackend`
`images.pxcentralMiddlewareImage.tag`| PX-Central middleware image tag | `1.1.2`
`images.pxcentralMiddlewareImage.tag`| PX-Central middleware image tag | `1.2.2`
`images.pxBackupImage.registry` | PX-Backup image registry | `docker.io`
`images.pxBackupImage.repo` | PX-Backup image repo | `portworx`
`images.pxBackupImage.imageName` | PX-Backup image name | `px-backup`
`images.pxBackupImage.tag` | PX-Backup image tag | `1.0.2`
`images.pxBackupImage.tag` | PX-Backup image tag | `1.2.2`
`images.postInstallSetupImage.registry` | PX-Backup post install setup image registry | `docker.io`
`images.postInstallSetupImage.repo` | PX-Backup post install setup image repo | `portworx`
`images.postInstallSetupImage.imageName` | PX-Backup post install setup image name | `pxcentral-onprem-post-setup`
`images.postInstallSetupImage.tag` | PX-Backup post install setup image tag | `1.0.4`
`images.postInstallSetupImage.tag` | PX-Backup post install setup image tag | `1.2.2`
`images.etcdImage.registry` | PX-Backup etcd image registry | `docker.io`
`images.etcdImage.repo` | PX-Backup etcd image repo | `bitnami`
`images.etcdImage.imageName` | PX-Backup etcd image name | `etcd`
`images.etcdImage.tag` | PX-Backup etcd image tag | `3.4.7-debian-10-r14`
`images.etcdImage.tag` | PX-Backup etcd image tag | `3.4.13-debian-10-r22`
`images.keycloakBackendImage.registry` | PX-Backup keycloak backend image registry | `docker.io`
`images.keycloakBackendImage.repo` | PX-Backup keycloak backend image repo | `bitnami`
`images.keycloakBackendImage.imageName` | PX-Backup keycloak backend image name | `postgresql`
Expand All @@ -136,7 +145,7 @@ Parameter | Description | Default
`images.keycloakLoginThemeImage.registry` | PX-Backup keycloak login theme image registry | `docker.io`
`images.keycloakLoginThemeImage.repo` | PX-Backup keycloak login theme image repo | `portworx`
`images.keycloakLoginThemeImage.imageName` | PX-Backup keycloak login theme image name | `keycloak-login-theme`
`images.keycloakLoginThemeImage.tag` | PX-Backup keycloak login theme image tag | `1.0.2`
`images.keycloakLoginThemeImage.tag` | PX-Backup keycloak login theme image tag | `1.0.4`
`images.keycloakInitContainerImage.registry` | PX-Backup keycloak init container image registry | `docker.io`
`images.keycloakInitContainerImage.repo` | PX-Backup keycloak init container image repo | `library`
`images.keycloakInitContainerImage.imageName` | PX-Backup keycloak init container image name | `busybox`
Expand Down
10 changes: 5 additions & 5 deletions charts/px-backup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,27 @@ images:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-ui-frontend
tag: 1.2.1
tag: 1.2.2
pxcentralBackendImage:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-ui-backend
tag: 1.2.1
tag: 1.2.2
pxcentralMiddlewareImage:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-ui-lhbackend
tag: 1.2.0
tag: 1.2.2
pxBackupImage:
registry: docker.io
repo: portworx
imageName: px-backup
tag: 1.2.1
tag: 1.2.2
postInstallSetupImage:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-post-setup
tag: 1.2.1
tag: 1.2.2
etcdImage:
registry: docker.io
repo: bitnami
Expand Down
2 changes: 1 addition & 1 deletion charts/px-license-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ keywords:
name: px-license-server
sources:
- https://github.com/portworx/helm/tree/master/charts/px-license-server
version: 1.2.0
version: 1.2.1
appVersion: 1.0.0
2 changes: 1 addition & 1 deletion charts/px-license-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ images:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-els-ha-setup
tag: 1.1.0
tag: 1.1.1
4 changes: 2 additions & 2 deletions charts/px-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ keywords:
name: px-monitor
sources:
- https://github.com/portworx/helm/tree/master/charts/px-monitor
version: 1.2.0
appVersion: 1.2.0
version: 1.2.1
appVersion: 1.2.1
2 changes: 1 addition & 1 deletion charts/px-monitor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ images:
registry: docker.io
repo: portworx
imageName: pxcentral-monitor-post-install-setup
tag: 1.2.0
tag: 1.2.1
memcachedMetricsImage:
registry: quay.io
repo: prometheus
Expand Down
Loading

0 comments on commit 40f5e2c

Please sign in to comment.