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 ed022b2
Show file tree
Hide file tree
Showing 71 changed files with 31 additions and 15 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.
6 changes: 3 additions & 3 deletions demo/demo-mothership-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ grafana:
promxyDatasourceUrl:
logSources:
- name: hmc0-logs
url: https://vmauth.hmc0.example.net/vls
type: victorialogs-datasource
url: https://vmauth.pbasov-reg-0.project2a-dev.mirantis.com/vls
type: victoriametrics-logs-datasource
auth:
username: motel
password: motel
Expand Down Expand Up @@ -84,7 +84,7 @@ promxy:
serverGroups:
- clusterName: hmc0
targets:
- vmauth.hmc0.example.net:443
- vmauth.pbasov-reg-0.project2a-dev.mirantis.com
auth:
username: motel
password: motel
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 ed022b2

Please sign in to comment.