Skip to content

Commit 79dc335

Browse files
committed
Add the missing Starfield G2 Root Certificate
1 parent 8a3fcea commit 79dc335

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mssql/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: mssql
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.5
6-
appVersion: "0.1.5"
5+
version: 0.1.6
6+
appVersion: "0.1.6"

mssql/templates/statefulset.yaml.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ spec:
4747
curl -o /certs/aws-ca-2.crt https://www.amazontrust.com/repository/AmazonRootCA2.pem
4848
curl -o /certs/aws-ca-3.crt https://www.amazontrust.com/repository/AmazonRootCA3.pem
4949
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
5051
chmod 644 /certs/*
5152
volumeMounts:
5253
- name: mssql-certs

0 commit comments

Comments
 (0)