From 1afc2b712b3e58ab3126530757589e520b674ec1 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Mon, 20 Apr 2026 01:15:10 +0000 Subject: [PATCH] chore: Update manifests after automerge --- .../Deployment-audiobookshelf.yaml | 4 ++-- ...lSecret-audiobookshelf-apprise-config.yaml | 18 -------------- ...lSecret-audiobookshelf-config-apprise.yaml | 24 +++++++++++++++++++ ...audiobookshelf-audiobooks-nfs-storage.yaml | 2 +- ...lume-audiobookshelf-books-nfs-storage.yaml | 2 +- ...e-audiobookshelf-podcasts-nfs-storage.yaml | 2 +- ...audiobookshelf-audiobooks-nfs-storage.yaml | 4 ++-- ...laim-audiobookshelf-books-nfs-storage.yaml | 4 ++-- ...m-audiobookshelf-podcasts-nfs-storage.yaml | 4 ++-- 9 files changed, 35 insertions(+), 29 deletions(-) delete mode 100644 clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-apprise-config.yaml create mode 100644 clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-config-apprise.yaml diff --git a/clusters/cl01tl/manifests/audiobookshelf/Deployment-audiobookshelf.yaml b/clusters/cl01tl/manifests/audiobookshelf/Deployment-audiobookshelf.yaml index cc9bd19d3..f3d7a2c27 100644 --- a/clusters/cl01tl/manifests/audiobookshelf/Deployment-audiobookshelf.yaml +++ b/clusters/cl01tl/manifests/audiobookshelf/Deployment-audiobookshelf.yaml @@ -54,13 +54,13 @@ spec: valueFrom: secretKeyRef: key: ntfy-url - name: audiobookshelf-apprise-config + name: audiobookshelf-config-apprise image: ghcr.io/caronc/apprise:v1.3.3@sha256:4bfeac268ba87b8e08e308c9aa0182fe99e9501ec464027afc333d1634e65977 name: apprise-api - env: - name: TZ value: America/Chicago - image: ghcr.io/advplyr/audiobookshelf:2.33.1@sha256:a4a5841bba093d81e5f4ad1eaedb4da3fda6dbb2528c552349da50ad1f7ae708 + image: ghcr.io/advplyr/audiobookshelf:2.33.2@sha256:a44ed89b3e845faa1f7d353f2cc89b2fcd8011737dd14075fa963cf9468da3a5 name: main resources: requests: diff --git a/clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-apprise-config.yaml b/clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-apprise-config.yaml deleted file mode 100644 index cbfae4d70..000000000 --- a/clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-apprise-config.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: external-secrets.io/v1 -kind: ExternalSecret -metadata: - name: audiobookshelf-apprise-config - namespace: audiobookshelf - labels: - app.kubernetes.io/name: audiobookshelf-apprise-config - app.kubernetes.io/instance: audiobookshelf - app.kubernetes.io/part-of: audiobookshelf -spec: - secretStoreRef: - kind: ClusterSecretStore - name: vault - data: - - secretKey: ntfy-url - remoteRef: - key: /cl01tl/audiobookshelf/apprise - property: ntfy-url diff --git a/clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-config-apprise.yaml b/clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-config-apprise.yaml new file mode 100644 index 000000000..dde784d74 --- /dev/null +++ b/clusters/cl01tl/manifests/audiobookshelf/ExternalSecret-audiobookshelf-config-apprise.yaml @@ -0,0 +1,24 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: audiobookshelf-config-apprise + namespace: audiobookshelf + labels: + app.kubernetes.io/name: audiobookshelf/templates/external-secret.yaml + app.kubernetes.io/instance: audiobookshelf + app.kubernetes.io/part-of: audiobookshelf +spec: + secretStoreRef: + kind: ClusterSecretStore + name: openbao + target: + template: + mergePolicy: Merge + engineVersion: v2 + data: + ntfy-url: "{{ .internal-endpoint-credential }}/audiobookshelf" + data: + - secretKey: internal-endpoint-credential + remoteRef: + key: /cl01tl/ntfy/users/cl01tl + property: internal-endpoint-credential diff --git a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-audiobooks-nfs-storage.yaml b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-audiobooks-nfs-storage.yaml index 1558ec6b0..25fa8438b 100644 --- a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-audiobooks-nfs-storage.yaml +++ b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-audiobooks-nfs-storage.yaml @@ -4,7 +4,7 @@ metadata: name: audiobookshelf-audiobooks-nfs-storage namespace: audiobookshelf labels: - app.kubernetes.io/name: audiobookshelf-audiobooks-nfs-storage + app.kubernetes.io/name: audiobookshelf/templates/persistent-volume.yaml app.kubernetes.io/instance: audiobookshelf app.kubernetes.io/part-of: audiobookshelf spec: diff --git a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-books-nfs-storage.yaml b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-books-nfs-storage.yaml index 27d6d81b2..3b24a9bc8 100644 --- a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-books-nfs-storage.yaml +++ b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-books-nfs-storage.yaml @@ -4,7 +4,7 @@ metadata: name: audiobookshelf-books-nfs-storage namespace: audiobookshelf labels: - app.kubernetes.io/name: audiobookshelf-books-nfs-storage + app.kubernetes.io/name: audiobookshelf/templates/persistent-volume.yaml app.kubernetes.io/instance: audiobookshelf app.kubernetes.io/part-of: audiobookshelf spec: diff --git a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-podcasts-nfs-storage.yaml b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-podcasts-nfs-storage.yaml index 2126c4d50..0cd128e25 100644 --- a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-podcasts-nfs-storage.yaml +++ b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolume-audiobookshelf-podcasts-nfs-storage.yaml @@ -4,7 +4,7 @@ metadata: name: audiobookshelf-podcasts-nfs-storage namespace: audiobookshelf labels: - app.kubernetes.io/name: audiobookshelf-podcasts-nfs-storage + app.kubernetes.io/name: audiobookshelf/templates/persistent-volume.yaml app.kubernetes.io/instance: audiobookshelf app.kubernetes.io/part-of: audiobookshelf spec: diff --git a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-audiobooks-nfs-storage.yaml b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-audiobooks-nfs-storage.yaml index 4c5b34384..8292ad086 100644 --- a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-audiobooks-nfs-storage.yaml +++ b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-audiobooks-nfs-storage.yaml @@ -4,11 +4,11 @@ metadata: name: audiobookshelf-audiobooks-nfs-storage namespace: audiobookshelf labels: - app.kubernetes.io/name: audiobookshelf-audiobooks-nfs-storage + app.kubernetes.io/name: audiobookshelf/templates/persistent-volume-claim.yaml app.kubernetes.io/instance: audiobookshelf app.kubernetes.io/part-of: audiobookshelf spec: - volumeName: audiobookshelf-audiobooks-nfs-storage + volumeName: audiobookshelf/templates/persistent-volume-claim.yaml storageClassName: nfs-client accessModes: - ReadWriteMany diff --git a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-books-nfs-storage.yaml b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-books-nfs-storage.yaml index a432e6a59..45ee676d3 100644 --- a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-books-nfs-storage.yaml +++ b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-books-nfs-storage.yaml @@ -4,11 +4,11 @@ metadata: name: audiobookshelf-books-nfs-storage namespace: audiobookshelf labels: - app.kubernetes.io/name: audiobookshelf-books-nfs-storage + app.kubernetes.io/name: audiobookshelf/templates/persistent-volume-claim.yaml app.kubernetes.io/instance: audiobookshelf app.kubernetes.io/part-of: audiobookshelf spec: - volumeName: audiobookshelf-books-nfs-storage + volumeName: audiobookshelf/templates/persistent-volume-claim.yaml storageClassName: nfs-client accessModes: - ReadWriteMany diff --git a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-podcasts-nfs-storage.yaml b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-podcasts-nfs-storage.yaml index eb525c54c..2830d3b87 100644 --- a/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-podcasts-nfs-storage.yaml +++ b/clusters/cl01tl/manifests/audiobookshelf/PersistentVolumeClaim-audiobookshelf-podcasts-nfs-storage.yaml @@ -4,11 +4,11 @@ metadata: name: audiobookshelf-podcasts-nfs-storage namespace: audiobookshelf labels: - app.kubernetes.io/name: audiobookshelf-podcasts-nfs-storage + app.kubernetes.io/name: audiobookshelf/templates/persistent-volume-claim.yaml app.kubernetes.io/instance: audiobookshelf app.kubernetes.io/part-of: audiobookshelf spec: - volumeName: audiobookshelf-podcasts-nfs-storage + volumeName: audiobookshelf/templates/persistent-volume-claim.yaml storageClassName: nfs-client accessModes: - ReadWriteMany