From 562c5a4eda88b272cb0c7fb0847b1984f9f73342 Mon Sep 17 00:00:00 2001 From: Andrew Kostka Date: Mon, 28 Oct 2024 14:16:17 +0100 Subject: [PATCH] argocd: bump api chart to 0.32.1 (#174) * argocd-apps: bump api chart to 0.32.1 * argocd-config: bump argocd-apps to 1.0.5 --- charts/argocd-apps/Chart.yaml | 2 +- charts/argocd-apps/templates/wbaas-api.yaml | 2 +- charts/argocd-config/Chart.yaml | 2 +- charts/argocd-config/templates/app-of-apps.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argocd-apps/Chart.yaml b/charts/argocd-apps/Chart.yaml index d06c98d..0c57b1a 100644 --- a/charts/argocd-apps/Chart.yaml +++ b/charts/argocd-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-apps description: Chart to deploy WBaaS apps in an "app-of-apps" pattern via ArgoCD type: application -version: 1.0.4 +version: 1.0.5 appVersion: "1.0" maintainers: - name: WBstack diff --git a/charts/argocd-apps/templates/wbaas-api.yaml b/charts/argocd-apps/templates/wbaas-api.yaml index a328f05..dde5f82 100644 --- a/charts/argocd-apps/templates/wbaas-api.yaml +++ b/charts/argocd-apps/templates/wbaas-api.yaml @@ -12,7 +12,7 @@ spec: project: {{ .Values.environment }} sources: - repoURL: {{ .Values.repoUrls.wbstack }} - targetRevision: 0.32.0 + targetRevision: 0.32.1 chart: api helm: valueFiles: diff --git a/charts/argocd-config/Chart.yaml b/charts/argocd-config/Chart.yaml index 35b5450..8a8c12b 100644 --- a/charts/argocd-config/Chart.yaml +++ b/charts/argocd-config/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-config description: Chart to deploy ArgoCD configuration (including the argocd-apps chart) type: application -version: 1.0.6 +version: 1.0.7 appVersion: "1.0" maintainers: - name: WBstack diff --git a/charts/argocd-config/templates/app-of-apps.yaml b/charts/argocd-config/templates/app-of-apps.yaml index 36293bf..c241e56 100644 --- a/charts/argocd-config/templates/app-of-apps.yaml +++ b/charts/argocd-config/templates/app-of-apps.yaml @@ -9,7 +9,7 @@ spec: project: {{ .Values.environment }} source: repoURL: {{ .Values.repoUrls.wbstack }} - targetRevision: 1.0.4 + targetRevision: 1.0.5 chart: argocd-apps helm: values: |