Skip to content
Merged
6 changes: 3 additions & 3 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -12983,7 +12983,7 @@ false
"pullPolicy": "IfNotPresent",
"registry": "docker.io",
"repository": "grafana/loki-helm-test",
"tag": "ewelch-distributed-helm-chart-17db5ee"
"tag": "latest"
},
"labels": {},
"prometheusAddress": "",
Expand Down Expand Up @@ -13029,7 +13029,7 @@ false
"pullPolicy": "IfNotPresent",
"registry": "docker.io",
"repository": "grafana/loki-helm-test",
"tag": "ewelch-distributed-helm-chart-17db5ee"
"tag": "latest"
}
</pre>
</td>
Expand Down Expand Up @@ -13075,7 +13075,7 @@ null
<td>string</td>
<td>Overrides the image tag whose default is the chart's appVersion</td>
<td><pre lang="json">
"ewelch-distributed-helm-chart-17db5ee"
"latest"
</pre>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/templates/tests/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Docker image name for loki helm test
*/}}
{{- define "loki.helmTestImage" -}}
{{- $dict := dict "service" .Values.test.image "global" .Values.global.image "defaultVersion" "latest" -}}
{{- $dict := dict "service" .Values.test.image "global" .Values.global.image "defaultVersion" .Chart.AppVersion -}}
{{- include "loki.baseImage" $dict -}}
{{- end -}}

Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ test:
# -- Docker image repository
repository: grafana/loki-helm-test
# -- Overrides the image tag whose default is the chart's appVersion
tag: "ewelch-distributed-helm-chart-17db5ee"
tag: "latest"
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down
Loading