apps: fix case and remove deprecated suitecrm chart

This commit is contained in:
xeruf 2024-02-19 09:36:46 +01:00
parent 3eef04c32d
commit cd640d78da
7 changed files with 10 additions and 36 deletions

View File

@ -6,4 +6,4 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
fields: fields:
- fieldname: encryption_key - fieldName: encryption_key

View File

@ -6,5 +6,4 @@ resources:
- forge-kustomization.yaml - forge-kustomization.yaml
- support-kustomization.yaml - support-kustomization.yaml
- flow-kustomization.yaml - flow-kustomization.yaml
- people-kustomization.yaml
- meet-kustomization.yaml - meet-kustomization.yaml

View File

@ -8,7 +8,7 @@ spec:
# DATABASE_URL # DATABASE_URL
# NEXT_PUBLIC_WEBAPP_URL # NEXT_PUBLIC_WEBAPP_URL
fields: fields:
- fieldname: postgresql_password - fieldName: postgresql_password
- fieldname: postgresql_postgres_password - fieldName: postgresql_postgres_password
- fieldName: NEXTAUTH_SECRET - fieldName: NEXTAUTH_SECRET
- fieldName: CALENDSO_ENCRYPTION_KEY - fieldName: CALENDSO_ENCRYPTION_KEY

View File

@ -1,3 +1,4 @@
# https://artifacthub.io/packages/helm/bitnami/suitecrm
apiVersion: helm.toolkit.fluxcd.io/v2beta1 apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease kind: HelmRelease
metadata: metadata:
@ -8,7 +9,7 @@ spec:
chart: chart:
spec: spec:
chart: suitecrm chart: suitecrm
version: 11.1.12 version: 14.1.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: bitnami name: bitnami

View File

@ -1,31 +1,5 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization 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: metadata:
name: zammad name: zammad
namespace: flux-system namespace: flux-system

View File

@ -6,7 +6,7 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
fields: fields:
- fieldname: minio_password - fieldName: minio_password
- fieldname: redis_password - fieldName: redis_password
- fieldname: postgresql_password - fieldName: postgresql_password
- fieldname: postgresql_postgres_password - fieldName: postgresql_postgres_password

View File

@ -6,4 +6,4 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
fields: fields:
- fieldname: password - fieldName: password