diff --git a/chart/values.yaml b/chart/values.yaml index da470ac998b141454cf7ec394ecc9da110d1425f..eb41f40cfba2c8cb0d772c87d635c5c2e3036932 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 03370ee430a4732ce29ebd8c696df3bd9ec64d23..72741c17c128a1b55981aea88d9939c871dfcc12 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