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 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