From 861725d9c514eedc66696ecddd2a6e7ff34e0740 Mon Sep 17 00:00:00 2001 From: Cedrik Hoffmann Date: Tue, 16 Jul 2024 21:02:15 +0200 Subject: [PATCH 1/3] chore: change repo name in helm chart image --- k8s/values.yaml | 2 +- k8s/values/develop.yaml | 2 +- k8s/values/prod.yaml | 2 +- k8s/values/stage.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/values.yaml b/k8s/values.yaml index cacb214..6b89895 100644 --- a/k8s/values.yaml +++ b/k8s/values.yaml @@ -5,7 +5,7 @@ deployment: name: project-website replicaCount: 1 image: - repository: ghcr.io/smartcityflensburg/project-website + repository: ghcr.io/green-ecolution/project-website pullPolicy: Always tag: latest diff --git a/k8s/values/develop.yaml b/k8s/values/develop.yaml index 0dfb387..cf7a2c8 100644 --- a/k8s/values/develop.yaml +++ b/k8s/values/develop.yaml @@ -3,7 +3,7 @@ deployment: name: project-website-dev replicaCount: 1 image: - repository: ghcr.io/smartcityflensburg/project-website-dev + repository: ghcr.io/green-ecolution/project-website-dev pullPolicy: Always tag: "bfa1423" ingress: diff --git a/k8s/values/prod.yaml b/k8s/values/prod.yaml index 9d9efff..38bf5e4 100644 --- a/k8s/values/prod.yaml +++ b/k8s/values/prod.yaml @@ -3,7 +3,7 @@ deployment: name: project-website replicaCount: 1 image: - repository: ghcr.io/smartcityflensburg/project-website + repository: ghcr.io/green-ecolution/project-website pullPolicy: Always tag: v1.0.0 diff --git a/k8s/values/stage.yaml b/k8s/values/stage.yaml index c0473c7..ad790e6 100644 --- a/k8s/values/stage.yaml +++ b/k8s/values/stage.yaml @@ -3,7 +3,7 @@ deployment: name: project-website-stage replicaCount: 1 image: - repository: ghcr.io/smartcityflensburg/project-website-stage + repository: ghcr.io/green-ecolution/project-website-stage pullPolicy: Always tag: 92fdc8d ingress: From a034535c5a1fb2dee40d9ff21cd6b18296c44a2c Mon Sep 17 00:00:00 2001 From: Cedrik Hoffmann Date: Tue, 16 Jul 2024 21:04:22 +0200 Subject: [PATCH 2/3] chore: change repo name in changelog and readme --- CHANGELOG.md | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5e85e..0376980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,8 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release - Create "Page under construction" Page -[Unreleased]: https://github.com/SmartCityFlensburg/project-website/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/green-ecolution/project-website/compare/v1.0.0...HEAD -[v1.0.0]: https://github.com/SmartCityFlensburg/project-website/compare/v0.0.1...v1.0.0 +[v1.0.0]: https://github.com/green-ecolution/project-website/compare/v0.0.1...v1.0.0 -[v0.0.1]: https://github.com/SmartCityFlensburg/project-website/releases/tag/v0.0.1 +[v0.0.1]: https://github.com/green-ecolution/project-website/releases/tag/v0.0.1 diff --git a/README.md b/README.md index 8c5e91f..027c4a1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For each environment, the deployment workflow will run the following steps: 1. Install the project dependencies 2. Build the project -3. Push package to GitHub Package Registry (see [GitHub Package Registry](https://github.com/orgs/SmartCityFlensburg/packages?repo_name=project-website)) +3. Push package to GitHub Package Registry (see [GitHub Package Registry](https://github.com/orgs/green-ecolution/packages?repo_name=project-website)) 4. Dump version in helm chart values (version tag or commit hash) 5. Deploy the project to the environment From f39e6e65b3a3d06c83d0905f61295da5172c1fcb Mon Sep 17 00:00:00 2001 From: Cedrik Hoffmann Date: Tue, 16 Jul 2024 21:05:49 +0200 Subject: [PATCH 3/3] chore: change repo name in code --- src/tsx/components/hero/ContactHeroContent.tsx | 2 +- src/tsx/components/navigation/MainNavigation.tsx | 2 +- src/tsx/components/sections/Faq.tsx | 2 +- src/tsx/layout/Footer.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tsx/components/hero/ContactHeroContent.tsx b/src/tsx/components/hero/ContactHeroContent.tsx index 190ea60..2d89a74 100644 --- a/src/tsx/components/hero/ContactHeroContent.tsx +++ b/src/tsx/components/hero/ContactHeroContent.tsx @@ -9,7 +9,7 @@ function ContactHeroContent() { className="w-6 h-6" alt="" loading="lazy"/> Kontakt -