UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Draft: Add Network Policy templating for non-core packages

1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -174,11 +174,11 @@ istio:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/istio-controlplane.git
path: "./chart"
tag: "1.23.4-bb.0"
tag: "1.23.5-bb.0"
helmRepo:
repoName: "registry1"
chartName: "istio"
tag: "1.23.4-bb.0"
tag: "1.23.5-bb.0"
# -- If the HelmRelease should verify the cosign signature of the HelmRepo (only relevant if Repo is OCI). Set to 'false' to disable verification.
# cosignVerify:
@@ -316,11 +316,11 @@ istioOperator:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/istio-operator.git
path: "./chart"
tag: "1.23.4-bb.0"
tag: "1.23.5-bb.0"
helmRepo:
repoName: "registry1"
chartName: "istio-operator"
tag: "1.23.4-bb.0"
tag: "1.23.5-bb.0"
# -- Flux reconciliation overrides specifically for the Istio Operator Package
flux: {}
@@ -676,11 +676,11 @@ promtail:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/promtail.git
path: "./chart"
tag: "6.16.6-bb.1"
tag: "6.16.6-bb.2"
helmRepo:
repoName: "registry1"
chartName: "promtail"
tag: "6.16.6-bb.1"
tag: "6.16.6-bb.2"
# -- Flux reconciliation overrides specifically for the Promtail Package
flux: {}
Loading