From 78afadbfbe5b1cf0bfe5023270e94c93d9a73a78 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 9 Sep 2024 09:44:20 +0200 Subject: [PATCH] chore(release): Update a release: istiod A release has been updated: Name: istiod Namespace: istio-system Version: 1.23.0 Chart: istio/istiod --- src/istiod.yaml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/src/istiod.yaml b/src/istiod.yaml index 05a072b..d82ac66 100644 --- a/src/istiod.yaml +++ b/src/istiod.yaml @@ -1,22 +1,6 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 -kind: HelmRelease -metadata: - creationTimestamp: null +releases: +- chart: ../charts/istiod-istiod + version: 1.23.0 name: istiod - namespace: flux-system -spec: - chart: - spec: - chart: istiod - sourceRef: - kind: HelmRepository - name: istio - namespace: flux-system - version: 1.23.0 - install: - crds: Create - createNamespace: true - interval: 0s - releaseName: istiod - targetNamespace: istio-system -status: {} + namespace: istio-system +templates: {}