diff --git a/bitnami/grafana-loki/Chart.yaml b/bitnami/grafana-loki/Chart.yaml index e221e4786..641616de3 100644 --- a/bitnami/grafana-loki/Chart.yaml +++ b/bitnami/grafana-loki/Chart.yaml @@ -44,4 +44,4 @@ name: grafana-loki sources: - https://github.com/bitnami/containers/tree/main/bitnami/grafana-loki - https://github.com/grafana/loki/ -version: 2.4.6 +version: 2.4.7 diff --git a/bitnami/grafana-loki/templates/gateway/ingress.yaml b/bitnami/grafana-loki/templates/gateway/ingress.yaml index 8d787791a..786a70a0e 100755 --- a/bitnami/grafana-loki/templates/gateway/ingress.yaml +++ b/bitnami/grafana-loki/templates/gateway/ingress.yaml @@ -41,7 +41,7 @@ spec: {{- if eq "true" (include "common.ingress.supportsPathType" $) }} pathType: {{ default "ImplementationSpecific" .pathType }} {{- end }} - backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "http" "context" $) | nindent 14 }} + backend: {{- include "common.ingress.backend" (dict "serviceName" (include "grafana-loki.gateway.fullname" $) "servicePort" "http" "context" $) | nindent 14 }} {{- end }} {{- if or (and .Values.gateway.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" .Values.gateway.ingress.annotations )) .Values.gateway.ingress.selfSigned)) .Values.gateway.ingress.extraTls }} tls: