From 72e7115975f64b75ecea08e47a20daec6e99abf2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jul 2024 03:00:54 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- apps/operators/incubator/security/keycloak/app.yaml | 2 +- .../incubator/security/sealed-secrets-controller/app.yaml | 2 +- apps/operators/stable/connectivity/cert-manager/app.yaml | 2 +- apps/operators/stable/connectivity/ingress-nginx/app.yaml | 2 +- apps/operators/stable/connectivity/metallb/app.yaml | 2 +- apps/operators/stable/gitops/renovate/app.yaml | 2 +- apps/operators/stable/security/tetragon/app.yaml | 2 +- apps/projects/incubator/fileshare/nextcloud-dev/app.yaml | 2 +- apps/projects/incubator/fileshare/nextcloud-prod/app.yaml | 2 +- apps/projects/incubator/gameservers/atm9-itzg/app.yaml | 2 +- apps/projects/incubator/gameservers/dawncraft-itzg/app.yaml | 2 +- apps/projects/incubator/gameservers/minecraft/app.yaml | 2 +- .../projects/incubator/password-managers/bitwarden/app.yaml | 2 +- omni/apps/argocd/argocd/kustomization.yaml | 2 +- omni/apps/kube-system/cilium/Chart.lock | 6 +++--- omni/apps/kube-system/cilium/Chart.yaml | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/operators/incubator/security/keycloak/app.yaml b/apps/operators/incubator/security/keycloak/app.yaml index 76f2f29..545af44 100644 --- a/apps/operators/incubator/security/keycloak/app.yaml +++ b/apps/operators/incubator/security/keycloak/app.yaml @@ -10,7 +10,7 @@ spec: namespace: keycloak-test source: repoURL: https://charts.bitnami.com/bitnami - targetRevision: 21.4.5 + targetRevision: 21.8.0 chart: keycloak helm: parameters: [] diff --git a/apps/operators/incubator/security/sealed-secrets-controller/app.yaml b/apps/operators/incubator/security/sealed-secrets-controller/app.yaml index c62053a..4cd4eaa 100644 --- a/apps/operators/incubator/security/sealed-secrets-controller/app.yaml +++ b/apps/operators/incubator/security/sealed-secrets-controller/app.yaml @@ -10,7 +10,7 @@ spec: namespace: sealed-secrets source: repoURL: https://bitnami-labs.github.io/sealed-secrets - targetRevision: 2.15.4 + targetRevision: 2.16.1 chart: sealed-secrets helm: parameters: [] diff --git a/apps/operators/stable/connectivity/cert-manager/app.yaml b/apps/operators/stable/connectivity/cert-manager/app.yaml index 6ff5e63..9781093 100644 --- a/apps/operators/stable/connectivity/cert-manager/app.yaml +++ b/apps/operators/stable/connectivity/cert-manager/app.yaml @@ -10,7 +10,7 @@ spec: namespace: cert-manager source: repoURL: https://charts.jetstack.io - targetRevision: v1.15.0 + targetRevision: v1.15.1 chart: cert-manager helm: parameters: [] diff --git a/apps/operators/stable/connectivity/ingress-nginx/app.yaml b/apps/operators/stable/connectivity/ingress-nginx/app.yaml index 67ef4df..38ec558 100644 --- a/apps/operators/stable/connectivity/ingress-nginx/app.yaml +++ b/apps/operators/stable/connectivity/ingress-nginx/app.yaml @@ -10,7 +10,7 @@ spec: namespace: ingress-nginx source: repoURL: https://kubernetes.github.io/ingress-nginx - targetRevision: 4.10.1 + targetRevision: 4.11.1 chart: ingress-nginx helm: parameters: [] diff --git a/apps/operators/stable/connectivity/metallb/app.yaml b/apps/operators/stable/connectivity/metallb/app.yaml index 893a4a8..1b96c9c 100644 --- a/apps/operators/stable/connectivity/metallb/app.yaml +++ b/apps/operators/stable/connectivity/metallb/app.yaml @@ -10,7 +10,7 @@ spec: namespace: metallb-system source: repoURL: https://metallb.github.io/metallb - targetRevision: 0.14.5 + targetRevision: 0.14.8 chart: metallb helm: parameters: [] \ No newline at end of file diff --git a/apps/operators/stable/gitops/renovate/app.yaml b/apps/operators/stable/gitops/renovate/app.yaml index d29c263..5b73f83 100644 --- a/apps/operators/stable/gitops/renovate/app.yaml +++ b/apps/operators/stable/gitops/renovate/app.yaml @@ -13,7 +13,7 @@ spec: namespace: renovate source: repoURL: https://renovatebot.github.io/helm-charts/ - targetRevision: 37.401.6 + targetRevision: 37.440.7 chart: renovate helm: parameters: [] diff --git a/apps/operators/stable/security/tetragon/app.yaml b/apps/operators/stable/security/tetragon/app.yaml index 9faa7dd..a84d729 100644 --- a/apps/operators/stable/security/tetragon/app.yaml +++ b/apps/operators/stable/security/tetragon/app.yaml @@ -10,7 +10,7 @@ spec: namespace: tetragon source: repoURL: https://helm.cilium.io - targetRevision: 1.1.0 + targetRevision: 1.1.2 chart: tetragon helm: parameters: [] \ No newline at end of file diff --git a/apps/projects/incubator/fileshare/nextcloud-dev/app.yaml b/apps/projects/incubator/fileshare/nextcloud-dev/app.yaml index af717a6..ececfe4 100644 --- a/apps/projects/incubator/fileshare/nextcloud-dev/app.yaml +++ b/apps/projects/incubator/fileshare/nextcloud-dev/app.yaml @@ -10,7 +10,7 @@ spec: namespace: nextcloud source: repoURL: https://nextcloud.github.io/helm/ - targetRevision: 5.0.0 + targetRevision: 5.4.0 chart: nextcloud helm: parameters: [] diff --git a/apps/projects/incubator/fileshare/nextcloud-prod/app.yaml b/apps/projects/incubator/fileshare/nextcloud-prod/app.yaml index 7e3a228..3aefe67 100644 --- a/apps/projects/incubator/fileshare/nextcloud-prod/app.yaml +++ b/apps/projects/incubator/fileshare/nextcloud-prod/app.yaml @@ -10,7 +10,7 @@ spec: namespace: nextcloud source: repoURL: https://nextcloud.github.io/helm/ - targetRevision: 5.0.0 + targetRevision: 5.4.0 chart: nextcloud helm: parameters: [] diff --git a/apps/projects/incubator/gameservers/atm9-itzg/app.yaml b/apps/projects/incubator/gameservers/atm9-itzg/app.yaml index c7744dd..c34346c 100644 --- a/apps/projects/incubator/gameservers/atm9-itzg/app.yaml +++ b/apps/projects/incubator/gameservers/atm9-itzg/app.yaml @@ -10,7 +10,7 @@ spec: namespace: minecraft source: repoURL: https://itzg.github.io/minecraft-server-charts/ - targetRevision: 4.19.0 + targetRevision: 4.20.0 chart: minecraft helm: parameters: [] diff --git a/apps/projects/incubator/gameservers/dawncraft-itzg/app.yaml b/apps/projects/incubator/gameservers/dawncraft-itzg/app.yaml index f975f77..fb65c32 100644 --- a/apps/projects/incubator/gameservers/dawncraft-itzg/app.yaml +++ b/apps/projects/incubator/gameservers/dawncraft-itzg/app.yaml @@ -10,7 +10,7 @@ spec: namespace: minecraft source: repoURL: https://itzg.github.io/minecraft-server-charts/ - targetRevision: 4.19.0 + targetRevision: 4.20.0 chart: minecraft helm: parameters: [] diff --git a/apps/projects/incubator/gameservers/minecraft/app.yaml b/apps/projects/incubator/gameservers/minecraft/app.yaml index e9a7d07..0f95bb3 100644 --- a/apps/projects/incubator/gameservers/minecraft/app.yaml +++ b/apps/projects/incubator/gameservers/minecraft/app.yaml @@ -10,7 +10,7 @@ spec: namespace: minecraft source: repoURL: https://itzg.github.io/minecraft-server-charts/ - targetRevision: 4.19.0 + targetRevision: 4.20.0 chart: minecraft helm: parameters: [] diff --git a/apps/projects/incubator/password-managers/bitwarden/app.yaml b/apps/projects/incubator/password-managers/bitwarden/app.yaml index d1eac6c..0dd41cc 100644 --- a/apps/projects/incubator/password-managers/bitwarden/app.yaml +++ b/apps/projects/incubator/password-managers/bitwarden/app.yaml @@ -10,7 +10,7 @@ spec: namespace: bitwarden source: repoURL: https://charts.bitwarden.com/ - targetRevision: 2024.5.0 + targetRevision: 2024.7.1 chart: self-host helm: parameters: [] diff --git a/omni/apps/argocd/argocd/kustomization.yaml b/omni/apps/argocd/argocd/kustomization.yaml index 114fb60..3767d82 100644 --- a/omni/apps/argocd/argocd/kustomization.yaml +++ b/omni/apps/argocd/argocd/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization namespace: argocd resources: - namespace.yaml - - github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.11.3 + - github.com/argoproj/argo-cd/manifests/cluster-install?ref=v2.11.7 - bootstrap-app-set.yaml patches: diff --git a/omni/apps/kube-system/cilium/Chart.lock b/omni/apps/kube-system/cilium/Chart.lock index ea3b8e2..9e8690d 100644 --- a/omni/apps/kube-system/cilium/Chart.lock +++ b/omni/apps/kube-system/cilium/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: cilium repository: https://helm.cilium.io - version: 1.15.6 -digest: sha256:c0d5164f6d9f83489eee52f3f8ee280616e7e0c6b3f9b7ca0f84cb0af9bce61e -generated: "2024-06-11T12:20:38.403981338Z" + version: 1.16.0 +digest: sha256:1ca368ce166aeec555a58b778011bf6cc20893ff3d59fc97e9d2cfe1cf89cccc +generated: "2024-07-29T03:00:53.443719151Z" diff --git a/omni/apps/kube-system/cilium/Chart.yaml b/omni/apps/kube-system/cilium/Chart.yaml index f8ee600..2709444 100644 --- a/omni/apps/kube-system/cilium/Chart.yaml +++ b/omni/apps/kube-system/cilium/Chart.yaml @@ -3,5 +3,5 @@ name: cilium version: v1.14.5 dependencies: - name: cilium - version: 1.15.6 + version: 1.16.0 repository: https://helm.cilium.io