UNCLASSIFIED - NO CUI

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

Merge branch 'cherrypick-2.21.2' into 'master'

version updates for release 2.21.2

Closes #1962

See merge request !3918
parents d5bc9ac5 94917a26
No related branches found
No related tags found
1 merge request!3918version updates for release 2.21.2
Pipeline #2945015 passed
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [2.21.2]
- [!2.21.2](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.21.2); List of merge requests in this release.
## [2.21.1]
- [!2.21.1](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.21.1); List of merge requests in this release.
......
......@@ -11,4 +11,4 @@ spec:
interval: 10m
url: https://repo1.dso.mil/big-bang/bigbang.git
ref:
tag: 2.21.1
tag: 2.21.2
apiVersion: v2
name: bigbang
version: 2.21.1
version: 2.21.2
description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
type: application
......
# bigbang
![Version: 2.21.1](https://img.shields.io/badge/Version-2.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 2.21.2](https://img.shields.io/badge/Version-2.21.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
......@@ -340,10 +340,10 @@ To start using Big Bang, you will need to create your own Big Bang environment t
| addons.argocd.sourceType | string | `"git"` | Choose source type of "git" or "helmRepo" |
| addons.argocd.git.repo | string | `"https://repo1.dso.mil/big-bang/product/packages/argocd.git"` | |
| addons.argocd.git.path | string | `"./chart"` | |
| addons.argocd.git.tag | string | `"6.1.0-bb.0"` | |
| addons.argocd.git.tag | string | `"6.1.0-bb.2"` | |
| addons.argocd.helmRepo.repoName | string | `"registry1"` | |
| addons.argocd.helmRepo.chartName | string | `"argocd"` | |
| addons.argocd.helmRepo.tag | string | `"6.1.0-bb.0"` | |
| addons.argocd.helmRepo.tag | string | `"6.1.0-bb.2"` | |
| addons.argocd.flux | object | `{}` | Flux reconciliation overrides specifically for the ArgoCD Package |
| addons.argocd.ingress | object | `{"gateway":""}` | Redirect the package ingress to a specific Istio Gateway (listed in `istio.gateways`). The default is "public". |
| addons.argocd.redis.host | string | `""` | Hostname of a pre-existing Redis to use for ArgoCD. Entering connection info will enable external Redis and will auto-create any required secrets. |
......
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