UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0966cc30 authored by Branden Cobb's avatar Branden Cobb
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update Ironbank

Closes #11

See merge request platform-one/big-bang/apps/third-party/confluence!22
parents d1422fd3 4c1f8307
No related branches found
Tags 0.1.0-bb.19
1 merge request!22Update Ironbank
Pipeline #857298 passed
......@@ -3,6 +3,9 @@
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.1.0-bb.19] - 2022-06-23
### Update
- Confluence to 7.18.1
## [0.1.0-bb.18] - 2022-06-08
### Update
......
# confluence
![Version: 0.1.0-bb.18](https://img.shields.io/badge/Version-0.1.0--bb.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.17.1](https://img.shields.io/badge/AppVersion-7.17.1-informational?style=flat-square)
![Version: 0.1.0-bb.19](https://img.shields.io/badge/Version-0.1.0--bb.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.18.1](https://img.shields.io/badge/AppVersion-7.18.1-informational?style=flat-square)
A chart for installing Confluence DC on Kubernetes
......@@ -41,7 +41,7 @@ helm install confluence chart/
| image.repository | string | `"registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node"` | |
| image.imagePullSecrets | string | `"private-registry"` | Optional image repository pull secret |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.tag | string | `"7.17.1"` | The docker image tag to be used. Defaults to the Chart appVersion. |
| image.tag | string | `"7.18.1"` | The docker image tag to be used. Defaults to the Chart appVersion. |
| serviceAccount.name | string | `nil` | Specifies the name of the ServiceAccount to be used by the pods. If not specified, but the the "serviceAccount.create" flag is set, then the ServiceAccount name will be auto-generated, otherwise the 'default' ServiceAccount will be used. |
| serviceAccount.create | bool | `true` | true if a ServiceAccount should be created, or false if it already exists |
| serviceAccount.imagePullSecrets | list | `[]` | The list of image pull secrets that should be added to the created ServiceAccount |
......
dependencies:
- name: gluon
repository: oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon
version: 0.2.9
digest: sha256:0cec9e7b386efbd3bacb900b3ec768477f9c5a24992ee82fb862d1d8abe9ebd0
generated: "2022-05-17T14:28:04.7721562-06:00"
version: 0.2.10
digest: sha256:10de93396e275c5f10a0919340e333b9e4b011f2fc63a5b43c9e91e49800d8bc
generated: "2022-06-23T10:06:52.4753649-06:00"
......@@ -2,8 +2,8 @@ apiVersion: v2
name: confluence
description: A chart for installing Confluence DC on Kubernetes
type: application
version: 0.1.0-bb.18
appVersion: 7.17.1
version: 0.1.0-bb.19
appVersion: 7.18.1
kubeVersion: ">=1.17.x-0"
keywords:
- Confluence
......@@ -16,5 +16,5 @@ sources:
deprecated: false
dependencies:
- name: gluon
version: "0.2.9"
version: "0.2.10"
repository: "oci://registry.dso.mil/platform-one/big-bang/apps/library-charts/gluon"
File added
File deleted
......@@ -10,7 +10,7 @@ image:
imagePullSecrets: private-registry
pullPolicy: IfNotPresent
# -- The docker image tag to be used. Defaults to the Chart appVersion.
tag: "7.17.1"
tag: "7.18.1"
serviceAccount:
# -- Specifies the name of the ServiceAccount to be used by the pods.
......
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