From 9f3508fbc21c811054c963e0d659b0d0fd31ef4d 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: istio-base A release has been updated: Name: istio-base Namespace: istio-system Version: 1.19.2 Chart: istio/istio-base --- src/istio-base.yaml | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/src/istio-base.yaml b/src/istio-base.yaml index fbc06f5..0da2a71 100644 --- a/src/istio-base.yaml +++ b/src/istio-base.yaml @@ -1,22 +1,6 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 -kind: HelmRelease -metadata: - creationTimestamp: null +releases: +- chart: ../charts/base-istio-base + version: 1.19.2 name: istio-base - namespace: flux-system -spec: - chart: - spec: - chart: base - sourceRef: - kind: HelmRepository - name: istio - namespace: flux-system - version: 1.19.2 - install: - crds: Create - createNamespace: true - interval: 0s - releaseName: istio-base - targetNamespace: istio-system -status: {} + namespace: istio-system +templates: {}