From c1bb4bdc309c75d3804b814a8975ae6f5aa4f497 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Tue, 19 Mar 2024 21:13:14 +0000 Subject: [PATCH] twistlock update to 0.15.0-bb.3 --- chart/values.yaml | 4 ++-- tests/test-values.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index da470ac998..eb41f40cfb 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -975,11 +975,11 @@ twistlock: git: repo: https://repo1.dso.mil/big-bang/product/packages/twistlock.git path: "./chart" - tag: "0.15.0-bb.2" + tag: "0.15.0-bb.3" helmRepo: repoName: "registry1" chartName: "twistlock" - tag: "0.15.0-bb.2" + tag: "0.15.0-bb.3" # -- Flux reconciliation overrides specifically for the Twistlock Package flux: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 03370ee430..72741c17c1 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -1145,6 +1145,52 @@ twistlock: enabled: false client_id: dev_00eb8904-5b88-4c68-ad67-cec0d2e07aa6_twistlock-saml values: + istio: + enabled: true + hardened: + enabled: true + customServiceEntries: + - name: "allow-npm-for-cypress-tests" + enabled: true + spec: + hosts: + - 'registry.npmjs.org' + - 'download.cypress.io' + - 'cdn.cypress.io' + location: MESH_EXTERNAL + exportTo: + - "." + ports: + - number: 443 + protocol: TLS + name: https + resolution: DNS + - name: "allow-repo1-for-cypress" + enabled: true + spec: + hosts: + - 'repo1.dso.mil' + location: MESH_EXTERNAL + exportTo: + - "." + ports: + - number: 443 + protocol: TLS + name: https + resolution: DNS + - name: "allow-twistlock-for-cypress" + enabled: true + spec: + hosts: + - 'twistlock.bigbang.dev' + location: MESH_EXTERNAL + exportTo: + - "." + ports: + - number: 443 + protocol: TLS + name: https + resolution: DNS console: persistence: size: 5Gi -- GitLab