apps: fix case and remove deprecated suitecrm chart
This commit is contained in:
parent
3eef04c32d
commit
cd640d78da
|
@ -6,4 +6,4 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
fields:
|
||||
- fieldname: encryption_key
|
||||
- fieldName: encryption_key
|
||||
|
|
|
@ -6,5 +6,4 @@ resources:
|
|||
- forge-kustomization.yaml
|
||||
- support-kustomization.yaml
|
||||
- flow-kustomization.yaml
|
||||
- people-kustomization.yaml
|
||||
- meet-kustomization.yaml
|
||||
|
|
|
@ -8,7 +8,7 @@ spec:
|
|||
# DATABASE_URL
|
||||
# NEXT_PUBLIC_WEBAPP_URL
|
||||
fields:
|
||||
- fieldname: postgresql_password
|
||||
- fieldname: postgresql_postgres_password
|
||||
- fieldName: postgresql_password
|
||||
- fieldName: postgresql_postgres_password
|
||||
- fieldName: NEXTAUTH_SECRET
|
||||
- fieldName: CALENDSO_ENCRYPTION_KEY
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# https://artifacthub.io/packages/helm/bitnami/suitecrm
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
|
@ -8,7 +9,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: suitecrm
|
||||
version: 11.1.12
|
||||
version: 14.1.1
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: bitnami
|
||||
|
|
|
@ -1,31 +1,5 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: zammad
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
retryInterval: 2m
|
||||
wait: true
|
||||
timeout: 3m
|
||||
dependsOn:
|
||||
- name: single-sign-on
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: stackspout
|
||||
path: ./basic/apps/name
|
||||
prune: true
|
||||
postBuild:
|
||||
substituteFrom:
|
||||
#- kind: Secret
|
||||
# name: stackspin-zammad-variables
|
||||
- kind: Secret
|
||||
name: stackspin-zammad-oauth-variables
|
||||
- kind: Secret
|
||||
name: stackspin-cluster-variables
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: zammad
|
||||
namespace: flux-system
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
fields:
|
||||
- fieldname: minio_password
|
||||
- fieldname: redis_password
|
||||
- fieldname: postgresql_password
|
||||
- fieldname: postgresql_postgres_password
|
||||
- fieldName: minio_password
|
||||
- fieldName: redis_password
|
||||
- fieldName: postgresql_password
|
||||
- fieldName: postgresql_postgres_password
|
||||
|
|
|
@ -6,4 +6,4 @@ metadata:
|
|||
namespace: flux-system
|
||||
spec:
|
||||
fields:
|
||||
- fieldname: password
|
||||
- fieldName: password
|
||||
|
|
Loading…
Reference in New Issue