diff --git a/.tool-versions b/.tool-versions index ea02c6f9..4c7bb61f 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.72.0 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..f26cf8d8 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.15 - 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..170a698a 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.15 #- 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..36e15bc7 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.13 helm: releaseName: argo-events parameters: diff --git a/src/applications/argo-workflows/deploy/argocd/application.yaml b/src/applications/argo-workflows/deploy/argocd/application.yaml index 444825e5..2ff1b659 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.45.3 + targetRevision: 0.45.4 diff --git a/src/applications/harbor/deploy/argocd/application.yaml b/src/applications/harbor/deploy/argocd/application.yaml index 0a476371..45892aee 100644 --- a/src/applications/harbor/deploy/argocd/application.yaml +++ b/src/applications/harbor/deploy/argocd/application.yaml @@ -88,4 +88,4 @@ spec: parameters: [] chart: harbor repoURL: https://helm.goharbor.io - targetRevision: 1.16.0 + targetRevision: 1.16.1 diff --git a/src/applications/home-assistant/deploy/argocd/application.yaml b/src/applications/home-assistant/deploy/argocd/application.yaml index 6f73cc70..0f67afd6 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.2 probes: liveness: enabled: true diff --git a/src/applications/keycloak/deploy/argocd/application.yaml b/src/applications/keycloak/deploy/argocd/application.yaml index 7f33bcaa..f1cd39d1 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.3.2 + targetRevision: 24.4.0 - helm: releaseName: external-secrets-manifests values: |- diff --git a/src/applications/monitoring/deploy/argocd/application.yaml b/src/applications/monitoring/deploy/argocd/application.yaml index 7aedd621..14e7b615 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.10.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..ad883a03 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.10.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 5fdd82e7..240b4f41 100644 --- a/src/applications/project-contour/deploy/argocd/application.yaml +++ b/src/applications/project-contour/deploy/argocd/application.yaml @@ -23,5 +23,5 @@ spec: # - --ingress-status-address=192.168.178.105 # manageCRDs: true repoURL: https://charts.bitnami.com/bitnami - targetRevision: 19.4.0 + targetRevision: 19.5.0 chart: contour diff --git a/src/applications/rabbitmq/deploy/argocd/application.yaml b/src/applications/rabbitmq/deploy/argocd/application.yaml index 42daf964..ab042daa 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.2.1 + targetRevision: 15.2.2 diff --git a/src/applications/zigbee2mqtt/deploy/argocd/application.yaml b/src/applications/zigbee2mqtt/deploy/argocd/application.yaml index 1ba96d59..47e76f31 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.8.0 + targetRevision: 14.0.0 helm: releaseName: zigbee2mqtt values: |