mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-03 11:27:52 +00:00
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:
committed by
Vegard Hagen
parent
25f977126b
commit
42c7fe1e12
@@ -14,5 +14,5 @@ helmCharts:
|
|||||||
repo: oci://registry-1.docker.io/bitnamicharts
|
repo: oci://registry-1.docker.io/bitnamicharts
|
||||||
releaseName: keycloak
|
releaseName: keycloak
|
||||||
namespace: keycloak
|
namespace: keycloak
|
||||||
version: 21.5.0
|
version: 22.1.0
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: argo-cd
|
- name: argo-cd
|
||||||
repo: https://argoproj.github.io/argo-helm
|
repo: https://argoproj.github.io/argo-helm
|
||||||
version: 7.3.9
|
version: 7.4.2
|
||||||
releaseName: "argocd"
|
releaseName: "argocd"
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: cert-manager
|
- name: cert-manager
|
||||||
repo: https://charts.jetstack.io
|
repo: https://charts.jetstack.io
|
||||||
version: 1.15.1
|
version: v1.15.2
|
||||||
releaseName: cert-manager
|
releaseName: cert-manager
|
||||||
namespace: cert-manager
|
namespace: cert-manager
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ kind: Kustomization
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: sealed-secrets
|
- name: sealed-secrets
|
||||||
repo: oci://registry-1.docker.io/bitnamicharts
|
repo: oci://registry-1.docker.io/bitnamicharts
|
||||||
version: 2.4.2
|
version: 2.4.5
|
||||||
releaseName: sealed-secrets-controller
|
releaseName: sealed-secrets-controller
|
||||||
namespace: sealed-secrets
|
namespace: sealed-secrets
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
repo: https://helm.cilium.io
|
repo: https://helm.cilium.io
|
||||||
version: 1.15.7
|
version: 1.16.0
|
||||||
releaseName: "cilium"
|
releaseName: "cilium"
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
proxmox = {
|
proxmox = {
|
||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.61.1"
|
version = "0.62.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ terraform {
|
|||||||
}
|
}
|
||||||
proxmox = {
|
proxmox = {
|
||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.61.1"
|
version = "0.62.0"
|
||||||
}
|
}
|
||||||
talos = {
|
talos = {
|
||||||
source = "siderolabs/talos"
|
source = "siderolabs/talos"
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- cilium
|
- cilium
|
||||||
- install
|
- install
|
||||||
- --version=v1.15.7 # renovate: github-releases=cilium/cilium
|
- --version=v1.16.0 # renovate: github-releases=cilium/cilium
|
||||||
- --set
|
- --set
|
||||||
- kubeProxyReplacement=true
|
- kubeProxyReplacement=true
|
||||||
- --values
|
- --values
|
||||||
|
|||||||
Reference in New Issue
Block a user