From 9e37cd7c3ab1e549d658e657754935ec795f3339 Mon Sep 17 00:00:00 2001 From: Eunsoo Shin <62971511+esinx@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:17:01 +0900 Subject: [PATCH 1/2] 188 -> 1912 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7595352..f413365 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,4 +28,4 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: - charts_repo_url: https://helm.cis188.org + charts_repo_url: https://helm.cis1912.org From efee544d3718c349e4a48d989725ce3bb003cb00 Mon Sep 17 00:00:00 2001 From: Eunsoo Shin <62971511+esinx@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:18:31 +0900 Subject: [PATCH 2/2] to 1912 --- charts/bender-catalog/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/bender-catalog/values.yaml b/charts/bender-catalog/values.yaml index 7ceba82..0a5abef 100644 --- a/charts/bender-catalog/values.yaml +++ b/charts/bender-catalog/values.yaml @@ -9,12 +9,12 @@ application: username: aang password: all4elements ingress: - host: PENNKEY.cis188.org + host: PENNKEY.cis1912.org path: "/" - secretName: "PENNKEY-cis188-org-tls" + secretName: "PENNKEY-cis1912-org-tls" cronjob: - image: ghcr.io/cis1880/infrastructure/unit3-cronjob + image: ghcr.io/cis1912/infrastructure/unit3-cronjob tag: v2 schedule: "*/1 * * * *" @@ -24,7 +24,7 @@ redis: port: 6379 web: - image: ghcr.io/cis1880/infrastructure/unit3-web + image: ghcr.io/cis1912/infrastructure/unit3-web tag: v2 port: 8000 replicas: 1