From 0fe0fc0f1ff7ee0bb9acc620dc5cb4a18db5b01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 29 Sep 2023 13:40:50 +0200 Subject: [PATCH] [bitnami/harbor] Update dependencies (#19614) * [bitnami/harbor] Test update of PostgreSQL Signed-off-by: Jota Martos * [bitnami/harbor] Update PostgreSQL Signed-off-by: Jota Martos --------- Signed-off-by: Jota Martos --- bitnami/harbor/Chart.lock | 10 +++++----- bitnami/harbor/Chart.yaml | 4 ++-- bitnami/harbor/README.md | 6 +++++- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/bitnami/harbor/Chart.lock b/bitnami/harbor/Chart.lock index 8cda6bfa63..cbf625a8b6 100644 --- a/bitnami/harbor/Chart.lock +++ b/bitnami/harbor/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 18.1.0 + version: 18.1.1 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.12.9 + version: 13.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.12.0 -digest: sha256:5ccf057a765d24b9cd7c2cd63c80edee811296f2d80c4e7d1e860070f767e770 -generated: "2023-09-26T16:19:18.812030799Z" + version: 2.13.0 +digest: sha256:72ce660367df152982553fd55a73f484f244ad6f30d6da2bfb540f558f9bfc95 +generated: "2023-09-29T13:09:43.136853+02:00" diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml index 0f6f83fcf7..96015828e8 100644 --- a/bitnami/harbor/Chart.yaml +++ b/bitnami/harbor/Chart.yaml @@ -35,7 +35,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.x.x + version: 13.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -55,4 +55,4 @@ maintainers: name: harbor sources: - https://github.com/bitnami/charts/tree/main/bitnami/harbor -version: 18.0.3 +version: 19.0.0 diff --git a/bitnami/harbor/README.md b/bitnami/harbor/README.md index 082c4feb85..d3b720ac36 100644 --- a/bitnami/harbor/README.md +++ b/bitnami/harbor/README.md @@ -1048,6 +1048,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 19.0.0 + +This major updates the PostgreSQL subchart to its newest major, 13.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1300) you can find more information about the changes introduced in that version. + ### To 18.0.0 This major deprecates harbor notary server and harbor notary signer components. These components were deprecated in Harbor 2.9.0, find more information in [Harbor wiki](https://github.com/goharbor/harbor/wiki/Harbor-Deprecates-Notary-v1-Support-in-v2.9.0). @@ -1080,4 +1084,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.