From 41f02b007e6d0431203590810942f5c372ebcb07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:57:22 +0000 Subject: [PATCH] Update all dependencies --- .tool-versions | 6 +++--- src/applications/argo-cd/deploy/argocd/application.yaml | 2 +- src/applications/argo-cd/deploy/chart/Chart.yaml | 4 ++-- .../argo-workflows/deploy/argocd/application.yaml | 2 +- src/applications/camel-k/deploy/argocd/application.yaml | 2 +- .../external-dns/deploy/argocd/application.yaml | 2 +- .../fritz-exporter/deploy/argocd/application.yaml | 2 +- src/applications/keycloak/deploy/argocd/application.yaml | 2 +- src/applications/minio/deploy/tenant/Chart.yaml | 2 +- src/applications/monitoring/deploy/argocd/application.yaml | 2 +- src/applications/monitoring/deploy/chart/base/Chart.yaml | 2 +- .../project-contour/deploy/argocd/application.yaml | 2 +- src/applications/rabbitmq/deploy/argocd/application.yaml | 2 +- .../strimzi-operator/deploy/argocd/application.yaml | 2 +- src/applications/trino/deploy/argocd/application.yaml | 2 +- src/applications/velero/deploy/argocd/application.yaml | 2 +- src/applications/zigbee2mqtt/deploy/argocd/application.yaml | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.tool-versions b/.tool-versions index 2113222e4..f37cbfef9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,9 +1,9 @@ -act 0.2.68 +act 0.2.69 helm 3.16.2 helm-ct 3.4.0 krew 0.4.3 python 3.13.0 task 3.33.0 terraform 1.9.8 -terragrunt 0.68.5 -vault 1.18.0 +terragrunt 0.68.7 +vault 1.18.1 diff --git a/src/applications/argo-cd/deploy/argocd/application.yaml b/src/applications/argo-cd/deploy/argocd/application.yaml index 1d4dd910e..9056b5ecb 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.6.12 + targetRevision: 7.7.0 - 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 6f19742c4..858383434 100644 --- a/src/applications/argo-cd/deploy/chart/Chart.yaml +++ b/src/applications/argo-cd/deploy/chart/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 dependencies: - name: argo-cd repository: https://argoproj.github.io/argo-helm - version: 7.6.12 + version: 7.7.0 #- name: argocd-apps # repository: https://argoproj.github.io/argo-helm # version: 0.0.6 - name: argo-workflow-mixin condition: workflow.enabled repository: https://nolte.github.io/helm-charts-repo/ - version: 0.8.4 + version: 0.8.5 alias: argo-workflows-execution description: Preconfigured ArgoCD Deployment name: argo-cd diff --git a/src/applications/argo-workflows/deploy/argocd/application.yaml b/src/applications/argo-workflows/deploy/argocd/application.yaml index 049d35700..3387ad476 100644 --- a/src/applications/argo-workflows/deploy/argocd/application.yaml +++ b/src/applications/argo-workflows/deploy/argocd/application.yaml @@ -82,4 +82,4 @@ spec: #targetRevision: 0.14.1 chart: argo-workflows repoURL: https://argoproj.github.io/argo-helm - targetRevision: 0.42.5 + targetRevision: 0.42.7 diff --git a/src/applications/camel-k/deploy/argocd/application.yaml b/src/applications/camel-k/deploy/argocd/application.yaml index 2e3d612ce..c851e85ad 100644 --- a/src/applications/camel-k/deploy/argocd/application.yaml +++ b/src/applications/camel-k/deploy/argocd/application.yaml @@ -10,7 +10,7 @@ spec: source: chart: camel-k repoURL: https://apache.github.io/camel-k/charts - targetRevision: 2.4.0 + targetRevision: 2.5.0 #path: helm/camel-k/ diff --git a/src/applications/external-dns/deploy/argocd/application.yaml b/src/applications/external-dns/deploy/argocd/application.yaml index 81d4c1609..c9e604ae2 100644 --- a/src/applications/external-dns/deploy/argocd/application.yaml +++ b/src/applications/external-dns/deploy/argocd/application.yaml @@ -31,7 +31,7 @@ spec: - # https://artifacthub.io/packages/helm/bitnami/external-dns chart: external-dns repoURL: registry-1.docker.io/bitnamicharts - targetRevision: 8.3.10 + targetRevision: 8.5.0 helm: releaseName: external-dns values: | diff --git a/src/applications/fritz-exporter/deploy/argocd/application.yaml b/src/applications/fritz-exporter/deploy/argocd/application.yaml index d83e4f587..537ad2992 100644 --- a/src/applications/fritz-exporter/deploy/argocd/application.yaml +++ b/src/applications/fritz-exporter/deploy/argocd/application.yaml @@ -22,4 +22,4 @@ spec: chart: fritz-exporter repoURL: https://nolte.github.io/helm-charts-repo - targetRevision: 1.0.4 + targetRevision: 1.1.0 diff --git a/src/applications/keycloak/deploy/argocd/application.yaml b/src/applications/keycloak/deploy/argocd/application.yaml index 858cc292a..2eb19a075 100644 --- a/src/applications/keycloak/deploy/argocd/application.yaml +++ b/src/applications/keycloak/deploy/argocd/application.yaml @@ -98,7 +98,7 @@ spec: # parameters: [] chart: keycloak repoURL: https://charts.bitnami.com/bitnami - targetRevision: 24.0.2 + targetRevision: 24.0.5 - helm: releaseName: external-secrets-manifests values: |- diff --git a/src/applications/minio/deploy/tenant/Chart.yaml b/src/applications/minio/deploy/tenant/Chart.yaml index d0d6bd841..6677cc19c 100644 --- a/src/applications/minio/deploy/tenant/Chart.yaml +++ b/src/applications/minio/deploy/tenant/Chart.yaml @@ -27,7 +27,7 @@ dependencies: - name: argo-workflow-mixin condition: workflow.enabled repository: https://nolte.github.io/helm-charts-repo/ - version: 0.8.4 + version: 0.8.5 alias: workflow - name: external-secrets-manifests condition: externalSecrets.enabled diff --git a/src/applications/monitoring/deploy/argocd/application.yaml b/src/applications/monitoring/deploy/argocd/application.yaml index e88b55598..a4075bd9a 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: 65.5.0 + targetRevision: 65.8.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 251bb45f7..6fd1b62e4 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: 65.5.0 + version: 65.8.0 repository: https://prometheus-community.github.io/helm-charts diff --git a/src/applications/project-contour/deploy/argocd/application.yaml b/src/applications/project-contour/deploy/argocd/application.yaml index abde398c3..417d01724 100644 --- a/src/applications/project-contour/deploy/argocd/application.yaml +++ b/src/applications/project-contour/deploy/argocd/application.yaml @@ -25,5 +25,5 @@ spec: - --ingress-status-address=192.168.178.42 manageCRDs: true repoURL: https://charts.bitnami.com/bitnami - targetRevision: 19.2.1 + targetRevision: 19.2.2 chart: contour diff --git a/src/applications/rabbitmq/deploy/argocd/application.yaml b/src/applications/rabbitmq/deploy/argocd/application.yaml index f2fe3f404..23c75cb80 100644 --- a/src/applications/rabbitmq/deploy/argocd/application.yaml +++ b/src/applications/rabbitmq/deploy/argocd/application.yaml @@ -12,4 +12,4 @@ spec: helm: releaseName: rabbitmq repoURL: https://charts.bitnami.com/bitnami - targetRevision: 15.0.3 + targetRevision: 15.0.5 diff --git a/src/applications/strimzi-operator/deploy/argocd/application.yaml b/src/applications/strimzi-operator/deploy/argocd/application.yaml index e77e72647..b7822f553 100644 --- a/src/applications/strimzi-operator/deploy/argocd/application.yaml +++ b/src/applications/strimzi-operator/deploy/argocd/application.yaml @@ -11,7 +11,7 @@ spec: - chart: strimzi-kafka-operator # https://strimzi.io/docs/operators/latest/deploying#deploying-cluster-operator-helm-chart-str repoURL: https://strimzi.io/charts - targetRevision: 0.43.0 + targetRevision: 0.44.0 helm: releaseName: strimzi-cluster-operator values: | diff --git a/src/applications/trino/deploy/argocd/application.yaml b/src/applications/trino/deploy/argocd/application.yaml index 76dea449d..44da1ff8d 100644 --- a/src/applications/trino/deploy/argocd/application.yaml +++ b/src/applications/trino/deploy/argocd/application.yaml @@ -11,6 +11,6 @@ spec: - chart: trino # https://artifacthub.io/packages/helm/bitnami/kubernetes-event-exporter repoURL: https://trinodb.github.io/charts/ - targetRevision: 0.32.0 + targetRevision: 0.33.0 helm: releaseName: trino \ No newline at end of file diff --git a/src/applications/velero/deploy/argocd/application.yaml b/src/applications/velero/deploy/argocd/application.yaml index 90aa3fabd..ddc508cc0 100644 --- a/src/applications/velero/deploy/argocd/application.yaml +++ b/src/applications/velero/deploy/argocd/application.yaml @@ -18,4 +18,4 @@ spec: value: 'false' repoURL: https://vmware-tanzu.github.io/helm-charts # https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero - targetRevision: 7.2.1 + targetRevision: 7.2.2 diff --git a/src/applications/zigbee2mqtt/deploy/argocd/application.yaml b/src/applications/zigbee2mqtt/deploy/argocd/application.yaml index 7b1593018..0b66870b7 100644 --- a/src/applications/zigbee2mqtt/deploy/argocd/application.yaml +++ b/src/applications/zigbee2mqtt/deploy/argocd/application.yaml @@ -11,7 +11,7 @@ spec: - chart: zigbee2mqtt # https://github.com/truecharts/charts/blob/master/charts/stable/zigbee2mqtt/values.yaml repoURL: tccr.io/truecharts - targetRevision: 13.4.1 + targetRevision: 13.5.0 helm: releaseName: zigbee2mqtt values: |