From ce6186e5eb167cd486c3161de6e274bf8382bd1c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 15 May 2025 09:57:11 +0200 Subject: [PATCH] fix(secrets-store): update apiVersion to v1 for compatibility Updates the apiVersion of the ClusterSecretStore to v1 to ensure compatibility with the latest specifications and improve support for future features. This change addresses potential issues with deprecated versions and enhances stability. --- kind/secrets-store.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kind/secrets-store.yaml b/kind/secrets-store.yaml index 1ce2264..a8fd78e 100644 --- a/kind/secrets-store.yaml +++ b/kind/secrets-store.yaml @@ -1,4 +1,4 @@ -apiVersion: external-secrets.io/v1beta1 +apiVersion: external-secrets.io/v1 kind: ClusterSecretStore metadata: name: external-secrets -- 2.52.0