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 domain: staging.ocelot-social.roschaefer.de
namespace: ocelot-staging namespace: ocelot-staging
image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }} 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 }} domain: {{ .StateValues.domain }}
cert_manager:
issuer: reformer-network-letsencrypt-prod
cert_manager: cert_manager:
issuer: {{ .Release.Name }}-letsencrypt-prod issuer: {{ .Release.Name }}-letsencrypt-prod
@ -10,12 +7,12 @@ underMaintenance: false
global: global:
image: image:
tag: {{ .StateValues.image_tag }}
pullPolicy: Always pullPolicy: Always
backend: backend:
image: image:
repository: ghcr.io/ocelot-social-community/stage.ocelot.social/backend repository: ghcr.io/{{ .StateValues.github_repository | lower }}/backend
tag: {{ .StateValues.image_tag }}
storage: "10Gi" storage: "10Gi"
env: env:
PRODUCTION_DB_CLEAN_ALLOW: "true" PRODUCTION_DB_CLEAN_ALLOW: "true"
@ -25,13 +22,11 @@ backend:
webapp: webapp:
image: image:
repository: ghcr.io/ocelot-social-community/stage.ocelot.social/webapp repository: ghcr.io/{{ .StateValues.github_repository | lower }}/webapp
tag: {{ .StateValues.image_tag }}
maintenance: maintenance:
image: image:
repository: ghcr.io/ocelot-social-community/stage.ocelot.social/maintenance repository: ghcr.io/{{ .StateValues.github_repository | lower }}/maintenance
tag: {{ .StateValues.image_tag }}
neo4j: neo4j:
image: image: