@leverege/build-tools 2.29.0 → 2.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -7,11 +7,15 @@ metadata:
|
|
|
7
7
|
name: letsencrypt-prd
|
|
8
8
|
spec:
|
|
9
9
|
acme:
|
|
10
|
+
# production
|
|
11
|
+
#server: https://acme-v02.api.letsencrypt.org/directory
|
|
12
|
+
# staging
|
|
13
|
+
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
|
14
|
+
#
|
|
10
15
|
# You must replace this email address with your own.
|
|
11
16
|
# Let's Encrypt will use this to contact you about expiring
|
|
12
17
|
# certificates, and issues related to your account.
|
|
13
18
|
email: devops@leverege.com
|
|
14
|
-
server: https://acme-v02.api.letsencrypt.org/directory
|
|
15
19
|
privateKeySecretRef:
|
|
16
20
|
# Secret resource used to store the account's private key.
|
|
17
21
|
name: issuer-account-key
|
|
@@ -4,7 +4,9 @@ addHelmRepo jetstack https://charts.jetstack.io
|
|
|
4
4
|
[ -z "$CERT_MANAGER_CHART_VERSION" ] && CERT_MANAGER_CHART_VERSION="v1.10"
|
|
5
5
|
helm upgrade --install cert-manager jetstack/cert-manager \
|
|
6
6
|
--namespace cert-manager --set installCRDs=true \
|
|
7
|
-
--version $CERT_MANAGER_CHART_VERSION
|
|
7
|
+
--version $CERT_MANAGER_CHART_VERSION $HELM_WHAT
|
|
8
|
+
|
|
9
|
+
[ ! -z "$HELM_WHAT" ] && exit 0
|
|
8
10
|
|
|
9
11
|
cat<<DELAY
|
|
10
12
|
|