feat(gotify): add new app
This commit is contained in:
parent
0a4ba3d325
commit
729a9fdd48
20 changed files with 967 additions and 0 deletions
18
apps/gotify/base/kustomization.yaml
Normal file
18
apps/gotify/base/kustomization.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ns.yaml
|
||||
|
||||
images:
|
||||
- name: gotify/server
|
||||
newName: ghcr.io/gotify/server
|
||||
newTag: 2.7.3
|
||||
|
||||
helmCharts:
|
||||
- name: gotify
|
||||
repo: https://pmoscode-helm.github.io/gotify/
|
||||
version: 0.6.2
|
||||
namespace: gotify-system
|
||||
releaseName: gotify
|
||||
valuesFile: helm-values.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue