From 8275fffb2096c046073984b30a97df51070a6bce Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 9 Sep 2024 09:41:17 +0200 Subject: [PATCH] chore(release): Add a new release: istiod A new release is added to the cluster: Name: istiod Namespace: istio-system Version: 1.23.0 Chart: istio/istiod --- src/istiod.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/istiod.yaml diff --git a/src/istiod.yaml b/src/istiod.yaml new file mode 100644 index 0000000..d82ac66 --- /dev/null +++ b/src/istiod.yaml @@ -0,0 +1,6 @@ +releases: +- chart: ../charts/istiod-istiod + version: 1.23.0 + name: istiod + namespace: istio-system +templates: {}