Kubernetes pods use specific Docker container images, that are defined in files in /opt/nita/k8s. The tag name (i.e. version number) should match the release version of NITA that has been installed. How best to do that?
Could use tags such as "latest" or "stable", or could hardcode to a specific number. If hardcoded, that should match the release number. Can that be automated as a GH action at build time, or is that best done manually?
Kubernetes pods use specific Docker container images, that are defined in files in /opt/nita/k8s. The tag name (i.e. version number) should match the release version of NITA that has been installed. How best to do that?
Could use tags such as "latest" or "stable", or could hardcode to a specific number. If hardcoded, that should match the release number. Can that be automated as a GH action at build time, or is that best done manually?