From 1f1346d6735a37deccb4305a5c9775288f73f5ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:18:18 +0000 Subject: [PATCH] Update all dependencies --- .tool-versions | 4 ++-- src/applications/argo-cd/deploy/argocd/application.yaml | 2 +- src/applications/argo-cd/deploy/chart/Chart.yaml | 2 +- src/applications/argo-events/deploy/argocd/application.yaml | 2 +- .../home-assistant/deploy/argocd/application.yaml | 2 +- src/applications/monitoring/deploy/argocd/application.yaml | 2 +- src/applications/monitoring/deploy/chart/base/Chart.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.tool-versions b/.tool-versions index ea02c6f9..2b9ee584 100644 --- a/.tool-versions +++ b/.tool-versions @@ -4,6 +4,6 @@ helm-ct 3.4.0 krew 0.4.3 python 3.13.1 task 3.33.0 -terraform 1.10.3 -terragrunt 0.71.1 +terraform 1.10.4 +terragrunt 0.71.2 vault 1.18.3 diff --git a/src/applications/argo-cd/deploy/argocd/application.yaml b/src/applications/argo-cd/deploy/argocd/application.yaml index 8d8dc1fd..f78de418 100644 --- a/src/applications/argo-cd/deploy/argocd/application.yaml +++ b/src/applications/argo-cd/deploy/argocd/application.yaml @@ -35,7 +35,7 @@ spec: valueFiles: [] chart: argo-cd repoURL: https://argoproj.github.io/argo-helm - targetRevision: 7.7.13 + targetRevision: 7.7.14 - helm: # parameters: [] releaseName: argocd-apps diff --git a/src/applications/argo-cd/deploy/chart/Chart.yaml b/src/applications/argo-cd/deploy/chart/Chart.yaml index f1711ab8..cff0f817 100644 --- a/src/applications/argo-cd/deploy/chart/Chart.yaml +++ b/src/applications/argo-cd/deploy/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm - version: 7.7.13 + version: 7.7.14 #- name: argocd-apps # repository: https://argoproj.github.io/argo-helm # version: 0.0.6 diff --git a/src/applications/argo-events/deploy/argocd/application.yaml b/src/applications/argo-events/deploy/argocd/application.yaml index df50c758..83b80013 100644 --- a/src/applications/argo-events/deploy/argocd/application.yaml +++ b/src/applications/argo-events/deploy/argocd/application.yaml @@ -12,7 +12,7 @@ spec: source: chart: argo-events repoURL: https://argoproj.github.io/argo-helm - targetRevision: 2.4.10 + targetRevision: 2.4.12 helm: releaseName: argo-events parameters: diff --git a/src/applications/home-assistant/deploy/argocd/application.yaml b/src/applications/home-assistant/deploy/argocd/application.yaml index 6f73cc70..a49a66e2 100644 --- a/src/applications/home-assistant/deploy/argocd/application.yaml +++ b/src/applications/home-assistant/deploy/argocd/application.yaml @@ -57,7 +57,7 @@ spec: image: # https://github.com/home-assistant/core/releases repository: ghcr.io/home-assistant/home-assistant - tag: 2025.1.0 + tag: 2025.1.1 probes: liveness: enabled: true diff --git a/src/applications/monitoring/deploy/argocd/application.yaml b/src/applications/monitoring/deploy/argocd/application.yaml index 7aedd621..b1108298 100644 --- a/src/applications/monitoring/deploy/argocd/application.yaml +++ b/src/applications/monitoring/deploy/argocd/application.yaml @@ -12,7 +12,7 @@ spec: source: chart: kube-prometheus-stack repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 67.7.0 + targetRevision: 67.9.0 helm: # skipCrds: true # https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml diff --git a/src/applications/monitoring/deploy/chart/base/Chart.yaml b/src/applications/monitoring/deploy/chart/base/Chart.yaml index a4992538..49865b37 100644 --- a/src/applications/monitoring/deploy/chart/base/Chart.yaml +++ b/src/applications/monitoring/deploy/chart/base/Chart.yaml @@ -3,5 +3,5 @@ name: kube-prometheus-stack version: 0.0.1 dependencies: - name: kube-prometheus-stack - version: 67.7.0 + version: 67.9.0 repository: https://prometheus-community.github.io/helm-charts