mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Set default helm chart image tag to null #375
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akalitenya on 12/7/2025
This PR changes default image tag to null, so AppVersion will be used instead of "latest".
Issue - If the user does not explicitly specify a Docker image tag, the Helm chart uses the "latest" tag.
helm template oci://ghcr.io/rostislavdugin/charts/postgresus -n postgresus --create-namespace --version 1.47.1 > _templates/postgresus-1-47-1.yaml