From 8bb5e96eff6dd13dcc8a74e7c36226c745702555 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 9 Sep 2024 09:42:35 +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, 21 insertions(+), 5 deletions(-) diff --git a/src/istio-base.yaml b/src/istio-base.yaml index 0da2a71..fbc06f5 100644 --- a/src/istio-base.yaml +++ b/src/istio-base.yaml @@ -1,6 +1,22 @@ -releases: -- chart: ../charts/base-istio-base - version: 1.19.2 +apiVersion: helm.toolkit.fluxcd.io/v2beta1 +kind: HelmRelease +metadata: + creationTimestamp: null name: istio-base - namespace: istio-system -templates: {} + 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: {}