We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f12322c + ac1f1fe commit e744ee2Copy full SHA for e744ee2
docs/sources/setup/install/helm/reference.md
@@ -4214,7 +4214,7 @@ null
4214
<td>string</td>
4215
<td>The gateway image tag</td>
4216
<td><pre lang="json">
4217
-"1.27-alpine"
+"1.28-alpine"
4218
</pre>
4219
</td>
4220
</tr>
production/helm/loki/values.yaml
@@ -1025,7 +1025,7 @@ gateway:
1025
# -- The gateway image repository
1026
repository: nginxinc/nginx-unprivileged
1027
# -- The gateway image tag
1028
- tag: 1.27-alpine
+ tag: 1.28-alpine
1029
# -- Overrides the gateway image tag with an image digest
1030
digest: null
1031
# -- The gateway image pull policy
0 commit comments