From 864af63fb5180322f8b26df4b23c4343085781a1 Mon Sep 17 00:00:00 2001 From: Pavel Basov Date: Fri, 6 Dec 2024 12:22:35 +0100 Subject: [PATCH] Bump mothership chart with new child and regional templates --- charts/motel-mothership/Chart.yaml | 2 +- charts/motel-mothership/templates/grafana/alert-agg-ds.yaml | 2 +- .../motel-mothership/templates/hmc/motel-child/flux-helm.yaml | 2 +- .../motel-mothership/templates/hmc/motel-child/svctmpl.yaml | 4 ++-- .../templates/hmc/motel-regional/flux-helm.yaml | 2 +- .../templates/hmc/motel-regional/svctmpl.yaml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/motel-mothership/Chart.yaml b/charts/motel-mothership/Chart.yaml index ee4fe9f..9613409 100644 --- a/charts/motel-mothership/Chart.yaml +++ b/charts/motel-mothership/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: motel-mothership description: A Helm chart that deploys Grafana, Promxy, and VictoriaMetrics. -version: 0.1.2 +version: 0.1.3 appVersion: "1.0" dependencies: - name: grafana-operator diff --git a/charts/motel-mothership/templates/grafana/alert-agg-ds.yaml b/charts/motel-mothership/templates/grafana/alert-agg-ds.yaml index dc8bb02..fae42f8 100644 --- a/charts/motel-mothership/templates/grafana/alert-agg-ds.yaml +++ b/charts/motel-mothership/templates/grafana/alert-agg-ds.yaml @@ -9,7 +9,7 @@ metadata: spec: datasource: access: proxy - isDefault: true + isDefault: false jsonData: timeInterval: 5s tlsSkipVerify: true diff --git a/charts/motel-mothership/templates/hmc/motel-child/flux-helm.yaml b/charts/motel-mothership/templates/hmc/motel-child/flux-helm.yaml index 00b7653..576536d 100644 --- a/charts/motel-mothership/templates/hmc/motel-child/flux-helm.yaml +++ b/charts/motel-mothership/templates/hmc/motel-child/flux-helm.yaml @@ -13,5 +13,5 @@ spec: sourceRef: kind: HelmRepository name: motel - version: 0.1.0 + version: 0.1.1 {{- end }} \ No newline at end of file diff --git a/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml b/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml index 0f173be..b8b54ff 100644 --- a/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml +++ b/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml @@ -2,7 +2,7 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ServiceTemplate metadata: - name: motel-child-0-1-0 + name: motel-child-0-1-1 namespace: hmc-system spec: helm: @@ -11,6 +11,6 @@ spec: kind: HelmChart name: motel-child namespace: hmc-system - chartVersion: 0.1.0 + chartVersion: 0.1.1 providers: [] {{- end }} \ No newline at end of file diff --git a/charts/motel-mothership/templates/hmc/motel-regional/flux-helm.yaml b/charts/motel-mothership/templates/hmc/motel-regional/flux-helm.yaml index e47ad60..537f591 100644 --- a/charts/motel-mothership/templates/hmc/motel-regional/flux-helm.yaml +++ b/charts/motel-mothership/templates/hmc/motel-regional/flux-helm.yaml @@ -13,5 +13,5 @@ spec: sourceRef: kind: HelmRepository name: motel - version: 0.1.0 + version: 0.1.1 {{- end }} \ No newline at end of file diff --git a/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml b/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml index d25418d..f9ff988 100644 --- a/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml +++ b/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml @@ -2,7 +2,7 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ServiceTemplate metadata: - name: motel-regional-0-1-0 + name: motel-regional-0-1-1 namespace: hmc-system spec: helm: @@ -11,6 +11,6 @@ spec: kind: HelmChart name: motel-regional namespace: hmc-system - chartVersion: 0.1.0 + chartVersion: 0.1.1 providers: [] {{- end }} \ No newline at end of file