Skip to content

Commit

Permalink
updating the image version for loki-canary and adding the version inc…
Browse files Browse the repository at this point in the history
…rement to the release_prepare script
  • Loading branch information
slim-bean authored and Ed Welch committed Sep 16, 2019
1 parent 330d1a6 commit a399cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/ksonnet/loki-canary/config.libsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
_images+:: {
loki_canary: 'grafana/loki-canary:latest',
loki_canary: 'grafana/loki-canary:v0.3.0',
},
}
}
1 change: 1 addition & 0 deletions tools/release_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fi

echo "Updating helm and ksonnet image versions"
sed -i '' "s/.*promtail:.*/ promtail: 'grafana\/promtail:${VERSION}',/" production/ksonnet/promtail/config.libsonnet
sed -i '' "s/.*loki_canary:.*/ loki_canary: 'grafana\/loki-canary:${VERSION}',/" production/ksonnet/loki-canary/config.libsonnet
sed -i '' "s/.*loki:.*/ loki: 'grafana\/loki:${VERSION}',/" production/ksonnet/loki/images.libsonnet
sed -i '' "s/.*tag:.*/ tag: ${VERSION}/" production/helm/loki/values.yaml
sed -i '' "s/.*tag:.*/ tag: ${VERSION}/" production/helm/promtail/values.yaml
Expand Down

0 comments on commit a399cc1

Please sign in to comment.