Skip to content

Commit

Permalink
Bump mothership chart with new child and regional templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Basov committed Dec 6, 2024
1 parent b0d3710 commit 864af63
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/motel-mothership/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
datasource:
access: proxy
isDefault: true
isDefault: false
jsonData:
timeInterval: 5s
tlsSkipVerify: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
sourceRef:
kind: HelmRepository
name: motel
version: 0.1.0
version: 0.1.1
{{- 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-0
name: motel-child-0-1-1
namespace: hmc-system
spec:
helm:
Expand All @@ -11,6 +11,6 @@ spec:
kind: HelmChart
name: motel-child
namespace: hmc-system
chartVersion: 0.1.0
chartVersion: 0.1.1
providers: []
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ spec:
sourceRef:
kind: HelmRepository
name: motel
version: 0.1.0
version: 0.1.1
{{- 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-regional-0-1-0
name: motel-regional-0-1-1
namespace: hmc-system
spec:
helm:
Expand All @@ -11,6 +11,6 @@ spec:
kind: HelmChart
name: motel-regional
namespace: hmc-system
chartVersion: 0.1.0
chartVersion: 0.1.1
providers: []
{{- end }}

0 comments on commit 864af63

Please sign in to comment.