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:
parent
3f187c917e
commit
5e02c42c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ image:
|
|||
#tag: "8.0.3"
|
||||
# Adds -rootless suffix to image name
|
||||
# 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:
|
||||
runner:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue