From a347bcb4ac9b07b3078e3e606a4885cbe93dae3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 24 Feb 2020 12:30:45 +0100 Subject: [PATCH] [bitnami/harbor&postgresql-ha] Remove debian 9 references (#1968) * [bitnami/harbor&postgresql-ha] Remove debian 9 references Signed-off-by: Carlos Rodriguez Hernandez * Update README.md --- bitnami/harbor/Chart.yaml | 2 +- bitnami/harbor/README.md | 4 ++-- bitnami/postgresql-ha/Chart.yaml | 2 +- bitnami/postgresql-ha/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml index 83a29f9140..7bca7414ef 100644 --- a/bitnami/harbor/Chart.yaml +++ b/bitnami/harbor/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: harbor -version: 4.0.1 +version: 4.0.2 appVersion: 1.10.1 description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content keywords: diff --git a/bitnami/harbor/README.md b/bitnami/harbor/README.md index 320249e83f..ce8afe0b13 100644 --- a/bitnami/harbor/README.md +++ b/bitnami/harbor/README.md @@ -9,7 +9,7 @@ For example, the following changes have been introduced: - Uses new Helm chart labels formating. - Uses Bitnami container images: - non-root by default - - published for debian-9 and ol-7 + - published for debian-10 and ol-7 - This chart support the Harbor optional components Chartmuseum, Clair and Notary integrations. ## TL;DR; @@ -205,7 +205,7 @@ The following table lists the configurable parameters of the Harbor chart and th | **Chartmuseum** | | `chartMuseumImage.registry` | Registry for ChartMuseum image | `docker.io` | | `chartMuseumImage.repository` | Repository for clair image | `bitnami/chartmuseum` | -| `chartMuseumImage.tag` | Tag for ChartMuseum image | `0.9.0-debian-9-r6` | +| `chartMuseumImage.tag` | Tag for ChartMuseum image | `{TAG_NAME}` | | `chartMuseumImage.pullPolicy` | ChartMuseum image pull policy | `IfNotPresent` | | `chartMuseumImage.debug` | Specify if debug logs should be enabled | `false` | | `chartmuseum.enabled` | Enable ChartMuseum | `true` | diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index 0b0be86cfb..1f2d12f725 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql-ha -version: 1.4.4 +version: 1.4.5 appVersion: 11.7.0 description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool). keywords: diff --git a/bitnami/postgresql-ha/README.md b/bitnami/postgresql-ha/README.md index ec90948647..2a3551664d 100644 --- a/bitnami/postgresql-ha/README.md +++ b/bitnami/postgresql-ha/README.md @@ -247,7 +247,7 @@ To horizontally scale this chart, you can use the `--replicaCount` flag to modif ### Change PostgreSQL version -To modify the PostgreSQL version used in this chart you can specify a [valid image tag](https://hub.docker.com/r/bitnami/postgresql/tags/) using the `image.tag` parameter. For example, `image.tag=12.0.0-debian-9-r0` +To modify the PostgreSQL version used in this chart you can specify a [valid image tag](https://hub.docker.com/r/bitnami/postgresql/tags/) using the `image.tag` parameter. For example, `image.tag=12.0.0` ### Configure the way how to expose PostgreSQL