Skip to content
Next Next commit
fix: update loki-helm-test image tag to latest commit
Fixes #19162

Signed-off-by: puretension <[email protected]>
  • Loading branch information
puretension committed Sep 18, 2025
commit b11b24052c7a01f79efc2290df847e38ca558b47
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: "217d263df"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think maybe this should just be set to match the same version used for the loki image and enterprise logs image?

Copy link
Contributor Author

@puretension puretension Sep 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're absolutely right! I've updated the implementation to use .Chart.AppVersion instead of a hardcoded commit hash.
This ensures the loki-helm-test image automatically matches the main loki image version.
Thank you for thefeedback!

# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down
Loading