diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 6ea90451c..e430d56a8 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -32,7 +32,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -72,7 +72,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "gh-pages" fetch-depth: 0 diff --git a/.tool-versions b/.tool-versions index 5896cc232..1f41de118 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 \ 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 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 2b02cdde0..06313e381 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 f50711569..0a84b0bee 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 119fd3fab..34051d5f8 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 \ No newline at end of file + targetRevision: 0.33.3 \ 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 df58ad8db..08ce1cee6 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 \ No newline at end of file + targetRevision: 8.3.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 a813e35cc..e5332c01e 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/deploy/argocd/application.yaml b/src/applications/cert-manager/deploy/argocd/application.yaml index 908032ecd..9e54c4765 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 \ No newline at end of file + targetRevision: v1.13.0 \ No newline at end of file diff --git a/src/applications/external-dns/deploy/kustomize/kustomization.yaml b/src/applications/external-dns/deploy/kustomize/kustomization.yaml index b8e9779e5..5e42b7520 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 3c56d6cbb..5e0c7f963 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 d5740a1e6..fccaf4b65 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: 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 7588a9925..5ab3e00b5 100644 --- a/src/applications/harbor/deploy/argocd/application.yaml +++ b/src/applications/harbor/deploy/argocd/application.yaml @@ -29,5 +29,5 @@ spec: parameters: [] chart: harbor repoURL: https://helm.goharbor.io - targetRevision: 1.12.2 + targetRevision: 1.13.0 \ No newline at end of file diff --git a/src/applications/ingress-nginx/deploy/argocd/application.yaml b/src/applications/ingress-nginx/deploy/argocd/application.yaml index 4cc471da0..0a83b49fc 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 \ No newline at end of file diff --git a/src/applications/keycloak/deploy/argocd/application.yaml b/src/applications/keycloak/deploy/argocd/application.yaml index 771fa59f9..558f7b1c0 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 454afa447..b5aa03a2e 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 \ No newline at end of file diff --git a/src/applications/monitoring/deploy/argocd/application.yaml b/src/applications/monitoring/deploy/argocd/application.yaml index be74e825e..d2afb3ba5 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 9b493441d..538b4f64d 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 \ No newline at end of file diff --git a/src/applications/pihole/deploy/argocd/application.yaml b/src/applications/pihole/deploy/argocd/application.yaml index 44f5f5e84..2e4fbd862 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 c3f8d1399..9646db170 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 \ 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 b7bb0c038..ae176bd68 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 \ No newline at end of file + targetRevision: 12.1.4 \ No newline at end of file diff --git a/src/applications/reflector/deploy/argocd/application.yaml b/src/applications/reflector/deploy/argocd/application.yaml index 3b7d17210..32de258b2 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 \ No newline at end of file + targetRevision: 7.0.199 \ No newline at end of file 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 a479972d8..b7120e2fd 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 \ No newline at end of file + targetRevision: 1.0.40 \ 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 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 45ea5814e..e45bb838f 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 a4e64d2e9..e0303a7c8 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 \ No newline at end of file + targetRevision: 5.0.2 \ No newline at end of file