diff --git a/.tool-versions b/.tool-versions index 31fafab4..5896cc23 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,9 +1,9 @@ act 0.2.17 -helm 3.12.1 +helm 3.12.2 helm-ct 3.4.0 krew 0.4.3 python 3.11.4 task 3.7.0 -terraform 1.5.2 -terragrunt 0.48.1 +terraform 1.5.3 +terragrunt 0.48.4 vault 1.13.1 \ No newline at end of file diff --git a/src/applications/argo-cd/deploy/argocd/application.yaml b/src/applications/argo-cd/deploy/argocd/application.yaml index 06f95e8a..6b277f28 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.37.1 + targetRevision: 5.41.2 diff --git a/src/applications/argo-cd/deploy/chart-apps/Chart.yaml b/src/applications/argo-cd/deploy/chart-apps/Chart.yaml index c0e19c0b..f96ed605 100644 --- a/src/applications/argo-cd/deploy/chart-apps/Chart.yaml +++ b/src/applications/argo-cd/deploy/chart-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 dependencies: - name: argocd-apps repository: https://argoproj.github.io/argo-helm - version: 1.2.0 + version: 1.4.1 description: Preconfigured ArgoCD Deployment name: argo-apps sources: diff --git a/src/applications/argo-cd/deploy/chart/Chart.yaml b/src/applications/argo-cd/deploy/chart/Chart.yaml index 6b25c813..2b02cdde 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.37.1 + version: 5.41.2 #- 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.3 + version: 0.7.4 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 d74fd1df..119fd3fa 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.30.0 \ No newline at end of file + targetRevision: 0.32.0 \ No newline at end of file diff --git a/src/applications/blackbox-exporter/deploy/argocd/application.yaml b/src/applications/blackbox-exporter/deploy/argocd/application.yaml index 0fb7f326..df58ad8d 100644 --- a/src/applications/blackbox-exporter/deploy/argocd/application.yaml +++ b/src/applications/blackbox-exporter/deploy/argocd/application.yaml @@ -12,4 +12,4 @@ spec: releaseName: prometheus-blackbox-exporter chart: prometheus-blackbox-exporter repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 7.12.0 \ No newline at end of file + targetRevision: 8.2.0 \ No newline at end of file diff --git a/src/applications/camel-k/deploy/argocd/application.yaml b/src/applications/camel-k/deploy/argocd/application.yaml index 14917f5b..a813e35c 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: 0.13.1 + targetRevision: 2.0.0 #path: helm/camel-k/ diff --git a/src/applications/external-secrets/deploy/argocd/application.yaml b/src/applications/external-secrets/deploy/argocd/application.yaml index bf994ff2..3c56d6cb 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.0 + targetRevision: 0.9.1 helm: releaseName: external-secrets parameters: diff --git a/src/applications/gitea/deploy/argocd/application.yaml b/src/applications/gitea/deploy/argocd/application.yaml index de3827ba..d5740a1e 100644 --- a/src/applications/gitea/deploy/argocd/application.yaml +++ b/src/applications/gitea/deploy/argocd/application.yaml @@ -85,7 +85,7 @@ spec: existingSecret: gitea-admin-secret chart: gitea repoURL: https://dl.gitea.io/charts/ - targetRevision: 8.3.0 + targetRevision: 9.0.4 - helm: releaseName: external-secrets-manifests diff --git a/src/applications/keycloak/deploy/argocd/application.yaml b/src/applications/keycloak/deploy/argocd/application.yaml index 1ec51fb3..771fa59f 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: 15.1.6 + targetRevision: 15.1.7 - 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 52074584..be74e825 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: 47.3.0 + targetRevision: 48.2.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 ef1e54c6..9b493441 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: 47.3.0 + version: 48.2.0 repository: https://prometheus-community.github.io/helm-charts \ No newline at end of file diff --git a/src/applications/project-contour/deploy/argocd/application.yaml b/src/applications/project-contour/deploy/argocd/application.yaml index d57d33f6..c3f8d139 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: 12.1.1 + targetRevision: 12.2.1 chart: contour \ No newline at end of file diff --git a/src/applications/rabbitmq/deploy/argocd/application.yaml b/src/applications/rabbitmq/deploy/argocd/application.yaml index bb9cac0b..b7bb0c03 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.0.4 \ No newline at end of file + targetRevision: 12.0.8 \ No newline at end of file diff --git a/src/applications/stakater-reloader/deploy/argocd/application.yaml b/src/applications/stakater-reloader/deploy/argocd/application.yaml index 5f3f4c24..3145c60b 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 path: deployments/kubernetes/chart/reloader repoURL: https://github.com/stakater/Reloader.git - targetRevision: v1.0.29 \ No newline at end of file + targetRevision: v1.0.32 \ No newline at end of file diff --git a/src/applications/vault/configuration/baseline/.terraform.lock.hcl b/src/applications/vault/configuration/baseline/.terraform.lock.hcl index 2edec214..88d497b0 100644 --- a/src/applications/vault/configuration/baseline/.terraform.lock.hcl +++ b/src/applications/vault/configuration/baseline/.terraform.lock.hcl @@ -2,19 +2,19 @@ # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/kubernetes" { - version = "2.21.1" + version = "2.22.0" hashes = [ - "h1:/RbNfqTldk/hTjiUjUuiAw8XVULUtYSDTbeKhs+ZW5o=", - "h1:2spGoBcGDQ/Csc23bddCfM21zyKx3PONoiqRgmuChnM=", - "h1:7cCH+Wsg2lFTpsTleJ7MewkrYfFlxU1l4HlLWP8wzFw=", - "h1:I1qWLUFmB0Z8+3CX+XzJtkgiAOYQ1nHlLN9lFcPf+zc=", - "h1:MxZmniZEYMxRRZ/gzQsZO9YC46p6gNwSGH+TSYCny/Q=", - "h1:WtLHH4m1Btjs2QhbQHWVwTujLOMK8B7lwngejbCcXkM=", - "h1:bXc0ue6S0xDbelSOYjXOQgOa0lombXDZrblwU2lvErg=", - "h1:gP8IU3gFfXYRfGZr5Qws9JryZsOGsluAVpiAoZW7eo0=", - "h1:jCRKxaAWE6ayspakxcU5wR4deC2M/Tq3KrrOmU9RO8Y=", - "h1:qzkHi2N28Xl57cteGZElxAVYKEr/trlyMnKXc7xaD74=", - "h1:x6RALWCLxmo+4IQDK3VVZLOXpR7VAiv8LNMCSEfBo6c=", + "h1:DJr88+52tPK4Ft9xltF6YL+sRz8HWLP2ZOfFiKSB5Dc=", + "h1:EBi28mEwbQJXL25oZCMaPrOUvMm6fukV5hUPleKY2w0=", + "h1:EaHpk0hY0urPcZQ4n7LgycQHklUNvoC8u+WTAH35vhg=", + "h1:N2Nta6li+07oT02gcgLzAU4goGIWNXY2zqKUV/9rLLE=", + "h1:PdThbypFQ5Wc0PQFzcef5y0z52EfgbSNW1S7ZgMQWW0=", + "h1:Tt9Ux7AfdVWeRhAkdnhknthwevYPYePnuv0mYKQ0pOY=", + "h1:b6Wj111/wsMNg8FrHFXrf4mCZFtSXKHx4JvbZh3YTCY=", + "h1:jA1dtidWHrxf0D3V7BoVc7wbzKchpIjwINBW3DiOR44=", + "h1:majnb9AYactsjXcDYDa9+wiiNFSVVIfBEMQowzTMo6E=", + "h1:o7d0icd+92XLs1l83GUYFujHl70CZ7VioYuI827hydo=", + "h1:sAHTYTbgC61YwliQTjN30Cybyb/V4Aq1GAWKg30Mx3c=", ] } diff --git a/src/applications/vault/configuration/baseline/main.tf b/src/applications/vault/configuration/baseline/main.tf index d95817e2..45ea5814 100644 --- a/src/applications/vault/configuration/baseline/main.tf +++ b/src/applications/vault/configuration/baseline/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { kubernetes = { source = "hashicorp/kubernetes" - version = "2.21.1" + version = "2.22.0" } } }