UNCLASSIFIED - NO CUI

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

Merge branch 'update-eck-operator-tag-2.11.1-bb.1' into 'master'

eckOperator update to 2.11.1-bb.1

Closes #50

See merge request !4000
parents f4c7c497 717a7b03
No related branches found
No related tags found
1 merge request!4000eckOperator update to 2.11.1-bb.1
Pipeline #3095054 passed
......@@ -618,11 +618,11 @@ eckOperator:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/eck-operator.git
path: "./chart"
tag: "2.11.1-bb.0"
tag: "2.11.1-bb.1"
helmRepo:
repoName: "registry1"
chartName: "eck-operator"
tag: "2.11.1-bb.0"
tag: "2.11.1-bb.1"
# -- Flux reconciliation overrides specifically for the ECK Operator Package
flux: {}
......
......@@ -2503,3 +2503,37 @@ addons:
limits:
cpu: "2"
memory: "2G"
eckOperator:
# -- Toggle deployment of ECK Operator.
enabled: false
values:
istio:
hardened:
enabled: true
customServiceEntries:
- name: "allow-npm-for-cypress"
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
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