Skip to content

Commit

Permalink
Change various .allizom.com to .allizom.org (#123)
Browse files Browse the repository at this point in the history
* first draft of moving ci bash to GHA

* testing oidc setup for private ECR pulls

* Change various .allizom.com to .allizom.org

Co-authored-by: Christina Harlow <charlow@mozilla.com>
Co-authored-by: Christina Harlow <cmharlow@gmail.com>
  • Loading branch information
3 people authored Nov 30, 2021
1 parent feafd9f commit 8f6f8ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/pastebin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pastebin
description: A Helm chart for the Mozilla Pastebin (dpaste) application
type: application
version: 0.1.2
version: 0.1.3

keywords:
- Mozilla
Expand Down
4 changes: 2 additions & 2 deletions charts/pastebin/ci/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ imagePullSecrets:
ingress:
className: nginx
hosts:
- host: paste.allizom.com
- host: paste.allizom.org
paths:
- path: /
pathType: ImplementationSpecific
Expand All @@ -34,7 +34,7 @@ ingress:
name: pastebin
tls:
- hosts:
- paste.allizom.com
- paste.allizom.org
secretName: chart-paste-allizom-org

mysql:
Expand Down
4 changes: 2 additions & 2 deletions charts/pastebin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ imagePullSecrets: []
ingress:
className: "nginx"
hosts:
- host: paste.allizom.com
- host: paste.allizom.org
paths:
- path: /
pathType: ImplementationSpecific
Expand All @@ -75,7 +75,7 @@ ingress:
name: pastebin
tls:
- hosts:
- paste.allizom.com
- paste.allizom.org
secretName: chart-paste-allizom-org

job:
Expand Down
2 changes: 1 addition & 1 deletion charts/securitywiki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: securitywiki
description: A Helm chart for the Mozilla Security Wiki (mediawiki) application
type: application
version: 1.0.0
version: 1.0.1

keywords:
- Mozilla
Expand Down
4 changes: 2 additions & 2 deletions charts/securitywiki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ingress:
className: "nginx"
enabled: true
hosts:
- host: securitywiki.allizom.com
- host: securitywiki.allizom.org
paths:
- path: /
pathType: ImplementationSpecific
Expand All @@ -92,7 +92,7 @@ ingress:
name: securitywiki
tls:
- hosts:
- securitywiki.allizom.com
- securitywiki.allizom.org
secretName: chart-securitywiki-allizom-org

memcached:
Expand Down

0 comments on commit 8f6f8ac

Please sign in to comment.