diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a855e6287455fc8d256cdd26baf10bda516c15..286d3524d54384398256414b5a8810f2ff67e1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). --- +## [1.57.1] + +- [!2659](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests/2659): Fix wrong ArgoCD image version + ## [1.57.0] - [!1.57.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=1.57.0); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 67d0183df6e5863e76e6ee7e21fe1ac896832aa7..bbc74322d54f2fc994b349b995e99de17a9ebab4 100644 --- a/base/gitrepository.yaml +++ b/base/gitrepository.yaml @@ -11,4 +11,4 @@ spec: interval: 10m url: https://repo1.dso.mil/big-bang/bigbang.git ref: - tag: 1.57.0 + tag: 1.57.1 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b4c25e763e32d46ff3443e3d7a558fa4c6f6c85c..f2a26575283890cc45a284bf8e7327ef39273dbe 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.57.0 +version: 1.57.1 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application diff --git a/docs/understanding-bigbang/configuration/base-config.md b/docs/understanding-bigbang/configuration/base-config.md index b79dc4bde8d511503a987697ec7105e16a035aab..bc29078c74e7539353c1c6065b793bfbe4ce46ab 100644 --- a/docs/understanding-bigbang/configuration/base-config.md +++ b/docs/understanding-bigbang/configuration/base-config.md @@ -1,6 +1,6 @@ # bigbang -  +  Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. @@ -249,7 +249,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.argocd.enabled | bool | `false` | Toggle deployment of ArgoCD. | | addons.argocd.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git"` | | | addons.argocd.git.path | string | `"./chart"` | | -| addons.argocd.git.tag | string | `"5.27.1-bb.1"` | | +| addons.argocd.git.tag | string | `"5.27.1-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. |