File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
docs/sources/setup/install/helm Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 22Docker 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments