diff --git a/.tool-versions b/.tool-versions index 32cac420a..cdd3283c1 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,9 +1,9 @@ act 0.2.17 -helm 3.12.2 +helm 3.12.3 helm-ct 3.4.0 krew 0.4.3 -python 3.11.4 +python 3.11.5 task 3.7.0 -terraform 1.5.3 -terragrunt 0.48.4 +terraform 1.5.7 +terragrunt 0.51.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 6b277f28e..90584fcad 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.41.2 + targetRevision: 5.46.5 diff --git a/src/applications/argo-cd/deploy/chart/Chart.yaml b/src/applications/argo-cd/deploy/chart/Chart.yaml index bed70a756..ab69f0b5e 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: 5.41.2 + version: 5.46.5 #- 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 a187678ec..fc112159c 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.0 + targetRevision: 2.4.1 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 52efc9de7..72a735b26 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.32.0 + targetRevision: 0.33.3 diff --git a/src/applications/blackbox-exporter/deploy/argocd/application.yaml b/src/applications/blackbox-exporter/deploy/argocd/application.yaml index 3003cc059..4701f93f0 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: 8.2.0 + targetRevision: 8.3.0 diff --git a/src/applications/camel-k/deploy/argocd/application.yaml b/src/applications/camel-k/deploy/argocd/application.yaml index 9b9a6797e..10954f54a 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.0 + targetRevision: 2.0.1 #path: helm/camel-k/ diff --git a/src/applications/cert-manager-webhook-duckdns/deploy/argocd/application.yaml b/src/applications/cert-manager-webhook-duckdns/deploy/argocd/application.yaml index e80b19f96..4bbac8c75 100644 --- a/src/applications/cert-manager-webhook-duckdns/deploy/argocd/application.yaml +++ b/src/applications/cert-manager-webhook-duckdns/deploy/argocd/application.yaml @@ -46,7 +46,7 @@ spec: existingSecretName: duckdns-token - chart: external-secrets-manifests repoURL: https://nolte.github.io/helm-charts-repo/ - targetRevision: 1.0.0 + targetRevision: 1.0.1 helm: releaseName: external-secrets-manifests values: | diff --git a/src/applications/cert-manager/deploy/argocd/application.yaml b/src/applications/cert-manager/deploy/argocd/application.yaml index 4ab73fa4e..54c6407ea 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.12.2 + targetRevision: v1.13.0 diff --git a/src/applications/external-dns/deploy/kustomize/kustomization.yaml b/src/applications/external-dns/deploy/kustomize/kustomization.yaml index b3b397d29..86e291067 100644 --- a/src/applications/external-dns/deploy/kustomize/kustomization.yaml +++ b/src/applications/external-dns/deploy/kustomize/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/kubernetes-sigs/external-dns.git/kustomize?ref=v0.13.5 + - https://github.com/kubernetes-sigs/external-dns.git/kustomize?ref=v0.13.6 - exsecret-root.yaml namespace: external-dns diff --git a/src/applications/external-secrets/deploy/argocd/application.yaml b/src/applications/external-secrets/deploy/argocd/application.yaml index c0d9235c3..404db9aaf 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.1 + targetRevision: 0.9.4 helm: releaseName: external-secrets parameters: diff --git a/src/applications/gitea/deploy/argocd/application.yaml b/src/applications/gitea/deploy/argocd/application.yaml index 9569b91a3..2786e5f36 100644 --- a/src/applications/gitea/deploy/argocd/application.yaml +++ b/src/applications/gitea/deploy/argocd/application.yaml @@ -95,7 +95,7 @@ spec: adminGroup: /platform-super-users/gitea-admin-users chart: gitea repoURL: https://dl.gitea.io/charts/ - targetRevision: 9.0.4 + targetRevision: 9.4.0 - helm: releaseName: external-secrets-manifests diff --git a/src/applications/harbor/deploy/argocd/application.yaml b/src/applications/harbor/deploy/argocd/application.yaml index 7bce604f0..05f0dbccc 100644 --- a/src/applications/harbor/deploy/argocd/application.yaml +++ b/src/applications/harbor/deploy/argocd/application.yaml @@ -70,4 +70,4 @@ spec: parameters: [] chart: harbor repoURL: https://helm.goharbor.io - targetRevision: 1.12.2 + targetRevision: 1.13.0 diff --git a/src/applications/ingress-nginx/deploy/argocd/application.yaml b/src/applications/ingress-nginx/deploy/argocd/application.yaml index 1063adc49..f0c9f410f 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.7.1 + targetRevision: 4.7.2 # 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 6da2f367d..ad9b01905 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.7 + targetRevision: 16.1.5 - helm: releaseName: external-secrets-manifests values: |- diff --git a/src/applications/metallb/deploy/argocd/application.yaml b/src/applications/metallb/deploy/argocd/application.yaml index 40e231739..5b85c346c 100644 --- a/src/applications/metallb/deploy/argocd/application.yaml +++ b/src/applications/metallb/deploy/argocd/application.yaml @@ -14,5 +14,5 @@ spec: releaseName: metallb chart: metallb repoURL: https://metallb.github.io/metallb - targetRevision: 0.13.10 + targetRevision: 0.13.11 # https://github.com/bitnami/charts/blob/master/bitnami/metallb/values.yaml diff --git a/src/applications/monitoring/deploy/argocd/application.yaml b/src/applications/monitoring/deploy/argocd/application.yaml index 7c8e92530..d146963e6 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: 48.2.0 + targetRevision: 51.0.3 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 15ae322f1..538eb64b7 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: 48.2.0 + version: 51.0.3 repository: https://prometheus-community.github.io/helm-charts diff --git a/src/applications/pihole/deploy/argocd/application.yaml b/src/applications/pihole/deploy/argocd/application.yaml index d325b83c7..0f23fcdde 100644 --- a/src/applications/pihole/deploy/argocd/application.yaml +++ b/src/applications/pihole/deploy/argocd/application.yaml @@ -10,6 +10,6 @@ spec: source: chart: pihole repoURL: https://mojo2600.github.io/pihole-kubernetes/ - targetRevision: 2.17.0 + targetRevision: 2.18.0 helm: releaseName: pihole diff --git a/src/applications/project-contour/deploy/argocd/application.yaml b/src/applications/project-contour/deploy/argocd/application.yaml index 2f25a2962..47bae8549 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.2.1 + targetRevision: 13.0.0 chart: contour diff --git a/src/applications/rabbitmq/deploy/argocd/application.yaml b/src/applications/rabbitmq/deploy/argocd/application.yaml index 49bf42639..a7025ec88 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.8 + targetRevision: 12.1.4 diff --git a/src/applications/reflector/deploy/argocd/application.yaml b/src/applications/reflector/deploy/argocd/application.yaml index 1948089c8..874125726 100644 --- a/src/applications/reflector/deploy/argocd/application.yaml +++ b/src/applications/reflector/deploy/argocd/application.yaml @@ -12,4 +12,4 @@ spec: releaseName: reflector chart: reflector repoURL: https://emberstack.github.io/helm-charts - targetRevision: 7.0.190 + targetRevision: 7.0.199 diff --git a/src/applications/stakater-forecastle/deploy/argocd/application.yaml b/src/applications/stakater-forecastle/deploy/argocd/application.yaml index 4f26f8810..09cbe0a07 100644 --- a/src/applications/stakater-forecastle/deploy/argocd/application.yaml +++ b/src/applications/stakater-forecastle/deploy/argocd/application.yaml @@ -36,4 +36,4 @@ spec: any: true chart: forecastle repoURL: https://stakater.github.io/stakater-charts - targetRevision: v1.0.128 + targetRevision: v1.0.130 diff --git a/src/applications/stakater-reloader/deploy/argocd/application.yaml b/src/applications/stakater-reloader/deploy/argocd/application.yaml index b5aa1db65..f52815c44 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.32 + targetRevision: 1.0.40 diff --git a/src/applications/vault/configuration/baseline/.terraform.lock.hcl b/src/applications/vault/configuration/baseline/.terraform.lock.hcl index 88d497b0f..eba95b95f 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.22.0" + version = "2.23.0" hashes = [ - "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=", + "h1:268LPgwqi6+WWDdxkKkE3NnrG5t8e/Po0HP4ocRFeM8=", + "h1:9c/k4NUSb5Oxg/UYkBNxtjizdkUcd5Dg1l5Yn9vVAzM=", + "h1:PTuAVVjCX41j7T2ffWcWZ1/zSY5N/ysHahvdIvw2IKM=", + "h1:S0dS3oy5c6ma2JUzpbtO45wb5iSCJdFFiUDf/t99tws=", + "h1:arTzD0XG/DswGCAx9JEttkSKe9RyyFW9W7UWcXF13dU=", + "h1:cMs2scNCSgQhGamomGT5Ag4i8ms/mql1AR7NJc2hmbA=", + "h1:lDElv6Yi8IIvDskRx0937XBoFNO/GiULFRDFeVF5sTc=", + "h1:sNA/0F6F3RW/Ew54jZatGlE6v2BvSKUEV7MQ6WPJECU=", + "h1:sXCkOxRoMFTJnBMRmQlem2S5euv65k4veJQN5LaJayI=", + "h1:uosKyesMfmeKIcxjMLaHVMW3uW3zVy50Bzvx2jpsNoE=", + "h1:xyFc77aYkPoU4Xt1i5t0B1IaS8TbTtp9aCSuQKDayII=", ] } diff --git a/src/applications/vault/configuration/baseline/main.tf b/src/applications/vault/configuration/baseline/main.tf index 028a5c895..b4e6e72b3 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.22.0" + version = "2.23.0" } } } diff --git a/src/applications/velero/deploy/argocd/application.yaml b/src/applications/velero/deploy/argocd/application.yaml index 950964140..b3b1fe95c 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: 4.1.3 + targetRevision: 5.0.2