UNCLASSIFIED - NO CUI

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

Update BB Base to 2.0.0

parent d1216578
No related branches found
No related tags found
1 merge request!78Update BB Base to 2.0.0
Pipeline #861701 failed
......@@ -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).
---
## [18.1.1-bb.6] - 2022-06-28
### Updated
- Updated bb base image to 2.0.0
- Updated gluon to 0.2.10
## [18.1.1-bb.5] - 2022-06-27
### Updated
- Updated pgchecker initContainer to use IronBank postgres image instead of busybox
......
# keycloak
![Version: 18.1.1-bb.5](https://img.shields.io/badge/Version-18.1.1--bb.5-informational?style=flat-square) ![AppVersion: 18.0.1-legacy](https://img.shields.io/badge/AppVersion-18.0.1--legacy-informational?style=flat-square)
![Version: 18.1.1-bb.6](https://img.shields.io/badge/Version-18.1.1--bb.6-informational?style=flat-square) ![AppVersion: 18.0.1-legacy](https://img.shields.io/badge/AppVersion-18.0.1--legacy-informational?style=flat-square)
Open Source Identity and Access Management For Modern Applications and Services
......@@ -238,7 +238,7 @@ helm install keycloak chart/
| networkPolicies.smtpPort | int | `587` | |
| openshift | bool | `false` | |
| bbtests.enabled | bool | `false` | |
| bbtests.image | string | `"registry1.dso.mil/ironbank/big-bang/base:1.18.0"` | |
| bbtests.image | string | `"registry1.dso.mil/ironbank/big-bang/base:2.0.0"` | |
| bbtests.cypress.artifacts | bool | `true` | |
| bbtests.cypress.envs.cypress_url | string | `"https://keycloak-http.keycloak.svc.cluster.local:8443"` | |
| bbtests.cypress.envs.cypress_username | string | `"admin"` | |
......
......@@ -4,6 +4,6 @@ dependencies:
version: 10.3.13
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.9
digest: sha256:827dc5c57726e7219f9f0855994c6cccf8f819d5e673c5adce6351f0ac991139
generated: "2022-05-27T11:33:49.569986986-06:00"
version: 0.2.10
digest: sha256:c722da5449dc99b8c7ff29f0b8233261151aebe481dcf0c901c25fc873ef4337
generated: "2022-06-28T12:16:40.788556-06:00"
apiVersion: v2
name: keycloak
version: 18.1.1-bb.5
version: 18.1.1-bb.6
appVersion: 18.0.1-legacy
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
......@@ -27,7 +27,7 @@ dependencies:
repository: file://./deps/postgresql
condition: postgresql.enabled
- 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
......@@ -52,7 +52,7 @@ volumePermissions:
image:
registry: registry1.dso.mil
repository: ironbank/big-bang/base
tag: 1.18.0
tag: 2.0.0
pullSecrets:
- private-registry
## Specify a imagePullPolicy
......
......@@ -504,7 +504,7 @@ postgresql:
# image:
# registry: registry1.dso.mil
# repository: ironbank/big-bang/base
# tag: 1.0.0
# tag: 2.0.0
# pullSecrets:
# - private-registry
# securityContext:
......@@ -663,7 +663,7 @@ openshift: false
bbtests:
enabled: false
image: "registry1.dso.mil/ironbank/big-bang/base:1.18.0"
image: "registry1.dso.mil/ironbank/big-bang/base:2.0.0"
cypress:
artifacts: true
envs:
......
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