UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • big-bang/bigbang
  • joshwolf/umbrella
  • 90-cos/iac/bigbang
  • cbrechbuhl/bigbang
  • runyontr/bigbang-core
  • snekcode/bigbang
  • michael.mendez/bigbang
  • daniel.dides/bigbang
  • ryan.j.garcia/rjgbigbang
  • nicole.dupree/bigbang
10 results
Show changes
Commits on Source (16)
......@@ -174,11 +174,11 @@ istio:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/istio-controlplane.git
path: "./chart"
tag: "1.22.3-bb.0"
tag: "1.22.3-bb.1"
helmRepo:
repoName: "registry1"
chartName: "istio"
tag: "1.22.3-bb.0"
tag: "1.22.3-bb.1"
# -- If the HelmRelease should verify the cosign signature of the HelmRepo (only relevant if Repo is OCI). Set to 'false' to disable verification.
# cosignVerify:
......@@ -648,11 +648,11 @@ fluentbit:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/fluentbit.git
path: "./chart"
tag: "0.47.2-bb.0"
tag: "0.47.3-bb.0"
helmRepo:
repoName: "registry1"
chartName: "fluentbit"
tag: "0.47.2-bb.0"
tag: "0.47.3-bb.0"
# -- Flux reconciliation overrides specifically for the Fluent-Bit Package
flux: {}
......@@ -701,11 +701,11 @@ loki:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/loki.git
path: "./chart"
tag: "6.6.4-bb.6"
tag: "6.7.1-bb.0"
helmRepo:
repoName: "registry1"
chartName: "loki"
tag: "6.6.4-bb.6"
tag: "6.7.1-bb.0"
# -- Flux reconciliation overrides specifically for the Loki Package
flux: {}
......@@ -984,11 +984,11 @@ twistlock:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/twistlock.git
path: "./chart"
tag: "0.15.0-bb.15"
tag: "0.15.0-bb.16"
helmRepo:
repoName: "registry1"
chartName: "twistlock"
tag: "0.15.0-bb.15"
tag: "0.15.0-bb.16"
# -- Flux reconciliation overrides specifically for the Twistlock Package
flux: {}
......@@ -1188,11 +1188,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/gitlab.git
path: "./chart"
tag: "8.1.2-bb.1"
tag: "8.1.2-bb.3"
helmRepo:
repoName: "registry1"
chartName: "gitlab"
tag: "8.1.2-bb.1"
tag: "8.1.2-bb.3"
# -- Flux reconciliation overrides specifically for the Gitlab Package
flux: {}
......@@ -1302,12 +1302,12 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git
path: "./chart"
tag: "0.65.0-bb.3"
tag: "0.66.0-bb.0"
helmRepo:
repoName: "registry1"
chartName: "gitlab-runner"
tag: "0.65.0-bb.3"
tag: "0.66.0-bb.0"
# -- Flux reconciliation overrides specifically for the Gitlab Runner Package
......@@ -1531,11 +1531,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git
path: "./chart"
tag: "2.7.0-bb.1"
tag: "2.7.0-bb.2"
helmRepo:
repoName: "registry1"
chartName: "anchore"
tag: "2.7.0-bb.1"
tag: "2.7.0-bb.2"
# -- Flux reconciliation overrides specifically for the Anchore Package
flux:
......@@ -1778,11 +1778,11 @@ addons:
git:
repo: https://repo1.dso.mil/big-bang/product/packages/keycloak.git
path: "./chart"
tag: "2.4.3-bb.1"
tag: "2.4.3-bb.2"
helmRepo:
repoName: "registry1"
chartName: "keycloak"
tag: "2.4.3-bb.1"
tag: "2.4.3-bb.2"
database:
# -- Hostname of a pre-existing database to use for Keycloak.
......
......@@ -79,10 +79,6 @@ istio:
dashboard:
auth:
strategy: "anonymous"
values:
pilot:
env:
"ENABLE_NATIVE_SIDECARS": "true"
jaeger:
enabled: false
......