UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 24dd97ae authored by Joshua Carnes's avatar Joshua Carnes Committed by Ryan Garcia
Browse files

Update Twistlock version to include policies

parent 9de9dab2
No related branches found
No related tags found
1 merge request!498Update Twistlock version to include policies
......@@ -12,6 +12,9 @@ prometheus:
imagePullSecrets:
- name: private-registry
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
istio:
enabled: {{ .Values.istio.enabled }}
console:
......
......@@ -368,7 +368,7 @@ twistlock:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/twistlock.git
path: "./chart"
tag: "0.0.4-bb.0"
tag: "0.0.5-bb.0"
# -- Flux reconciliation overrides specifically for the Twistlock Package
flux: {}
......@@ -536,7 +536,7 @@ addons:
objectStorage:
# -- Type of object storage to use for Gitlab, setting to s3 will assume an external, pre-existing object storage is to be used.
# Entering connection info will enable this option and will auto-create any required secrets
type: "" # supported types are "s3" or "minio"
type: "" # supported types are "s3" or "minio"
# -- S3 compatible endpoint to use for connection information.
# examples: "https://s3.amazonaws.com" "https://s3.us-gov-west-1.amazonaws.com" "http://minio.minio.svc.cluster.local:9000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment