better naming of github image repos
This commit is contained in:
parent
9672ebfe97
commit
a6951cbac7
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user