From be3795317c25a64022e8cba0487629e079e8fb87 Mon Sep 17 00:00:00 2001 From: Rufus Deponian Date: Wed, 27 Nov 2024 15:13:49 +0500 Subject: [PATCH] preview-apps-infrastructure: update to 0.6.0 --- charts/preview-apps-infrastructure/Chart.yaml | 2 +- .../preview-apps-infrastructure/values.yaml | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) 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"