UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 23890d13 authored by joshwolf's avatar joshwolf
Browse files

backport 1.4.0 updates

parent e600e8f5
No related branches found
No related tags found
No related merge requests found
......@@ -45,4 +45,10 @@
| Package | Status |
| ---- | --- |
| [MinIO](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio) | ![MinIO Build](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio/badges/main/pipeline.svg) |
| [MinIO Operator](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator) | ![MinIO Operator Build](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator/badges/main/pipeline.svg) |
\ No newline at end of file
| [MinIO Operator](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator) | ![MinIO Operator Build](https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio-operator/badges/main/pipeline.svg) |
## Application Utilities
| Package | Status |
| ---- | --- |
| [Velero](https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero) | ![Velero Build](https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero/badges/main/pipeline.svg)
\ No newline at end of file
This diff is collapsed.
......@@ -11,4 +11,4 @@ spec:
interval: 10m
url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git
ref:
tag: 1.2.0
tag: 1.4.0
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
......
......@@ -32,7 +32,7 @@ enterprise:
{{- end }}
{{- with .Values.addons.mattermost.database }}
{{- if and .username .password .host .port .database .ssl_mode }}
{{- if and .username .password .host .port .database }}
database:
secret: "mattermost-database-secret"
{{- else }}
......
......@@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: velero
app.kubernetes.io/component: "utilities"
app.kubernetes.io/component: "cluster-utilities"
{{- include "commonLabels" . | nindent 4}}
spec:
interval: {{ .Values.flux.interval }}
......
......@@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: velero
app.kubernetes.io/component: "utilities"
app.kubernetes.io/component: "cluster-utilities"
{{- include "commonLabels" . | nindent 4}}
spec:
targetNamespace: velero
......
......@@ -439,7 +439,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git
path: "./chart"
tag: "9.2.6-bb.5"
tag: "9.2.6-bb.6"
sso:
# -- Toggle OIDC SSO for SonarQube.
......
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