We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3fcea commit 79dc335Copy full SHA for 79dc335
mssql/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: mssql
3
description: A Helm chart for Kubernetes
4
type: application
5
-version: 0.1.5
6
-appVersion: "0.1.5"
+version: 0.1.6
+appVersion: "0.1.6"
mssql/templates/statefulset.yaml.yaml
@@ -47,6 +47,7 @@ spec:
47
curl -o /certs/aws-ca-2.crt https://www.amazontrust.com/repository/AmazonRootCA2.pem
48
curl -o /certs/aws-ca-3.crt https://www.amazontrust.com/repository/AmazonRootCA3.pem
49
curl -o /certs/aws-ca-4.crt https://www.amazontrust.com/repository/AmazonRootCA4.pem
50
+ curl -o /certs/aws-ca-4.crt https://www.amazontrust.com/repository/SFSRootCAG2.pem
51
chmod 644 /certs/*
52
volumeMounts:
53
- name: mssql-certs
0 commit comments