UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6f79d10f authored by kevin.wilder's avatar kevin.wilder
Browse files

Merge branch '180-image-annotations' into 'main'

Fixing image annotations conditionals

Closes #180

See merge request !178
parents 7fa4d0ff 6c2e59a5
No related branches found
No related tags found
1 merge request!178Fixing image annotations conditionals
Pipeline #1587927 passed
......@@ -3,6 +3,10 @@
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).
---
## [6.9.2-bb.1] - 2023-03-21
### Changed
- Corrected conditionals on Chart.yaml image annotations
## [6.9.2-bb.0] - 2023-03-13
### Changed
- Updated to helm chart to 6.9.2 and appVersion to 15.9.2
......
# gitlab
![Version: 6.9.2-bb.0](https://img.shields.io/badge/Version-6.9.2--bb.0-informational?style=flat-square) ![AppVersion: 15.9.2](https://img.shields.io/badge/AppVersion-15.9.2-informational?style=flat-square)
![Version: 6.9.2-bb.1](https://img.shields.io/badge/Version-6.9.2--bb.1-informational?style=flat-square) ![AppVersion: 15.9.2](https://img.shields.io/badge/AppVersion-15.9.2-informational?style=flat-square)
The One DevOps Platform
......
---
apiVersion: v1
name: gitlab
version: 6.9.2-bb.0
version: 6.9.2-bb.1
appVersion: 15.9.2
description: The One DevOps Platform
keywords:
......@@ -55,10 +55,10 @@ annotations:
condition: postgresql.install
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.14
- name: ubi8
condition: ungradeCheck.enabled
condition: upgradeCheck.enabled
image: registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.7
- name: gitlab-exporter
condition: gitlab-exporter.enabled
condition: gitlab.gitlab-exporter.enabled
image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:15.9.2
- name: bbtests
condition: bbtests.enabled
......
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