chore(deps): merge renovate PRs

chore(deps): update helm release argo-cd to v7.4.2

chore(deps): update sealed-secrets docker tag to v2.4.5

chore(deps): update terraform proxmox to v0.62.0

chore(deps): update keycloak docker tag to v22

chore(deps): update helm release cilium to v1.16.0

chore(deps): update dependency cilium/cilium to v1.16.0

chore(deps): update helm release cert-manager to v1.15.2
This commit is contained in:
renovate[bot]
2024-08-10 11:02:37 +00:00
committed by Vegard Hagen
parent 25f977126b
commit 42c7fe1e12
8 changed files with 8 additions and 8 deletions

View File

@@ -14,5 +14,5 @@ helmCharts:
repo: oci://registry-1.docker.io/bitnamicharts
releaseName: keycloak
namespace: keycloak
version: 21.5.0
version: 22.1.0
valuesFile: values.yaml

View File

@@ -8,7 +8,7 @@ resources:
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 7.3.9
version: 7.4.2
releaseName: "argocd"
namespace: argocd
valuesFile: values.yaml

View File

@@ -9,7 +9,7 @@ resources:
helmCharts:
- name: cert-manager
repo: https://charts.jetstack.io
version: 1.15.1
version: v1.15.2
releaseName: cert-manager
namespace: cert-manager
valuesFile: values.yaml

View File

@@ -4,7 +4,7 @@ kind: Kustomization
helmCharts:
- name: sealed-secrets
repo: oci://registry-1.docker.io/bitnamicharts
version: 2.4.2
version: 2.4.5
releaseName: sealed-secrets-controller
namespace: sealed-secrets
includeCRDs: true

View File

@@ -8,7 +8,7 @@ resources:
helmCharts:
- name: cilium
repo: https://helm.cilium.io
version: 1.15.7
version: 1.16.0
releaseName: "cilium"
includeCRDs: true
namespace: kube-system

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.61.1"
version = "0.62.0"
}
}
}

View File

@@ -6,7 +6,7 @@ terraform {
}
proxmox = {
source = "bpg/proxmox"
version = "0.61.1"
version = "0.62.0"
}
talos = {
source = "siderolabs/talos"

View File

@@ -75,7 +75,7 @@ spec:
command:
- cilium
- install
- --version=v1.15.7 # renovate: github-releases=cilium/cilium
- --version=v1.16.0 # renovate: github-releases=cilium/cilium
- --set
- kubeProxyReplacement=true
- --values