UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1f9311c6 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'update-velero-tag-6.0.0-bb.2' into 'master'

velero update to 6.0.0-bb.2

See merge request !4086
parents 84015508 ba5ec846
No related branches found
No related tags found
1 merge request!4086velero update to 6.0.0-bb.2
Pipeline #3100473 passed
......@@ -1731,11 +1731,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/velero.git
path: "./chart"
tag: "6.0.0-bb.1"
tag: "6.0.0-bb.2"
helmRepo:
repoName: "registry1"
chartName: "velero"
tag: "6.0.0-bb.1"
tag: "6.0.0-bb.2"
# -- Flux reconciliation overrides specifically for the Velero Package
flux: {}
......
......@@ -2079,6 +2079,36 @@ addons:
docker_host: "containers.dev.bigbang.mil"
velero:
values:
istio:
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
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
- name: "allow-repo1-for-cypress"
enabled: true
spec:
hosts:
- 'repo1.dso.mil'
location: MESH_EXTERNAL
ports:
- number: 443
protocol: TLS
name: https
resolution: DNS
enabled: false
plugins:
- aws
......
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