From 18dbdb559c861caaf4e9a6e76d62264f53e1f92d Mon Sep 17 00:00:00 2001 From: William P Date: Mon, 26 May 2025 10:08:29 -0400 Subject: [PATCH] update externalsecrets to use v1 instead of v1beta1 --- postgres/config/immich_auth.yaml | 2 +- postgres/config/s3-backup-auth.yaml | 2 +- postgres/config/williamp_auth.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres/config/immich_auth.yaml b/postgres/config/immich_auth.yaml index cf66eb7..8556e5c 100644 --- a/postgres/config/immich_auth.yaml +++ b/postgres/config/immich_auth.yaml @@ -1,4 +1,4 @@ -apiVersion: external-secrets.io/v1beta1 +apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: immich-auth diff --git a/postgres/config/s3-backup-auth.yaml b/postgres/config/s3-backup-auth.yaml index 0bd3eee..9df188b 100644 --- a/postgres/config/s3-backup-auth.yaml +++ b/postgres/config/s3-backup-auth.yaml @@ -1,4 +1,4 @@ -apiVersion: external-secrets.io/v1beta1 +apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: s3-backup-creds diff --git a/postgres/config/williamp_auth.yaml b/postgres/config/williamp_auth.yaml index fe134b0..4dad1f7 100644 --- a/postgres/config/williamp_auth.yaml +++ b/postgres/config/williamp_auth.yaml @@ -1,4 +1,4 @@ -apiVersion: external-secrets.io/v1beta1 +apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: name: williamp-auth