You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rfuelsh
changed the title
Update fuel-dev2 with new master image tag
Update fuel-dev2 cluster with new image sha tag off master branch of fuel-core
Jan 10, 2024
Flux needs sortable image tags. This commit creates an additional Docker
image tag compatible with Flux. The format of the tag will be
"sha-{SHORT_SHA}-{TIMESTAMP}"
closes#1594
We need to able to deploy and update fuel-dev2 cluster with new image sha tag off master branch of fuel-core
https://github.com/FuelLabs/fuel-core/blob/master/.github/workflows/ci.yml - lines 603-615- whenever developers merge into master- it automatically creates a new image tag sha for like fuel-core and then deploys this image sha tag to fuel-dev (old) cluster
Be able to deploy a separate authority node in a separate namespace e.g. old fuel-dev cluster:
fuel-dev namespace -> authority-k8s pod
(No need to update operator now, just.a separate namespace with a single fuel-core instance)
The text was updated successfully, but these errors were encountered: