diff --git a/docker-compose.yml b/docker-compose.yml index 3731b67..ed55653 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: webapp: - image: ghcr.io/wir-social/freilernen.social/webapp + image: ghcr.io/IT4Change/freilernen.social/webapp build: context: . dockerfile: ./docker/webapp.Dockerfile @@ -18,7 +18,7 @@ services: - backend backend: - image: ghcr.io/wir-social/freilernen.social/backend + image: ghcr.io/IT4Change/freilernen.social/backend build: context: . dockerfile: ./docker/backend.Dockerfile @@ -38,7 +38,7 @@ services: - neo4j maintenance: - image: ghcr.io/wir-social/freilernen.social/maintenance + image: ghcr.io/IT4Change/freilernen.social/maintenance build: context: . dockerfile: ./docker/maintenance.Dockerfile diff --git a/helmfile/environments/default.yaml.gotmpl b/helmfile/environments/default.yaml.gotmpl index b355b77..ea975ed 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -4,4 +4,4 @@ domain: freilernen-social-staging.ocelot-social.it4c.org redirect_domains: [] namespace: freilernen-social-ocelot image_tag: {{ $image_tag }} -github_repository: wir-social/freilernen.social +github_repository: IT4Change/freilernen.social diff --git a/helmfile/environments/production.yaml.gotmpl b/helmfile/environments/production.yaml.gotmpl index 0084231..e038725 100644 --- a/helmfile/environments/production.yaml.gotmpl +++ b/helmfile/environments/production.yaml.gotmpl @@ -8,4 +8,4 @@ redirect_domains: | # i don't understand it, but its the way to get it to work: namespace: freilernen-social-ocelot-production #image_tag: {{ env "IMAGE_TAG" | default (printf "ocelot-%s--branded-%s" $ocelot_image_tag $branded_image_tag) }} image_tag: {{ $image_tag }} -github_repository: wir-social/freilernen.social +github_repository: IT4Change/freilernen.social