diff --git a/Packages.md b/Packages.md index 393e8ebf35e3e5fdb03a57a41f815545e6fa8801..e92c353781d307f6909858b224b6fbef9612dadb 100644 --- a/Packages.md +++ b/Packages.md @@ -45,4 +45,10 @@ | Package | Status | | ---- | --- | | [MinIO](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio) |  | -| [MinIO Operator](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator) |  | \ No newline at end of file +| [MinIO Operator](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator) |  | + +## Application Utilities + +| Package | Status | +| ---- | --- | +| [Velero](https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero) |  \ No newline at end of file diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 61ab9895428fb81793abd8037c5b75f1af4cb898..5ae55c6446435bb44843ddf9129d517f6553f2f1 100644 --- a/base/gitrepository.yaml +++ b/base/gitrepository.yaml @@ -11,4 +11,4 @@ spec: interval: 10m url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git ref: - tag: 1.2.0 + branch: release-1.4.x diff --git a/chart/Chart.yaml b/chart/Chart.yaml index a6897b469cd379ed25025c9348397ccd6822d714..98262d5dc47b68c88add4ada699e3c06be50e6b3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.2.0 +version: 1.4.0 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application