From d0255ca5d18bc86bca9ce39ef9739cc47aa6411c Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 16 Mar 2024 05:44:05 -0600 Subject: [PATCH] remove specific values --- charts/calibre-server/Chart.yaml | 2 +- charts/calibre-server/values.yaml | 2 +- charts/freshrss/Chart.yaml | 2 +- charts/freshrss/values.yaml | 2 +- charts/homepage/Chart.yaml | 2 +- charts/homepage/values.yaml | 2 +- charts/libation/Chart.yaml | 2 +- charts/libation/values.yaml | 4 ++-- charts/outline/Chart.yaml | 2 +- charts/outline/values.yaml | 10 +++++----- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/calibre-server/Chart.yaml b/charts/calibre-server/Chart.yaml index 17d4142..a36dbe8 100644 --- a/charts/calibre-server/Chart.yaml +++ b/charts/calibre-server/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: calibre-server -version: 0.0.5 +version: 0.0.6 description: Chart for Calibre content database keywords: - media diff --git a/charts/calibre-server/values.yaml b/charts/calibre-server/values.yaml index 1683eba..a96abc0 100644 --- a/charts/calibre-server/values.yaml +++ b/charts/calibre-server/values.yaml @@ -31,7 +31,7 @@ ingressRoute: http: host: authentik: - outpost: authentik-proxy-outpost + outpost: port: 9000 persistence: config: diff --git a/charts/freshrss/Chart.yaml b/charts/freshrss/Chart.yaml index 838ad6e..1084d41 100644 --- a/charts/freshrss/Chart.yaml +++ b/charts/freshrss/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: freshrss -version: 0.0.2 +version: 0.0.3 description: Chart for Freshrss keywords: - rss diff --git a/charts/freshrss/values.yaml b/charts/freshrss/values.yaml index f9e43e6..37ef0f7 100644 --- a/charts/freshrss/values.yaml +++ b/charts/freshrss/values.yaml @@ -23,7 +23,7 @@ service: port: 80 ingress: enabled: true - className: traefik + className: annotations: host: persistence: diff --git a/charts/homepage/Chart.yaml b/charts/homepage/Chart.yaml index 38e82dc..2bd2e77 100644 --- a/charts/homepage/Chart.yaml +++ b/charts/homepage/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: homepage -version: 0.0.7 +version: 0.0.8 description: Chart for benphelps homepage keywords: - dashboard diff --git a/charts/homepage/values.yaml b/charts/homepage/values.yaml index 6b6b0be..90c0cd2 100644 --- a/charts/homepage/values.yaml +++ b/charts/homepage/values.yaml @@ -20,7 +20,7 @@ service: ingressRoute: host: authentik: - outpost: authentik-proxy-outpost + outpost: port: 9000 config: bookmarks: diff --git a/charts/libation/Chart.yaml b/charts/libation/Chart.yaml index a802441..db157ee 100644 --- a/charts/libation/Chart.yaml +++ b/charts/libation/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: libation -version: 0.0.5 +version: 0.0.6 description: Import library from audible keywords: - audiobooks diff --git a/charts/libation/values.yaml b/charts/libation/values.yaml index f768ab6..4195725 100644 --- a/charts/libation/values.yaml +++ b/charts/libation/values.yaml @@ -6,8 +6,8 @@ image: pullPolicy: IfNotPresent persistence: config: - storageClassName: nfs-client + storageClassName: default storageSize: 1Gi volumeMode: Filesystem books: - claimName: libation-nfs-storage + claimName: diff --git a/charts/outline/Chart.yaml b/charts/outline/Chart.yaml index ace7ddd..d64bacf 100644 --- a/charts/outline/Chart.yaml +++ b/charts/outline/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: outline -version: 0.0.7 +version: 0.0.8 description: Chart for Outline wiki keywords: - wiki diff --git a/charts/outline/values.yaml b/charts/outline/values.yaml index 81f33f1..bc9afe3 100644 --- a/charts/outline/values.yaml +++ b/charts/outline/values.yaml @@ -17,7 +17,7 @@ service: port: 3000 ingress: enabled: true - className: traefik + className: annotations: host: persistence: @@ -54,16 +54,16 @@ outline: database: passwordSecret: existingSecretName: - existingSecretKey: password + existingSecretKey: usernameSecret: existingSecretName: - existingSecretKey: username + existingSecretKey: databaseName: existingSecretName: - existingSecretKey: dbname + existingSecretKey: databaseHost: existingSecretName: - existingSecretKey: host + existingSecretKey: connectionPoolMin: "" connectionPoolMax: "20" sslMode: disable