File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ workflows:
8888jobs :
8989 build :
9090 environment :
91- DOCKER_TAG : chronograf-20250404
91+ DOCKER_TAG : chronograf-20251013
9292 GO111MODULE : " ON"
9393 machine :
9494 image : ubuntu-2204:current
@@ -112,7 +112,7 @@ jobs:
112112
113113 deploy-nightly :
114114 environment :
115- DOCKER_TAG : chronograf-20250404
115+ DOCKER_TAG : chronograf-20251013
116116 GO111MODULE : " ON"
117117 machine :
118118 image : ubuntu-2204:current
@@ -141,7 +141,7 @@ jobs:
141141
142142 build-nightly :
143143 environment :
144- DOCKER_TAG : chronograf-20250404
144+ DOCKER_TAG : chronograf-20251013
145145 GO111MODULE : " ON"
146146 machine :
147147 image : ubuntu-2204:current
@@ -162,7 +162,7 @@ jobs:
162162
163163 deploy-pre-release :
164164 environment :
165- DOCKER_TAG : chronograf-20250404
165+ DOCKER_TAG : chronograf-20251013
166166 GO111MODULE : " ON"
167167 machine :
168168 image : ubuntu-2204:current
@@ -197,7 +197,7 @@ jobs:
197197
198198 deploy-release :
199199 environment :
200- DOCKER_TAG : chronograf-20250404
200+ DOCKER_TAG : chronograf-20251013
201201 GO111MODULE : " ON"
202202 machine :
203203 image : ubuntu-2204:current
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ test -z $SSH_KEY_PATH && SSH_KEY_PATH="$HOME/.ssh/id_rsa"
1414echo " Using SSH key located at: $SSH_KEY_PATH "
1515
1616# Default docker tag if not specified
17- test -z " $DOCKER_TAG " && DOCKER_TAG=" chronograf-20250404 "
17+ test -z " $DOCKER_TAG " && DOCKER_TAG=" chronograf-20251013 "
1818
1919docker run \
2020 -e AWS_ACCESS_KEY_ID \
You can’t perform that action at this time.
0 commit comments