mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
chore(deps): merge renovate PRs
chore(deps): update helm release node-feature-discovery to v0.16.3 chore(deps): update helm release argo-cd to v7.3.9 chore(deps): update dependency cilium/cilium to v1.15.7 chore(deps): update dependency intel/intel-device-plugins-for-kubernetes to v0.30.0 chore(deps): update terraform proxmox to v0.61.1 chore(deps): update sealed-secrets docker tag to v2.4.2
This commit is contained in:
@@ -8,7 +8,7 @@ resources:
|
||||
helmCharts:
|
||||
- name: argo-cd
|
||||
repo: https://argoproj.github.io/argo-helm
|
||||
version: 7.3.4
|
||||
version: 7.3.9
|
||||
releaseName: "argocd"
|
||||
namespace: argocd
|
||||
valuesFile: values.yaml
|
||||
|
||||
@@ -4,13 +4,13 @@ kind: Kustomization
|
||||
resources:
|
||||
- ns.yaml
|
||||
# NFD rules for Intel HW
|
||||
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules?ref=v0.29.0
|
||||
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules?ref=v0.30.0
|
||||
|
||||
# https://kubernetes-sigs.github.io/node-feature-discovery/v0.16/deployment/helm.html
|
||||
helmCharts:
|
||||
- name: node-feature-discovery
|
||||
repo: https://kubernetes-sigs.github.io/node-feature-discovery/charts
|
||||
version: 0.16.0
|
||||
version: 0.16.3
|
||||
releaseName: nfd
|
||||
includeCRDs: true
|
||||
namespace: node-feature-discovery
|
||||
|
||||
@@ -6,7 +6,7 @@ helmCharts:
|
||||
# repo: https://bitnami-labs.github.io/sealed-secrets
|
||||
# version: 2.16.0
|
||||
repo: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.3.6
|
||||
version: 2.4.2
|
||||
releaseName: sealed-secrets-controller
|
||||
namespace: sealed-secrets
|
||||
includeCRDs: true
|
||||
|
||||
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.60.0"
|
||||
version = "0.61.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ spec:
|
||||
command:
|
||||
- cilium
|
||||
- install
|
||||
- --version=v1.15.5 # renovate: github-releases=cilium/cilium
|
||||
- --version=v1.15.7 # renovate: github-releases=cilium/cilium
|
||||
- --set
|
||||
- kubeProxyReplacement=true
|
||||
- --values
|
||||
|
||||
Reference in New Issue
Block a user