From ff6ba541f60a9094e44d2621d2f7842b71ee5d4d Mon Sep 17 00:00:00 2001 From: Isac Byeonghoon Yoo Date: Mon, 25 Jul 2022 02:22:53 +0900 Subject: [PATCH] build(argocd): upgrade versions (#40) --- argocd/backbone/apps/argocd.yaml | 2 +- argocd/backbone/apps/cert-manager.yaml | 2 +- argocd/backbone/apps/external-dns.yaml | 2 +- argocd/backbone/apps/external-secrets.yaml | 2 +- argocd/backbone/apps/traefik.yaml | 2 +- charts/argocd/Chart.yaml | 2 +- charts/blackd/Chart.yaml | 2 +- charts/blocky-custom/Chart.yaml | 4 ++-- charts/external-dns/Chart.yaml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/argocd/backbone/apps/argocd.yaml b/argocd/backbone/apps/argocd.yaml index 18c6332..3a41de2 100644 --- a/argocd/backbone/apps/argocd.yaml +++ b/argocd/backbone/apps/argocd.yaml @@ -14,7 +14,7 @@ spec: - values.yaml - https://raw.githubusercontent.com/isac322/homelab/HEAD/values/argocd/backbone.yml repoURL: https://isac322.github.io/homelab - targetRevision: 0.1.6 + targetRevision: 0.1.7 syncPolicy: automated: prune: true diff --git a/argocd/backbone/apps/cert-manager.yaml b/argocd/backbone/apps/cert-manager.yaml index 4745176..5290467 100644 --- a/argocd/backbone/apps/cert-manager.yaml +++ b/argocd/backbone/apps/cert-manager.yaml @@ -14,7 +14,7 @@ spec: - values.yaml - https://raw.githubusercontent.com/isac322/homelab/HEAD/values/cert-manager/backbone.yaml repoURL: https://charts.jetstack.io - targetRevision: v1.8.0 + targetRevision: v1.9.0 syncPolicy: automated: prune: true diff --git a/argocd/backbone/apps/external-dns.yaml b/argocd/backbone/apps/external-dns.yaml index 9dc23bc..7e603b2 100644 --- a/argocd/backbone/apps/external-dns.yaml +++ b/argocd/backbone/apps/external-dns.yaml @@ -14,7 +14,7 @@ spec: - values.yaml - https://raw.githubusercontent.com/isac322/homelab/HEAD/values/external-dns/backbone.yaml repoURL: https://isac322.github.io/homelab - targetRevision: 0.1.1 + targetRevision: 0.1.2 syncPolicy: automated: prune: true diff --git a/argocd/backbone/apps/external-secrets.yaml b/argocd/backbone/apps/external-secrets.yaml index 1974494..ff0bfb6 100644 --- a/argocd/backbone/apps/external-secrets.yaml +++ b/argocd/backbone/apps/external-secrets.yaml @@ -13,7 +13,7 @@ spec: valueFiles: - values.yaml repoURL: https://charts.external-secrets.io - targetRevision: 0.5.3 + targetRevision: 0.5.8 syncPolicy: automated: prune: true diff --git a/argocd/backbone/apps/traefik.yaml b/argocd/backbone/apps/traefik.yaml index 0470696..ce10f7c 100644 --- a/argocd/backbone/apps/traefik.yaml +++ b/argocd/backbone/apps/traefik.yaml @@ -14,7 +14,7 @@ spec: - values.yaml - https://raw.githubusercontent.com/isac322/homelab/HEAD/values/traefik/backbone.yml repoURL: https://helm.traefik.io/traefik - targetRevision: 10.19.5 + targetRevision: 10.24.0 syncPolicy: automated: prune: true diff --git a/charts/argocd/Chart.yaml b/charts/argocd/Chart.yaml index 4fdcc48..83c3b09 100644 --- a/charts/argocd/Chart.yaml +++ b/charts/argocd/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.6 +version: 0.1.7 dependencies: diff --git a/charts/blackd/Chart.yaml b/charts/blackd/Chart.yaml index 9bea603..27efb93 100644 --- a/charts/blackd/Chart.yaml +++ b/charts/blackd/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: 1.0.0 +version: 1.0.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/charts/blocky-custom/Chart.yaml b/charts/blocky-custom/Chart.yaml index f92647e..341562f 100644 --- a/charts/blocky-custom/Chart.yaml +++ b/charts/blocky-custom/Chart.yaml @@ -5,7 +5,7 @@ kubeVersion: ">=1.16.0-0" type: application -version: 10.2.2 +version: 10.4.0 sources: - https://github.com/0xERR0R/blocky @@ -13,4 +13,4 @@ sources: dependencies: - name: blocky repository: https://k8s-at-home.com/charts/ - version: 10.2.2 + version: 10.4.0 diff --git a/charts/external-dns/Chart.yaml b/charts/external-dns/Chart.yaml index 4c6affb..c6632e2 100644 --- a/charts/external-dns/Chart.yaml +++ b/charts/external-dns/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.1 +version: 0.1.2 dependencies: