Currently, it appears the Action that builds and pushes the docker image only applies the commit sha as a tag (with the exception of latest). To pin a version for helm or other container orchestrater, this results in the following configuration.
image:
repository: ghcr.io/windtf/wireproxy
tag: "7e755db762ddfbf3012bd10fbcafcc0aba0c8c9c"
While this is functional, it is not readable at a glance which version the application is currently running. It would be beneficial to tag the version so that it can be pulled by that instead.
image:
repository: ghcr.io/windtf/wireproxy
tag: "1.1.2"
Currently, it appears the Action that builds and pushes the docker image only applies the commit sha as a tag (with the exception of latest). To pin a version for helm or other container orchestrater, this results in the following configuration.
While this is functional, it is not readable at a glance which version the application is currently running. It would be beneficial to tag the version so that it can be pulled by that instead.