Use the library for vaultwarden (#4)
Reviewed-on: https://git.badhouseplants.net/softplayer/softplayer-apps/pulls/4
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: softplayer-lib-workload
|
||||
repository: oci://git.badhouseplants.net/softplayer
|
||||
version: 0.2.0
|
||||
digest: sha256:e6bf909ead48b331a49921e1cf504791fb5ec0a80561d797ae06c7a44ad8a9cd
|
||||
generated: "2024-07-15T08:45:21.509772+02:00"
|
||||
version: 0.2.1
|
||||
digest: sha256:a3a4a69717a3549841454a0e27a1a9114ea8a03543caf5c0c9a184d5a98f36b4
|
||||
generated: "2024-07-15T19:51:29.734002+02:00"
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: mealie
|
||||
description: A Helm chart for running Mealie
|
||||
type: application
|
||||
version: 0.1.0
|
||||
version: 0.2.0
|
||||
appVersion: v1.10.2
|
||||
maintainers:
|
||||
- name: allanger
|
||||
@ -10,7 +10,7 @@ maintainers:
|
||||
url: https://badhouseplants.net
|
||||
dependencies:
|
||||
- name: softplayer-lib-workload
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
repository: oci://git.badhouseplants.net/softplayer
|
||||
annotations:
|
||||
allowed_workload_kinds: "Deployment"
|
||||
|
Binary file not shown.
@ -2,6 +2,5 @@
|
||||
{{ include "lib.service" . }}
|
||||
{{ include "lib.ingress" . }}
|
||||
{{ include "lib.config.env" . }}
|
||||
{{ include "lib.config.files" . }}
|
||||
{{ include "lib.pvc" . }}
|
||||
{{ include "lib.raw" . }}
|
||||
|
@ -66,6 +66,7 @@ storage:
|
||||
- ReadWriteOnce
|
||||
env:
|
||||
environment:
|
||||
enabled: true
|
||||
sensitive: false
|
||||
data:
|
||||
ALLOW_SIGNUP: true
|
||||
@ -77,10 +78,11 @@ env:
|
||||
BASE_URL: https://mealie.softplayer.com
|
||||
DB_ENGINE: postgres
|
||||
secrets:
|
||||
enabled: true
|
||||
sensitive: true
|
||||
data:
|
||||
POSTGRES_USER: mealie
|
||||
POSTGRES_PASSWORD: mealie
|
||||
POSTGRES_SERVER: postgres
|
||||
POSTGRES_PORT: 5432
|
||||
POSTGRES_DB: mealie
|
||||
POSTGRES_USER: ~
|
||||
POSTGRES_PASSWORD: ~
|
||||
POSTGRES_SERVER: ~
|
||||
POSTGRES_PORT: ~
|
||||
POSTGRES_DB: ~
|
||||
|
Reference in New Issue
Block a user