Skip to content

Commit

Permalink
Merge pull request #1 from cis1912/1912
Browse files Browse the repository at this point in the history
1912-ify
  • Loading branch information
joyliu-q authored Aug 27, 2024
2 parents a6b9a27 + efee544 commit 34800d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions charts/bender-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * * *"

Expand All @@ -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

0 comments on commit 34800d9

Please sign in to comment.