Skip to content

Commit

Permalink
Merge pull request #148 from portworx/px-backup-1.0.2
Browse files Browse the repository at this point in the history
Updated all components GA images
  • Loading branch information
tusharrautOO7 authored Jul 28, 2020
2 parents c797328 + dd06dd0 commit 49ec428
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion charts/px-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name: px-backup
sources:
- https://github.com/portworx/helm/tree/master/charts/px-backup
version: 1.0.0
appVersion: 1.0.2-rc6
appVersion: 1.0.2
16 changes: 8 additions & 8 deletions charts/px-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Output:
```console
NAME CHART VERSION APP VERSION DESCRIPTION
portworx/portworx 1.0.0 A Helm chart for installing Portworx on Kuberne...
portworx/px-backup 1.0.0 1.0.2-rc6 A Helm chart for installing PX-Backup with PX-C...
portworx/px-backup 1.0.0 1.0.2 A Helm chart for installing PX-Backup with PX-C...
```

Helm 3:
Expand Down Expand Up @@ -87,27 +87,27 @@ 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-rc1`
`images.pxcentralApiServerImage.tag` | API server image tag | `1.0.4`
`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-rc1`
`images.pxcentralFrontendImage.tag` | PX-Central frontend image tag | `1.1.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-rc1`
`images.pxcentralBackendImage.tag` | PX-Central backend image tag | `1.1.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-rc1`
`images.pxcentralMiddlewareImage.tag`| PX-Central middleware image tag | `1.1.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-rc6`
`images.pxBackupImage.tag` | PX-Backup image tag | `1.0.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-rc1`
`images.postInstallSetupImage.tag` | PX-Backup post install setup image tag | `1.0.4`
`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`
Expand All @@ -123,7 +123,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.1`
`images.keycloakLoginThemeImage.tag` | PX-Backup keycloak login theme image tag | `1.0.2`
`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
14 changes: 7 additions & 7 deletions charts/px-backup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,32 @@ images:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-api
tag: 1.0.4-rc1
tag: 1.0.4
pxcentralFrontendImage:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-ui-frontend
tag: 1.1.2-rc1
tag: 1.1.2
pxcentralBackendImage:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-ui-backend
tag: 1.1.2-rc1
tag: 1.1.2
pxcentralMiddlewareImage:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-ui-lhbackend
tag: 1.1.2-rc1
tag: 1.1.2
pxBackupImage:
registry: docker.io
repo: portworx
imageName: px-backup
tag: 1.0.2-rc6
tag: 1.0.2
postInstallSetupImage:
registry: docker.io
repo: portworx
imageName: pxcentral-onprem-post-setup
tag: 1.0.4-rc1
tag: 1.0.4
etcdImage:
registry: docker.io
repo: bitnami
Expand All @@ -88,7 +88,7 @@ images:
registry: docker.io
repo: portworx
imageName: keycloak-login-theme
tag: 1.0.2-rc1
tag: 1.0.2
keycloakInitContainerImage:
registry: docker.io
repo: library
Expand Down
12 changes: 6 additions & 6 deletions stable/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v1
entries:
portworx:
- apiVersion: v1
created: "2020-07-24T15:51:45.201647+05:30"
created: "2020-07-28T11:15:53.296603+05:30"
description: A Helm chart for installing Portworx on Kubernetes.
digest: da3d50664dc7f1db033783f22e8d0c80f378755faaac0eadd192dc3f7eac8230
digest: c52f929f6b447d7eb34beab38cc7047f4aaa33b2c9d0210659da055ad4313e16
home: https://portworx.com/
icon: https://raw.githubusercontent.com/portworx/helm/master/doc/media/px-logo.png
name: portworx
Expand All @@ -15,11 +15,11 @@ entries:
version: 1.0.0
px-backup:
- apiVersion: v1
appVersion: 1.0.2-rc6
created: "2020-07-24T15:51:45.205578+05:30"
appVersion: 1.0.2
created: "2020-07-28T11:15:53.299364+05:30"
description: A Helm chart for installing PX-Backup with PX-Central on Kubernetes
and Openshift
digest: c23355922cfff4029c9b42309e182dd4ce927c440353adb8864879311ef30465
digest: 2bb9b69ade7b648d46ca618f2f798ba0af346022b42ce540d3988b2c8a387226
home: https://portworx.com/
icon: https://raw.githubusercontent.com/portworx/helm/master/doc/media/px-logo.png
keywords:
Expand All @@ -36,4 +36,4 @@ entries:
urls:
- https://raw.githubusercontent.com/portworx/helm/master/stable/px-backup-1.0.0.tgz
version: 1.0.0
generated: "2020-07-24T15:51:45.198216+05:30"
generated: "2020-07-28T11:15:53.2908+05:30"
Binary file modified stable/portworx-1.0.0.tgz
Binary file not shown.
Binary file modified stable/px-backup-1.0.0.tgz
Binary file not shown.

0 comments on commit 49ec428

Please sign in to comment.