From af2f3017b7621c574f38fb186733e8b53392caa8 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 3 Jul 2025 05:13:50 +0400 Subject: [PATCH] fix: tests failing --- .github/workflows/helm-release-infisical-core.yml | 4 ++-- helm-charts/infisical-standalone-postgres/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-release-infisical-core.yml b/.github/workflows/helm-release-infisical-core.yml index bbb5bf2a7e..ebce7cbe0e 100644 --- a/.github/workflows/helm-release-infisical-core.yml +++ b/.github/workflows/helm-release-infisical-core.yml @@ -53,8 +53,8 @@ jobs: ct install \ --config ct.yaml \ --charts helm-charts/infisical-standalone-postgres \ - --helm-extra-args="--timeout=600s" \ - --helm-extra-set-args="--set ingress.nginx.enabled=false --set infisical.autoDatabaseSchemaMigration=false --set infisical.replicaCount=1" \ + --helm-extra-args="--timeout=300s" \ + --helm-extra-set-args="--set ingress.nginx.enabled=false --set infisical.autoDatabaseSchemaMigration=false --set infisical.replicaCount=1 --set infisical.image.tag=v0.132.2-postgres" \ --namespace infisical-standalone-postgres release: diff --git a/helm-charts/infisical-standalone-postgres/Chart.yaml b/helm-charts/infisical-standalone-postgres/Chart.yaml index 51975315ec..2c55b16f57 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.6.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