diff --git a/immich-argocd-apps/templates/immich-main-chart.yaml b/immich-argocd-apps/templates/immich-main-chart.yaml index ae3d0ab..7442eea 100644 --- a/immich-argocd-apps/templates/immich-main-chart.yaml +++ b/immich-argocd-apps/templates/immich-main-chart.yaml @@ -7,6 +7,7 @@ metadata: - resources-finalizer.argocd.argoproj.io annotations: argocd.argoproj.io/sync-wave: "0" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: default source: diff --git a/immich-argocd-apps/templates/immich-postinstall-app.yaml b/immich-argocd-apps/templates/immich-postinstall-app.yaml index d01d9a0..c91c6e4 100644 --- a/immich-argocd-apps/templates/immich-postinstall-app.yaml +++ b/immich-argocd-apps/templates/immich-postinstall-app.yaml @@ -7,6 +7,7 @@ metadata: - resources-finalizer.argocd.argoproj.io annotations: argocd.argoproj.io/sync-wave: "1" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: default source: diff --git a/immich-argocd-apps/templates/immich-pvc-filebrowser-chart.yaml b/immich-argocd-apps/templates/immich-pvc-filebrowser-chart.yaml index 4eea5eb..cbe8570 100644 --- a/immich-argocd-apps/templates/immich-pvc-filebrowser-chart.yaml +++ b/immich-argocd-apps/templates/immich-pvc-filebrowser-chart.yaml @@ -7,6 +7,7 @@ metadata: - resources-finalizer.argocd.argoproj.io annotations: argocd.argoproj.io/sync-wave: "0" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: default source: diff --git a/immich-argocd-apps/templates/immich-requirements-app.yaml b/immich-argocd-apps/templates/immich-requirements-app.yaml index 1fced14..d34c509 100644 --- a/immich-argocd-apps/templates/immich-requirements-app.yaml +++ b/immich-argocd-apps/templates/immich-requirements-app.yaml @@ -7,6 +7,7 @@ metadata: - resources-finalizer.argocd.argoproj.io annotations: argocd.argoproj.io/sync-wave: "-1" + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: default source: diff --git a/immich-argocd-postInstall/Chart.yaml b/immich-argocd-postInstall/Chart.yaml index 71fc48b..31a6a4d 100644 --- a/immich-argocd-postInstall/Chart.yaml +++ b/immich-argocd-postInstall/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/immich-argocd-postInstall/templates/filebrowser-ingress.yaml b/immich-argocd-postInstall/templates/filebrowser-ingress.yaml index 729a489..9ba62c5 100644 --- a/immich-argocd-postInstall/templates/filebrowser-ingress.yaml +++ b/immich-argocd-postInstall/templates/filebrowser-ingress.yaml @@ -1,7 +1,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: ts-filebrowser + name: ts-filebrowser-bis spec: defaultBackend: service: diff --git a/k3s-tooling/templates/certmanager.yaml b/k3s-tooling/templates/certmanager.yaml index 10c6029..cfc12d5 100644 --- a/k3s-tooling/templates/certmanager.yaml +++ b/k3s-tooling/templates/certmanager.yaml @@ -6,6 +6,8 @@ metadata: namespace: {{ .Values.argocd.namespace }} # finalizers: # - resources-finalizer.argocd.argoproj.io + annotations: + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: diff --git a/k3s-tooling/templates/cnpg.yaml b/k3s-tooling/templates/cnpg.yaml index bdb6f84..c2effbe 100644 --- a/k3s-tooling/templates/cnpg.yaml +++ b/k3s-tooling/templates/cnpg.yaml @@ -6,6 +6,8 @@ metadata: namespace: {{ .Values.argocd.namespace }} # finalizers: # - resources-finalizer.argocd.argoproj.io + annotations: + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: diff --git a/k3s-tooling/templates/longhorn.yaml b/k3s-tooling/templates/longhorn.yaml index 8fa8599..46018dd 100644 --- a/k3s-tooling/templates/longhorn.yaml +++ b/k3s-tooling/templates/longhorn.yaml @@ -6,6 +6,8 @@ metadata: namespace: {{ .Values.argocd.namespace }} # finalizers: # - resources-finalizer.argocd.argoproj.io + annotations: + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: diff --git a/k3s-tooling/templates/tailscale-operator.yaml b/k3s-tooling/templates/tailscale-operator.yaml index 7d17256..327e1c0 100644 --- a/k3s-tooling/templates/tailscale-operator.yaml +++ b/k3s-tooling/templates/tailscale-operator.yaml @@ -6,6 +6,8 @@ metadata: namespace: {{ .Values.argocd.namespace }} # finalizers: # - resources-finalizer.argocd.argoproj.io + annotations: + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: diff --git a/k3s-tooling/templates/traefik.yaml b/k3s-tooling/templates/traefik.yaml index 8d5bfec..23782f3 100644 --- a/k3s-tooling/templates/traefik.yaml +++ b/k3s-tooling/templates/traefik.yaml @@ -6,6 +6,8 @@ metadata: namespace: {{ .Values.argocd.namespace }} # finalizers: # - resources-finalizer.argocd.argoproj.io + annotations: + notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "-1002270587578" spec: project: {{ .Values.argocd.project }} source: