Robert Schäfer 0952f8fd36 refactor: kubernetes workflows
* use Github container registry to remove dependency on dockerhub
* use sops for secure encryption of secrets
* use ONBUILD in docker images for rebranding
* use helmfile for deploying various environments
2024-10-26 20:01:19 +02:00

6 lines
183 B
Go Template

{{ $image_tag:= env "IMAGE_TAG" | default (exec "../scripts/image_tag.sh" (list) | trim) }}
domain: ocelot-social.roschaefer.de
namespace: ocelot-staging
image_tag: {{ $image_tag }}