diff --git a/README.md b/README.md index 039b0f8..4ed53e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Wir.Social Deploys And Rebrands Ocelot.Social -[![Build Status Publish](https://github.com/wir-social/wir-social/actions/workflows/publish.yml/badge.svg)](https://github.com/wir-social/wir-social/actions) -[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/wir-social/wir-social/blob/LICENSE.md) +[![Build Status Publish](https://github.com/IT4Change/wir.social/actions/workflows/publish.yml/badge.svg)](https://github.com/IT4Change/wir.social/actions) +[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/IT4Change/wir.social/blob/LICENSE.md) [![Discord Channel](https://img.shields.io/discord/489522408076738561.svg)](https://discord.gg/AJSX9DCSUA) [![Open Source Helpers](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding/badges/users.svg)](https://www.codetriage.com/ocelot-social-community/ocelot-social-deploy-rebranding) diff --git a/docker-compose.yml b/docker-compose.yml index 74436e7..f638f42 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: webapp: - image: ghcr.io/wir-social/wir.social/webapp + image: ghcr.io/IT4Change/wir.social/webapp build: context: . dockerfile: ./docker/webapp.Dockerfile @@ -18,7 +18,7 @@ services: - backend backend: - image: ghcr.io/wir-social/wir-social/backend + image: ghcr.io/IT4Change/wir.social/backend build: context: . dockerfile: ./docker/backend.Dockerfile @@ -38,7 +38,7 @@ services: - neo4j maintenance: - image: ghcr.io/wir-social/wir.social/maintenance + image: ghcr.io/IT4Change/wir.social/maintenance build: context: . dockerfile: ./docker/maintenance.Dockerfile diff --git a/helmfile/environments/default.yaml.gotmpl b/helmfile/environments/default.yaml.gotmpl index eb1100e..548dac7 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -4,4 +4,4 @@ domain: wir-social-staging.ocelot-social.it4c.org redirect_domains: [] namespace: wir-social-ocelot image_tag: {{ $image_tag }} -github_repository: wir-social/wir.social +github_repository: IT4Change/wir.social diff --git a/helmfile/environments/production.yaml.gotmpl b/helmfile/environments/production.yaml.gotmpl index 7f382ff..5f65903 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: wir-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/wir.social +github_repository: github_repository/wir.social