remove specific values

This commit is contained in:
2024-03-16 05:44:05 -06:00
parent 790ad5b440
commit d0255ca5d1
10 changed files with 15 additions and 15 deletions

View File

@@ -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

View File

@@ -31,7 +31,7 @@ ingressRoute:
http:
host:
authentik:
outpost: authentik-proxy-outpost
outpost:
port: 9000
persistence:
config:

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: freshrss
version: 0.0.2
version: 0.0.3
description: Chart for Freshrss
keywords:
- rss

View File

@@ -23,7 +23,7 @@ service:
port: 80
ingress:
enabled: true
className: traefik
className:
annotations:
host:
persistence:

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: homepage
version: 0.0.7
version: 0.0.8
description: Chart for benphelps homepage
keywords:
- dashboard

View File

@@ -20,7 +20,7 @@ service:
ingressRoute:
host:
authentik:
outpost: authentik-proxy-outpost
outpost:
port: 9000
config:
bookmarks:

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: libation
version: 0.0.5
version: 0.0.6
description: Import library from audible
keywords:
- audiobooks

View File

@@ -6,8 +6,8 @@ image:
pullPolicy: IfNotPresent
persistence:
config:
storageClassName: nfs-client
storageClassName: default
storageSize: 1Gi
volumeMode: Filesystem
books:
claimName: libation-nfs-storage
claimName:

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: outline
version: 0.0.7
version: 0.0.8
description: Chart for Outline wiki
keywords:
- wiki

View File

@@ -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