UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 855c5515 authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'backport-1.4.0' into 'master'

backport 1.4.0

See merge request platform-one/big-bang/bigbang!382
parents e600e8f5 23890d13
No related branches found
No related tags found
1 merge request!382backport 1.4.0
Pipeline #209609 passed
...@@ -45,4 +45,10 @@ ...@@ -45,4 +45,10 @@
| Package | Status | | 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](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) | | [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
## 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: ...@@ -11,4 +11,4 @@ spec:
interval: 10m interval: 10m
url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git
ref: ref:
tag: 1.2.0 tag: 1.4.0
apiVersion: v2 apiVersion: v2
name: bigbang 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. description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
type: application type: application
......
...@@ -32,7 +32,7 @@ enterprise: ...@@ -32,7 +32,7 @@ enterprise:
{{- end }} {{- end }}
{{- with .Values.addons.mattermost.database }} {{- with .Values.addons.mattermost.database }}
{{- if and .username .password .host .port .database .ssl_mode }} {{- if and .username .password .host .port .database }}
database: database:
secret: "mattermost-database-secret" secret: "mattermost-database-secret"
{{- else }} {{- else }}
......
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: velero app.kubernetes.io/name: velero
app.kubernetes.io/component: "utilities" app.kubernetes.io/component: "cluster-utilities"
{{- include "commonLabels" . | nindent 4}} {{- include "commonLabels" . | nindent 4}}
spec: spec:
interval: {{ .Values.flux.interval }} interval: {{ .Values.flux.interval }}
......
...@@ -6,7 +6,7 @@ metadata: ...@@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: velero app.kubernetes.io/name: velero
app.kubernetes.io/component: "utilities" app.kubernetes.io/component: "cluster-utilities"
{{- include "commonLabels" . | nindent 4}} {{- include "commonLabels" . | nindent 4}}
spec: spec:
targetNamespace: velero targetNamespace: velero
......
...@@ -439,7 +439,7 @@ addons: ...@@ -439,7 +439,7 @@ addons:
git: git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git repo: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/sonarqube.git
path: "./chart" path: "./chart"
tag: "9.2.6-bb.5" tag: "9.2.6-bb.6"
sso: sso:
# -- Toggle OIDC SSO for SonarQube. # -- 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