better naming of github image repos

This commit is contained in:
Robert Schäfer 2024-10-29 16:05:15 +01:00
parent 9672ebfe97
commit a6951cbac7
2 changed files with 5 additions and 9 deletions

View File

@ -4,3 +4,4 @@
domain: staging.ocelot-social.roschaefer.de
namespace: ocelot-staging
image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }}
github_repository: ocelot-social-community/stage.ocelot.social

View File

@ -1,8 +1,5 @@
domain: {{ .StateValues.domain }}
cert_manager:
issuer: reformer-network-letsencrypt-prod
cert_manager:
issuer: {{ .Release.Name }}-letsencrypt-prod
@ -10,12 +7,12 @@ underMaintenance: false
global:
image:
tag: {{ .StateValues.image_tag }}
pullPolicy: Always
backend:
image:
repository: ghcr.io/ocelot-social-community/stage.ocelot.social/backend
tag: {{ .StateValues.image_tag }}
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/backend
storage: "10Gi"
env:
PRODUCTION_DB_CLEAN_ALLOW: "true"
@ -25,13 +22,11 @@ backend:
webapp:
image:
repository: ghcr.io/ocelot-social-community/stage.ocelot.social/webapp
tag: {{ .StateValues.image_tag }}
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/webapp
maintenance:
image:
repository: ghcr.io/ocelot-social-community/stage.ocelot.social/maintenance
tag: {{ .StateValues.image_tag }}
repository: ghcr.io/{{ .StateValues.github_repository | lower }}/maintenance
neo4j:
image: