From 64127a58fec53bae83d9126f00a9dec94062b43f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 25 Sep 2023 13:03:19 -0500 Subject: [PATCH] Updating cilium and coredns. --- .sops.yaml | 2 +- .../playbooks/templates/custom-cilium-helmchart.yaml.j2 | 2 +- .../playbooks/templates/custom-coredns-helmchart.yaml.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index 4bf4993..363adda 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -9,7 +9,7 @@ creation_rules: # Valinor age: >- age1g786w8t40g9y29l33rfd4jqlwhrgsxsc7ped6uju60k54j0q3enql3kfve - - path_regex: (ansible|terraform)/.*\.sops\.ya?ml + - path_regex: (ansible|terraform|talos)/.*\.sops\.ya?ml # Valinor age: >- age1g786w8t40g9y29l33rfd4jqlwhrgsxsc7ped6uju60k54j0q3enql3kfve diff --git a/ansible/kubernetes/playbooks/templates/custom-cilium-helmchart.yaml.j2 b/ansible/kubernetes/playbooks/templates/custom-cilium-helmchart.yaml.j2 index de6546d..09624f3 100644 --- a/ansible/kubernetes/playbooks/templates/custom-cilium-helmchart.yaml.j2 +++ b/ansible/kubernetes/playbooks/templates/custom-cilium-helmchart.yaml.j2 @@ -9,7 +9,7 @@ spec: # renovate: datasource=helm repo: https://helm.cilium.io/ chart: cilium - version: 1.14.0 + version: 1.14.2 targetNamespace: kube-system bootstrap: true valuesContent: |- diff --git a/ansible/kubernetes/playbooks/templates/custom-coredns-helmchart.yaml.j2 b/ansible/kubernetes/playbooks/templates/custom-coredns-helmchart.yaml.j2 index d0b3ce1..12f076d 100644 --- a/ansible/kubernetes/playbooks/templates/custom-coredns-helmchart.yaml.j2 +++ b/ansible/kubernetes/playbooks/templates/custom-coredns-helmchart.yaml.j2 @@ -9,7 +9,7 @@ spec: # renovate: datasource=helm repo: https://coredns.github.io/helm chart: coredns - version: 1.24.5 + version: 1.26.0 targetNamespace: kube-system bootstrap: true valuesContent: |-