0NFT IMAGE UPDATE
In a Kubernetes cluster, updating 0nft image entails either a straightforward image update or a more involved "cleandb" deployment.
0nft Image Update GitHub Action - https://github.com/0chain/zus-cicd/actions/workflows/0nft-image-update.yaml
INTRODUCTION
In a Kubernetes deployment, updating the image is a standard procedure to deliver new application versions or updates. While a "cleandb" deployment via Helm entails wiping the slate clean for major upgrades or a fresh start, it also resets configurations and databases.
DOCKERHUB
0nft-ui image tags - https://hub.docker.com/r/0chaindev/0nft-ui/tags
0nft-srv image tags - https://hub.docker.com/r/0chaindev/0nft-srv/tags
0nft Image Update - CleanDB
It requires 4 inputs -
Enter
yesfor cleandb deployment of 0nft.Enter Name of the Network like demo, test, etc.
Enter Network Domain Name like 0chain.net, zus.network, etc.
Enter the 0nft Image Tag [ 0nft-ui & 0nft-srv image tag ]

0nft Image Update - Without CleanDB
It requires 4 inputs -
Enter
nofor cleandb deployment of 0nft.Enter Name of the Network like demo, test, etc.
Enter Network Domain Name like 0chain.net, zus.network, etc.
Enter the 0nft Image Tag [ 0nft-ui & 0nft-srv image tag ]

A "cleandb" deployment using Helm gives a complete solution, essential for substantial configuration changes and clean deployments, while upgrading images in Kubernetes enables the easy integration of new versions.
Last updated