From db3a667d1f968ab3016d7f899973c7f38c6366e8 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 22 Oct 2025 14:25:02 +0400 Subject: [PATCH] requested changes --- .../run-helm-chart-tests-infisical-standalone-postgres.yml | 1 - helm-charts/infisical-standalone-postgres/CHANGELOG.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/run-helm-chart-tests-infisical-standalone-postgres.yml b/.github/workflows/run-helm-chart-tests-infisical-standalone-postgres.yml index 2023de1878..f960aa6ff4 100644 --- a/.github/workflows/run-helm-chart-tests-infisical-standalone-postgres.yml +++ b/.github/workflows/run-helm-chart-tests-infisical-standalone-postgres.yml @@ -29,7 +29,6 @@ jobs: run: | helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo add bitnami https://charts.bitnami.com/bitnami - helm repo add stakater https://stakater.github.io/stakater-charts helm repo update - name: Set up chart-testing diff --git a/helm-charts/infisical-standalone-postgres/CHANGELOG.md b/helm-charts/infisical-standalone-postgres/CHANGELOG.md index 5298432d78..7ff0069d36 100644 --- a/helm-charts/infisical-standalone-postgres/CHANGELOG.md +++ b/helm-charts/infisical-standalone-postgres/CHANGELOG.md @@ -2,8 +2,6 @@ Changes: * Updated the default `infisical.image.tag` value to `v0.151.0`. * `autoDatabaseSchemaMigration` has been fully removed as all newer versions of Infisical automatically run migrations as apart of the startup process. -* Added automatic reloading support for the Infisical deployment when the `infisical.kubeSecretRef` kubernetes secret changes. - * Configurable by `infisical.redeployOnSecretChange: true|false`. Defaults to `false`. ## 1.7.1 (October 10, 2025)