diff --git a/.tool-versions b/.tool-versions index e0824715a..eb8a7417f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -4,6 +4,6 @@ helm-ct 3.4.0 krew 0.4.3 python 3.12.0 task 3.7.0 -terraform 1.6.2 -terragrunt 0.52.4 +terraform 1.6.3 +terragrunt 0.53.1 vault 1.13.1 diff --git a/src/applications/argo-cd/deploy/argocd/application.yaml b/src/applications/argo-cd/deploy/argocd/application.yaml index ac453644a..5db9ec154 100644 --- a/src/applications/argo-cd/deploy/argocd/application.yaml +++ b/src/applications/argo-cd/deploy/argocd/application.yaml @@ -39,4 +39,4 @@ spec: valueFiles: [] chart: argo-cd repoURL: https://argoproj.github.io/argo-helm - targetRevision: 5.46.8 + targetRevision: 5.50.0 diff --git a/src/applications/argo-cd/deploy/chart/Chart.yaml b/src/applications/argo-cd/deploy/chart/Chart.yaml index 7b2e3558d..a0162bb42 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: 5.46.8 + version: 5.50.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.7.4 + version: 0.7.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 8ea3d2792..99332143e 100644 --- a/src/applications/argo-workflows/deploy/argocd/application.yaml +++ b/src/applications/argo-workflows/deploy/argocd/application.yaml @@ -78,4 +78,4 @@ spec: #targetRevision: 0.14.1 chart: argo-workflows repoURL: https://argoproj.github.io/argo-helm - targetRevision: 0.36.1 + targetRevision: 0.37.0 diff --git a/src/applications/camel-k/deploy/argocd/application.yaml b/src/applications/camel-k/deploy/argocd/application.yaml index 10954f54a..e9cb3e521 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.0.1 + targetRevision: 2.1.0 #path: helm/camel-k/ diff --git a/src/applications/cert-manager/deploy/argocd/application.yaml b/src/applications/cert-manager/deploy/argocd/application.yaml index 1d7b36599..b225a8fee 100644 --- a/src/applications/cert-manager/deploy/argocd/application.yaml +++ b/src/applications/cert-manager/deploy/argocd/application.yaml @@ -32,4 +32,4 @@ spec: chart: cert-manager repoURL: 'https://charts.jetstack.io' # https://artifacthub.io/packages/helm/cert-manager/cert-manager - targetRevision: v1.13.1 + targetRevision: v1.13.2 diff --git a/src/applications/external-secrets/deploy/argocd/application.yaml b/src/applications/external-secrets/deploy/argocd/application.yaml index 158cc8336..7928b11a5 100644 --- a/src/applications/external-secrets/deploy/argocd/application.yaml +++ b/src/applications/external-secrets/deploy/argocd/application.yaml @@ -12,7 +12,7 @@ spec: source: chart: external-secrets repoURL: https://charts.external-secrets.io - targetRevision: 0.9.6 + targetRevision: 0.9.8 helm: releaseName: external-secrets parameters: diff --git a/src/applications/ingress-nginx/deploy/argocd/application.yaml b/src/applications/ingress-nginx/deploy/argocd/application.yaml index c0ba34f25..74ef3059b 100644 --- a/src/applications/ingress-nginx/deploy/argocd/application.yaml +++ b/src/applications/ingress-nginx/deploy/argocd/application.yaml @@ -14,5 +14,5 @@ spec: releaseName: ingress-nginx chart: ingress-nginx repoURL: https://kubernetes.github.io/ingress-nginx - targetRevision: 4.8.2 + targetRevision: 4.8.3 # https://github.com/bitnami/charts/blob/master/bitnami/metallb/values.yaml diff --git a/src/applications/keycloak/deploy/argocd/application.yaml b/src/applications/keycloak/deploy/argocd/application.yaml index 1b421d4c8..acfee3a46 100644 --- a/src/applications/keycloak/deploy/argocd/application.yaml +++ b/src/applications/keycloak/deploy/argocd/application.yaml @@ -91,7 +91,7 @@ spec: parameters: [] chart: keycloak repoURL: https://charts.bitnami.com/bitnami - targetRevision: 17.1.1 + targetRevision: 17.2.1 - 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 8a3714aaf..870ea541f 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: 51.10.0 + targetRevision: 52.1.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 115f450e4..340cc1726 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: 51.10.0 + version: 52.1.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 68f375abe..aef4b217c 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: 13.1.5 + targetRevision: 13.2.0 chart: contour diff --git a/src/applications/rabbitmq/deploy/argocd/application.yaml b/src/applications/rabbitmq/deploy/argocd/application.yaml index a37d83719..01d41a8e6 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: 12.2.5 + targetRevision: 12.3.0 diff --git a/src/applications/stakater-reloader/deploy/argocd/application.yaml b/src/applications/stakater-reloader/deploy/argocd/application.yaml index 550fbeecd..a9124f034 100644 --- a/src/applications/stakater-reloader/deploy/argocd/application.yaml +++ b/src/applications/stakater-reloader/deploy/argocd/application.yaml @@ -22,4 +22,4 @@ spec: # namespace: monitoring chart: reloader repoURL: https://stakater.github.io/stakater-charts - targetRevision: 1.0.46 + targetRevision: 1.0.50 diff --git a/src/applications/vault/deploy/argocd/application.yaml b/src/applications/vault/deploy/argocd/application.yaml index 40d9f127d..a324d649e 100644 --- a/src/applications/vault/deploy/argocd/application.yaml +++ b/src/applications/vault/deploy/argocd/application.yaml @@ -72,7 +72,7 @@ spec: releaseName: vault chart: vault repoURL: https://helm.releases.hashicorp.com - targetRevision: 0.25.0 + targetRevision: 0.26.1 - helm: releaseName: vault-config diff --git a/src/applications/velero/deploy/argocd/application.yaml b/src/applications/velero/deploy/argocd/application.yaml index 41471fb75..7bea19c48 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: 5.1.0 + targetRevision: 5.1.3