diff --git a/k8s/infra/controllers/argocd/kustomization.yaml b/k8s/infra/controllers/argocd/kustomization.yaml index 3aec093..c534fc0 100644 --- a/k8s/infra/controllers/argocd/kustomization.yaml +++ b/k8s/infra/controllers/argocd/kustomization.yaml @@ -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 diff --git a/k8s/infra/controllers/node-feature-discovery/kustomization.yaml b/k8s/infra/controllers/node-feature-discovery/kustomization.yaml index 93a096c..340f511 100644 --- a/k8s/infra/controllers/node-feature-discovery/kustomization.yaml +++ b/k8s/infra/controllers/node-feature-discovery/kustomization.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 diff --git a/k8s/infra/controllers/sealed-secrets/kustomization.yaml b/k8s/infra/controllers/sealed-secrets/kustomization.yaml index 6fba9ea..cdb2f29 100644 --- a/k8s/infra/controllers/sealed-secrets/kustomization.yaml +++ b/k8s/infra/controllers/sealed-secrets/kustomization.yaml @@ -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 diff --git a/tofu/home-assistant/main.tf b/tofu/home-assistant/main.tf index 2f25968..a6d90ab 100644 --- a/tofu/home-assistant/main.tf +++ b/tofu/home-assistant/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.60.0" + version = "0.61.1" } } } diff --git a/tofu/kubernetes/bootstrap/cilium/install.yaml b/tofu/kubernetes/bootstrap/cilium/install.yaml index 66709be..ec5547a 100644 --- a/tofu/kubernetes/bootstrap/cilium/install.yaml +++ b/tofu/kubernetes/bootstrap/cilium/install.yaml @@ -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