feat(helm): 🌐 Update image repository domain to use environment variable

Replaces the hardcoded image repository domain with an environment variable to enhance configurability and flexibility in deployment.

This change allows for easier updates to the repository domain without modifying the configuration file directly, streamlining the deployment process.

Refs: DevFW/forgejo-pm#33
This commit is contained in:
Daniel Sy 2025-07-28 15:54:00 +02:00
parent 3f187c917e
commit 5e02c42c9b
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -181,7 +181,7 @@ image:
#tag: "8.0.3" #tag: "8.0.3"
# Adds -rootless suffix to image name # Adds -rootless suffix to image name
# rootless: true # rootless: true
fullOverride: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/edp-forgejo:v1.1.0-edp-v11.0.3 fullOverride: {{{ getenv "CLIENT_REPO_DOMAIN" }}}/devfw-cicd/edp-forgejo:v1.1.0-edp-v11.0.3
forgejo: forgejo:
runner: runner: