requested changes

This commit is contained in:
Daniel Hougaard
2025-10-22 14:25:02 +04:00
parent 4dd343af11
commit db3a667d1f
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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)