From d27ebae07ede628eb7572224e93c05f2c2c277c3 Mon Sep 17 00:00:00 2001 From: Marlon Moser Date: Fri, 12 Jan 2024 08:39:41 +0100 Subject: [PATCH 1/3] fix(argoconfig): Remove empty syncPolicy from application template --- charts/argoconfig/Chart.yaml | 2 +- charts/argoconfig/README.md | 2 +- charts/argoconfig/templates/_application.yaml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/argoconfig/Chart.yaml b/charts/argoconfig/Chart.yaml index 1acf74095..355a11f82 100644 --- a/charts/argoconfig/Chart.yaml +++ b/charts/argoconfig/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argoconfig description: Configure Argo CD AppProjects and Applications type: library -version: 0.9.0 +version: 0.9.1 home: https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/ sources: - https://github.com/adfinis/helm-charts/tree/main/charts/argoconfig diff --git a/charts/argoconfig/README.md b/charts/argoconfig/README.md index aa85919e1..03cab6315 100644 --- a/charts/argoconfig/README.md +++ b/charts/argoconfig/README.md @@ -1,6 +1,6 @@ # argoconfig -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) +![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) Configure Argo CD AppProjects and Applications diff --git a/charts/argoconfig/templates/_application.yaml b/charts/argoconfig/templates/_application.yaml index a61f26afb..cad548cf3 100644 --- a/charts/argoconfig/templates/_application.yaml +++ b/charts/argoconfig/templates/_application.yaml @@ -15,7 +15,6 @@ spec: source: {} destination: server: "https://kubernetes.default.svc" - syncPolicy: {} {{- end -}} {{- define "argoconfig.application" -}} {{- include "common.util.merge" (append . "argoconfig.application.tpl") -}} From 53c6a09d560085149d3d8719d8302f5332a98569 Mon Sep 17 00:00:00 2001 From: Marlon Moser Date: Fri, 12 Jan 2024 09:03:29 +0100 Subject: [PATCH 2/3] fix(argoconfig): Remove empty syncPolicy from application template --- charts/argoconfig/Chart.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/argoconfig/Chart.yaml b/charts/argoconfig/Chart.yaml index 355a11f82..b9d6afe3c 100644 --- a/charts/argoconfig/Chart.yaml +++ b/charts/argoconfig/Chart.yaml @@ -14,3 +14,7 @@ dependencies: - name: common repository: https://charts.adfinis.com version: 0.0.8 +annotations: + artifacthub.io/changes: | + - kind: change + description: "Remove empty syncPolicy to fix going out-of-sync in argoCD" From f9193f6be628ab264235dc974b8c67f3a147eba2 Mon Sep 17 00:00:00 2001 From: Marlon Moser Date: Fri, 12 Jan 2024 09:07:01 +0100 Subject: [PATCH 3/3] fix(argoconfig): Remove empty syncPolicy from application template --- charts/argoconfig/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argoconfig/Chart.yaml b/charts/argoconfig/Chart.yaml index b9d6afe3c..f0a8cf3ef 100644 --- a/charts/argoconfig/Chart.yaml +++ b/charts/argoconfig/Chart.yaml @@ -16,5 +16,5 @@ dependencies: version: 0.0.8 annotations: artifacthub.io/changes: | - - kind: change + - kind: changed description: "Remove empty syncPolicy to fix going out-of-sync in argoCD"