From a2f1e9d06397177955c73a16c0123f994f1e8777 Mon Sep 17 00:00:00 2001 From: "garcia.ryan" <garcia.ryan@solute.us> Date: Tue, 30 Mar 2021 14:47:09 -0600 Subject: [PATCH] release 1.4.x specific code changes --- Packages.md | 8 +++++++- base/gitrepository.yaml | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Packages.md b/Packages.md index 393e8ebf35..e92c353781 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 61ab989542..5ae55c6446 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 a6897b469c..98262d5dc4 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 -- GitLab