UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ba5ec846 authored by mr-bot's avatar mr-bot Committed by Michael Martin
Browse files

velero update to 6.0.0-bb.2

parent c683fb8c
No related branches found
No related tags found
1 merge request!4086velero update to 6.0.0-bb.2
......@@ -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