Skip to content

Commit

Permalink
Closes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
camrossi committed Sep 23, 2024
1 parent 0b871c7 commit 45475ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aci-monitoring-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if $.Values.loki.enabled }}
{{- $files := .Files.Glob "alerts/loki/*.yaml" }}
{{- if $files }}
apiVersion: v1
Expand All @@ -20,4 +21,5 @@ items:
data:
{{ $dashboardName }}.yaml: {{ $.Files.Get $path | toYaml | indent 4 }}
{{- end }}
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{- if $.Values.grafana.sidecar.datasources.enabled }}
{{- if $.Values.loki.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -34,4 +35,5 @@ data:
{{- end }}
{{- end }}

{{- end }}
{{- end }}

0 comments on commit 45475ef

Please sign in to comment.