abt2.yaml deleted und wekan Version auf 7.*.*

This commit is contained in:
titver968
2025-03-03 15:21:10 +01:00
parent 255ec9ec34
commit cb4f9bc47e
2 changed files with 1 additions and 54 deletions

View File

@@ -1,53 +0,0 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: abt2
# finalizers:
# - resources-finalizer.argocd.argoproj.io
#spec:
# project: default
# source:
# repoURL: 'https://wekan.github.io/charts/'
# targetRevision: 7.*.*
# helm:
# parameters:
# - name: 'ingress.enabled'
# value: 'true'
# - name: 'endpoint'
# value: 'abt2.innovation-hub-niedersachsen.de'
# - name: ingress.hosts[0]
# value: 'abt2.innovation-hub-niedersachsen.de'
# - name: 'ingress.tls[0].hosts[0]'
# value: 'abt2.innovation-hub-niedersachsen.de'
# - name: 'ingress.tls[0].secretName'
# value: abt2-tls
# - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints
# value: websecure
# - name: ingress.annotations.kubernetes\.io\/ingress\.class
# value: traefik
# - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.tls
# value: 'true'
# forceString: true
# - name: ingress.annotations.cert-manager\.io\/cluster-issuer
# value: lets-encrypt-staging
# - name: autoscaling.enabled
# value: 'false'
# - name: sharedDataFolder.storageClass
# value: local-path
# - name: replicaCount
# value: "1"
# - name: root_url
# value: https://abt2.innovation-hub-niedersachsen.de
# chart: wekan
# destination:
# server: 'https://kubernetes.default.svc'
# namespace: abt2
# syncPolicy:
# managedNamespaceMetadata:
# labels:
# pod-security.kubernetes.io/enforce: "privileged"
# automated:
# selfHeal: true
# prune: true
# syncOptions:
# - CreateNamespace=true

View File

@@ -8,7 +8,7 @@ spec:
project: default project: default
source: source:
repoURL: 'https://wekan.github.io/charts/' repoURL: 'https://wekan.github.io/charts/'
targetRevision: 7.81.* targetRevision: 7.*.*
helm: helm:
parameters: parameters:
- name: 'ingress.enabled' - name: 'ingress.enabled'