From 854cfa9e94acbf648b64b88d002d2d3e54f44212 Mon Sep 17 00:00:00 2001 From: Filip Chlebowski Date: Mon, 2 Feb 2026 11:41:40 +0100 Subject: [PATCH] chore(chart): disable Vault Injector Signed-off-by: Filip Chlebowski --- deployment/chainloop/Chart.yaml | 2 +- deployment/chainloop/charts/vault/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/chainloop/Chart.yaml b/deployment/chainloop/Chart.yaml index dbf1debd7..497e98c0a 100644 --- a/deployment/chainloop/Chart.yaml +++ b/deployment/chainloop/Chart.yaml @@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a type: application # Bump the patch (not minor, not major) version on each change in the Chart Source code -version: 1.325.0 +version: 1.325.1 # Do not update appVersion, this is handled automatically by the release process appVersion: v1.73.1 diff --git a/deployment/chainloop/charts/vault/values.yaml b/deployment/chainloop/charts/vault/values.yaml index 44f0e5eb8..e0542dedd 100644 --- a/deployment/chainloop/charts/vault/values.yaml +++ b/deployment/chainloop/charts/vault/values.yaml @@ -1316,7 +1316,7 @@ csiProvider: injector: ## @param injector.enabled Enable Vault Kubernetes Injector ## - enabled: true + enabled: false ## Bitnami Vault Kubernetes Injector image ## ref: https://hub.docker.com/r/bitnami/vault-k8s/tags/ ## @param injector.image.registry [default: REGISTRY_NAME] Vault Kubernetes Injector image registry