Skip to content

Commit 6298e44

Browse files
fix: update loki-helm-test image tag to latest commit (#19227)
Signed-off-by: puretension <[email protected]> Co-authored-by: J Stickler <[email protected]>
1 parent 457ec09 commit 6298e44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/sources/setup/install/helm/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12983,7 +12983,7 @@ false
1298312983
"pullPolicy": "IfNotPresent",
1298412984
"registry": "docker.io",
1298512985
"repository": "grafana/loki-helm-test",
12986-
"tag": "ewelch-distributed-helm-chart-17db5ee"
12986+
"tag": "latest"
1298712987
},
1298812988
"labels": {},
1298912989
"prometheusAddress": "",
@@ -13029,7 +13029,7 @@ false
1302913029
"pullPolicy": "IfNotPresent",
1303013030
"registry": "docker.io",
1303113031
"repository": "grafana/loki-helm-test",
13032-
"tag": "ewelch-distributed-helm-chart-17db5ee"
13032+
"tag": "latest"
1303313033
}
1303413034
</pre>
1303513035
</td>
@@ -13075,7 +13075,7 @@ null
1307513075
<td>string</td>
1307613076
<td>Overrides the image tag whose default is the chart's appVersion</td>
1307713077
<td><pre lang="json">
13078-
"ewelch-distributed-helm-chart-17db5ee"
13078+
"latest"
1307913079
</pre>
1308013080
</td>
1308113081
</tr>

production/helm/loki/templates/tests/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Docker image name for loki helm test
33
*/}}
44
{{- define "loki.helmTestImage" -}}
5-
{{- $dict := dict "service" .Values.test.image "global" .Values.global.image "defaultVersion" "latest" -}}
5+
{{- $dict := dict "service" .Values.test.image "global" .Values.global.image "defaultVersion" .Chart.AppVersion -}}
66
{{- include "loki.baseImage" $dict -}}
77
{{- end -}}
88

production/helm/loki/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ test:
761761
# -- Docker image repository
762762
repository: grafana/loki-helm-test
763763
# -- Overrides the image tag whose default is the chart's appVersion
764-
tag: "ewelch-distributed-helm-chart-17db5ee"
764+
tag: "latest"
765765
# -- Overrides the image tag with an image digest
766766
digest: null
767767
# -- Docker image pull policy

0 commit comments

Comments
 (0)