UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c45e8fbf authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'bb-base-2' into 'main'

Update BB Base to 2.0.0

See merge request platform-one/big-bang/apps/sandbox/vault!54
parents 9ac4c469 e1127081
No related branches found
No related tags found
1 merge request!54Update BB Base to 2.0.0
Pipeline #864505 passed
......@@ -3,6 +3,11 @@
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).
---
## [0.20.1-bb.2] - 2022-06-28
### Changed
- Updated bb base image to 2.0.0
- Updated gluon to 0.2.10
## [0.20.1-bb.1] - 2022-06-27
### Added
- added PeerAuthentication for autoInit job
......
# vault
![Version: 0.20.1-bb.1](https://img.shields.io/badge/Version-0.20.1--bb.1-informational?style=flat-square) ![AppVersion: 1.10.3](https://img.shields.io/badge/AppVersion-1.10.3-informational?style=flat-square)
![Version: 0.20.1-bb.2](https://img.shields.io/badge/Version-0.20.1--bb.2-informational?style=flat-square) ![AppVersion: 1.10.3](https://img.shields.io/badge/AppVersion-1.10.3-informational?style=flat-square)
Official HashiCorp Vault Chart
......@@ -260,7 +260,7 @@ helm install vault chart/
| networkPolicies.ingressLabels.istio | string | `"ingressgateway"` | |
| autoInit.enabled | bool | `true` | |
| autoInit.image.repository | string | `"registry1.dso.mil/ironbank/big-bang/base"` | |
| autoInit.image.tag | string | `"1.18.0"` | |
| autoInit.image.tag | string | `"2.0.0"` | |
| istio.enabled | bool | `false` | |
| istio.vault.gateways[0] | string | `"istio-system/main"` | |
| istio.vault.hosts[0] | string | `"vault.{{ .Values.domain }}"` | |
......
......@@ -4,6 +4,6 @@ dependencies:
version: 4.4.10-bb.0
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.9
digest: sha256:b5181fdb1a50ebe7cc1934b41e4fb160cf7fb0c71662212f48a989348bce0275
generated: "2022-05-17T14:45:59.3271942-06:00"
version: 0.2.10
digest: sha256:30adc195b0474a72dfc4031e219fa5d7d25c4ae28716d30c45848432a0ad2ba7
generated: "2022-06-28T13:04:22.099815-06:00"
apiVersion: v2
name: vault
version: 0.20.1-bb.1
version: 0.20.1-bb.2
appVersion: 1.10.3
kubeVersion: ">= 1.16.0-0"
description: Official HashiCorp Vault Chart
......@@ -19,7 +19,7 @@ dependencies:
condition: minio.enabled
repository: file://./deps/minio
- name: gluon
version: "0.2.9"
version: "0.2.10"
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
annotations:
bigbang.dev/applicationVersions: |
......
File added
File deleted
No preview for this file type
......@@ -1015,7 +1015,7 @@ autoInit:
enabled: true
image:
repository: registry1.dso.mil/ironbank/big-bang/base
tag: 1.18.0
tag: 2.0.0
istio:
# Toggle istio interaction
......
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