From 4f6a8d1808452338efa9a535d38cdf11a13345f0 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 30 Sep 2025 18:56:21 +0400 Subject: [PATCH] fix: update chart and changelog --- .../CHANGELOG.md | 6 +++++ .../infisical-standalone-postgres/Chart.lock | 22 +++++++++---------- .../infisical-standalone-postgres/Chart.yaml | 10 ++++----- 3 files changed, 22 insertions(+), 16 deletions(-) diff --git a/helm-charts/infisical-standalone-postgres/CHANGELOG.md b/helm-charts/infisical-standalone-postgres/CHANGELOG.md index f56234ab93..499750d1b0 100644 --- a/helm-charts/infisical-standalone-postgres/CHANGELOG.md +++ b/helm-charts/infisical-standalone-postgres/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.6.2 (July 3, 2025) + +Changes: +* Moved PostgreSQL and Redis helm dependencies to OCI Bitnami repositories + + ## 1.6.1 (July 3, 2025) Changes: diff --git a/helm-charts/infisical-standalone-postgres/Chart.lock b/helm-charts/infisical-standalone-postgres/Chart.lock index 74c1843ae7..993acf0a96 100644 --- a/helm-charts/infisical-standalone-postgres/Chart.lock +++ b/helm-charts/infisical-standalone-postgres/Chart.lock @@ -1,12 +1,12 @@ dependencies: - - name: ingress-nginx - repository: https://kubernetes.github.io/ingress-nginx - version: 4.0.13 - - name: postgresql - repository: https://charts.bitnami.com/bitnami - version: 14.1.3 - - name: redis - repository: https://charts.bitnami.com/bitnami - version: 18.14.0 -digest: sha256:296e0ef65914eea70af7e7904188b2efa37089c785305109abc70b7bed42306b -generated: "2024-02-20T01:25:47.224526-05:00" +- name: ingress-nginx + repository: https://kubernetes.github.io/ingress-nginx + version: 4.0.13 +- name: postgresql + repository: oci://registry-1.docker.io/bitnamicharts + version: 14.1.10 +- name: redis + repository: oci://registry-1.docker.io/bitnamicharts + version: 18.14.1 +digest: sha256:57a18fb5258fc153d27b633f6570104c7628af651f08f3ae7e1cf8920c2c31fa +generated: "2025-09-30T18:44:50.303037+04:00" diff --git a/helm-charts/infisical-standalone-postgres/Chart.yaml b/helm-charts/infisical-standalone-postgres/Chart.yaml index 51975315ec..cd1b0267de 100644 --- a/helm-charts/infisical-standalone-postgres/Chart.yaml +++ b/helm-charts/infisical-standalone-postgres/Chart.yaml @@ -7,7 +7,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.6.1 +version: 1.7.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -21,10 +21,10 @@ dependencies: repository: https://kubernetes.github.io/ingress-nginx condition: ingress.nginx.enabled - name: postgresql - version: 14.1.3 - repository: https://charts.bitnami.com/bitnami + version: 14.1.10 + repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis - version: 18.14.0 - repository: https://charts.bitnami.com/bitnami + version: 18.14.1 + repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled