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.
This commit is contained in:
2025-05-15 09:57:11 +02:00
parent b004c6c22d
commit ce6186e5eb
+1 -1
View File
@@ -1,4 +1,4 @@
apiVersion: external-secrets.io/v1beta1
apiVersion: external-secrets.io/v1
kind: ClusterSecretStore
metadata:
name: external-secrets