Skip to content

Commit

Permalink
DEVOPS-639: Allow configuring internal TLS on datasyncer
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Nyahay <[email protected]>
  • Loading branch information
gnyahay committed Oct 18, 2024
1 parent c00f218 commit 246ab63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "3.0.1"
version: "3.0.2"
appVersion: "5.10.0"
kubeVersion: 1.23.x - 1.30.x || 1.23.x-x - 1.30.x-x
description: |
Expand Down
3 changes: 3 additions & 0 deletions stable/enterprise/files/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,6 @@ services:
versions: ["1"]
kev_db:
versions: ["1"]
ssl_enable: ${ANCHORE_SSL_ENABLED}
ssl_cert: ${ANCHORE_SSL_CERT}
ssl_key: ${ANCHORE_SSL_KEY}
3 changes: 3 additions & 0 deletions stable/enterprise/files/osaa_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,6 @@ services:
versions: ["1"]
kev_db:
versions: ["1"]
ssl_enable: ${ANCHORE_SSL_ENABLED}
ssl_cert: ${ANCHORE_SSL_CERT}
ssl_key: ${ANCHORE_SSL_KEY}

0 comments on commit 246ab63

Please sign in to comment.