diff --git a/charts/preview-apps-infrastructure/Chart.yaml b/charts/preview-apps-infrastructure/Chart.yaml index 9c7af12..ef06c55 100644 --- a/charts/preview-apps-infrastructure/Chart.yaml +++ b/charts/preview-apps-infrastructure/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 appVersion: "1.0.0" description: Creating infrastructure resources for preview apps name: preview-apps-infrastructure -version: 0.5.0 +version: 0.6.0 maintainers: - name: Ilya Cherepanov email: deponian@evilmartians.com diff --git a/charts/preview-apps-infrastructure/values.yaml b/charts/preview-apps-infrastructure/values.yaml index d49dc22..ab5e21d 100644 --- a/charts/preview-apps-infrastructure/values.yaml +++ b/charts/preview-apps-infrastructure/values.yaml @@ -15,10 +15,15 @@ issuer: server: https://acme-v02.api.letsencrypt.org/directory # DNS-01 challenge is the only way to get wildcard certificate dns01: - route53: - region: us-east-1 - hostedZoneID: Z0152EXAMPLE - accessKeyID: AKIA5EXAMPLE - secretAccessKeySecretRef: - name: route53-secret - key: secret-access-key + # route53: + # region: us-east-1 + # hostedZoneID: Z0152EXAMPLE + # accessKeyID: AKIA5EXAMPLE + # secretAccessKeySecretRef: + # name: route53-secret + # key: secret-access-key + # cloudDNS: + # project: "project-name" + # serviceAccountSecretRef: + # name: "google-cloud-dns" + # key: "credentials.json"