diff --git a/charts/loki-distributed/Chart.yaml b/charts/loki-distributed/Chart.yaml index 1aa5d04909..2c72e314e2 100644 --- a/charts/loki-distributed/Chart.yaml +++ b/charts/loki-distributed/Chart.yaml @@ -3,7 +3,7 @@ name: loki-distributed description: Helm chart for Grafana Loki in microservices mode type: application appVersion: 2.3.0 -version: 0.38.0 +version: 0.38.1 home: https://grafana.github.io/helm-charts sources: - https://github.com/grafana/loki diff --git a/charts/loki-distributed/README.md b/charts/loki-distributed/README.md index 6ea39a7430..a6b82c772f 100644 --- a/charts/loki-distributed/README.md +++ b/charts/loki-distributed/README.md @@ -1,6 +1,6 @@ # loki-distributed -![Version: 0.38.0](https://img.shields.io/badge/Version-0.38.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) +![Version: 0.38.1](https://img.shields.io/badge/Version-0.38.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) Helm chart for Grafana Loki in microservices mode diff --git a/charts/loki-distributed/ci/ingress-values.yaml b/charts/loki-distributed/ci/ingress-values.yaml new file mode 100644 index 0000000000..b6beb94af6 --- /dev/null +++ b/charts/loki-distributed/ci/ingress-values.yaml @@ -0,0 +1,9 @@ +gateway: + ingress: + enabled: true + annotations: {} + hosts: + - host: gateway.loki.example.com + paths: + - path: / + pathType: Prefix diff --git a/charts/loki-distributed/templates/serviceaccount.yaml b/charts/loki-distributed/templates/serviceaccount.yaml index 676adad207..436ff14a57 100644 --- a/charts/loki-distributed/templates/serviceaccount.yaml +++ b/charts/loki-distributed/templates/serviceaccount.yaml @@ -9,9 +9,10 @@ metadata: annotations: {{- toYaml . | nindent 4 }} {{- end }} -{{- with .Values.serviceAccount.imagePullSecrets }} automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} +{{- with .Values.serviceAccount.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 2 }} {{- end }} {{- end }} +