diff --git a/thomflix-argocd-apps/templates/flaresolverr-chart.yaml b/thomflix-argocd-apps/templates/flaresolverr-chart.yaml index fc15675..2be72f1 100644 --- a/thomflix-argocd-apps/templates/flaresolverr-chart.yaml +++ b/thomflix-argocd-apps/templates/flaresolverr-chart.yaml @@ -5,6 +5,7 @@ metadata: namespace: {{ .Values.argocd.namespace }} annotations: argocd.argoproj.io/sync-wave: "0" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: diff --git a/thomflix-argocd-apps/templates/jackett-chart.yaml b/thomflix-argocd-apps/templates/jackett-chart.yaml new file mode 100644 index 0000000..974c8ae --- /dev/null +++ b/thomflix-argocd-apps/templates/jackett-chart.yaml @@ -0,0 +1,42 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: jackett + namespace: {{ .Values.argocd.namespace }} + annotations: + argocd.argoproj.io/sync-wave: "0" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" +spec: + project: {{ .Values.argocd.project }} + source: + repoURL: "tccr.io/truecharts" + chart: jackett + targetRevision: 23.x + helm: + releaseName: jackett + valuesObject: + persistence: + config: + enabled: true + mountPath: "/config" + type: pvc + storageClass: {{ .Values.generalConfigStorageClass }} + namespace: {{ .Values.mainNamespace }} + accessModes: ReadWriteOnce + size: 100Mi + destination: + server: {{ .Values.mainDestination }} + namespace: {{ .Values.mainNamespace }} + syncPolicy: + automated: + prune: true # Automatically remove resources no longer in the repo + selfHeal: true # Automatically self-heal when drift is detected + syncOptions: + - ApplyOutOfSyncOnly=true + - ServerSideApply=true + - CreateNamespace=true + ignoreDifferences: + - group: apps + kind: Deployment + jsonPointers: + - /spec/template/spec/hostUsers diff --git a/thomflix-argocd-apps/templates/thomflix-requirements-app.yaml b/thomflix-argocd-apps/templates/thomflix-requirements-app.yaml index 3176ffc..82cb706 100644 --- a/thomflix-argocd-apps/templates/thomflix-requirements-app.yaml +++ b/thomflix-argocd-apps/templates/thomflix-requirements-app.yaml @@ -5,6 +5,7 @@ metadata: namespace: {{ .Values.argocd.namespace }} annotations: argocd.argoproj.io/sync-wave: "-1" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: diff --git a/thomflix-argocd-apps/templates/transmission-chart.yaml b/thomflix-argocd-apps/templates/transmission-chart.yaml index d41996a..31097ab 100644 --- a/thomflix-argocd-apps/templates/transmission-chart.yaml +++ b/thomflix-argocd-apps/templates/transmission-chart.yaml @@ -5,6 +5,7 @@ metadata: namespace: {{ .Values.argocd.namespace }} annotations: argocd.argoproj.io/sync-wave: "0" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: