Skip to content

Commit

Permalink
Rename regional and child charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Basov committed Dec 20, 2024
1 parent 98347da commit 811c65e
Show file tree
Hide file tree
Showing 70 changed files with 28 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ServiceTemplate
metadata:
name: cert-manager-1-16-1
name: cert-manager
namespace: hmc-system
spec:
helm:
Expand All @@ -11,6 +11,5 @@ spec:
kind: HelmChart
name: cert-manager
namespace: hmc-system
chartVersion: 1.16.1
providers: []
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: ServiceTemplate
metadata:
name: motel-child-0-1-2
name: motel-child
namespace: hmc-system
spec:
helm:
Expand All @@ -11,6 +11,5 @@ spec:
kind: HelmChart
name: motel-child
namespace: hmc-system
chartVersion: 0.1.2
providers: []
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ metadata:
namespace: hmc-system
spec:
helm:
chartRef:
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmChart
name: motel-regional
namespace: hmc-system
chartVersion: 0.1.2
chartSpec:
chart: motel-regional
interval: 10m0s
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: motel
version: 0.1.2
providers: []
{{- end }}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dependencies:
repository: "oci://ghcr.io/grafana/helm-charts"
condition: grafana.enabled
- name: victoria-metrics-operator
version: "0.36.*"
version: "0.40.*"
repository: "https://victoriametrics.github.io/helm-charts/"
condition: victoria-metrics-operator.enabled
- name: victoria-logs-single
version: "0.7.*"
version: "0.8.*"
repository: https://victoriametrics.github.io/helm-charts/
condition: victoria-logs-single.enabled
- name: external-dns
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions test-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
fluent-bit:
enabled: true
outputHost: vmauth.pbasov-reg-0.project2a-dev.mirantis.com
outputPassword: motel
outputUsername: motel
opencost:
exporter:
defaultClusterId: aws-child0
prometheus:
external:
url: https://vmauth.pbasov-reg-0.project2a-dev.mirantis.com/vm/select/0/prometheus
victoriametrics:
vmagent:
remotePassword: motel
remoteUsername: motel
remoteWriteUrl: https://vmauth.pbasov-reg-0.project2a-dev.mirantis.com/vm/insert/0/prometheus/api/v1/write

0 comments on commit 811c65e

Please sign in to comment.