diff --git a/charts/pastebin/Chart.yaml b/charts/pastebin/Chart.yaml index f02f263..e56cb42 100644 --- a/charts/pastebin/Chart.yaml +++ b/charts/pastebin/Chart.yaml @@ -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 diff --git a/charts/pastebin/ci/test-values.yaml b/charts/pastebin/ci/test-values.yaml index 15f0253..fcf27d0 100644 --- a/charts/pastebin/ci/test-values.yaml +++ b/charts/pastebin/ci/test-values.yaml @@ -21,7 +21,7 @@ imagePullSecrets: ingress: className: nginx hosts: - - host: paste.allizom.com + - host: paste.allizom.org paths: - path: / pathType: ImplementationSpecific @@ -34,7 +34,7 @@ ingress: name: pastebin tls: - hosts: - - paste.allizom.com + - paste.allizom.org secretName: chart-paste-allizom-org mysql: diff --git a/charts/pastebin/values.yaml b/charts/pastebin/values.yaml index 99808f2..99e4721 100644 --- a/charts/pastebin/values.yaml +++ b/charts/pastebin/values.yaml @@ -59,7 +59,7 @@ imagePullSecrets: [] ingress: className: "nginx" hosts: - - host: paste.allizom.com + - host: paste.allizom.org paths: - path: / pathType: ImplementationSpecific @@ -75,7 +75,7 @@ ingress: name: pastebin tls: - hosts: - - paste.allizom.com + - paste.allizom.org secretName: chart-paste-allizom-org job: diff --git a/charts/securitywiki/Chart.yaml b/charts/securitywiki/Chart.yaml index 3651485..a1adb50 100644 --- a/charts/securitywiki/Chart.yaml +++ b/charts/securitywiki/Chart.yaml @@ -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 diff --git a/charts/securitywiki/values.yaml b/charts/securitywiki/values.yaml index 332613d..d345d3d 100644 --- a/charts/securitywiki/values.yaml +++ b/charts/securitywiki/values.yaml @@ -76,7 +76,7 @@ ingress: className: "nginx" enabled: true hosts: - - host: securitywiki.allizom.com + - host: securitywiki.allizom.org paths: - path: / pathType: ImplementationSpecific @@ -92,7 +92,7 @@ ingress: name: securitywiki tls: - hosts: - - securitywiki.allizom.com + - securitywiki.allizom.org secretName: chart-securitywiki-allizom-org memcached: