Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/charts/bamboo-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A chart for installing Bamboo Data Center remote agents on
Kubernetes
type: application
version: '2.0.4'
appVersion: 11.0.4
appVersion: 11.0.5
kubeVersion: ">=1.21.x-0"
keywords:
- Bamboo
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bamboo-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bamboo-agent

![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0.4](https://img.shields.io/badge/AppVersion-11.0.4-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0.5](https://img.shields.io/badge/AppVersion-11.0.5-informational?style=flat-square)

A chart for installing Bamboo Data Center remote agents on Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bamboo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bamboo
description: A chart for installing Bamboo Data Center on Kubernetes
type: application
version: '2.0.4'
appVersion: 11.0.4
appVersion: 11.0.5
kubeVersion: ">=1.21.x-0"
keywords:
- Bamboo
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bamboo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bamboo

![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0.4](https://img.shields.io/badge/AppVersion-11.0.4-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0.5](https://img.shields.io/badge/AppVersion-11.0.5-informational?style=flat-square)

A chart for installing Bamboo Data Center on Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bitbucket/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bitbucket
description: A chart for installing Bitbucket Data Center on Kubernetes
type: application
version: '2.0.4'
appVersion: 9.4.9
appVersion: 9.4.12
kubeVersion: ">=1.21.x-0"
keywords:
- Bitbucket
Expand Down
6 changes: 3 additions & 3 deletions src/main/charts/bitbucket/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bitbucket

![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.9](https://img.shields.io/badge/AppVersion-9.4.9-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.12](https://img.shields.io/badge/AppVersion-9.4.12-informational?style=flat-square)

A chart for installing Bitbucket Data Center on Kubernetes

Expand Down Expand Up @@ -84,10 +84,10 @@ Kubernetes: `>=1.21.x-0`
| bitbucket.mesh.affinity | object | `{}` | Standard Kubernetes affinities that will be applied to all Bitbucket mesh pods |
| bitbucket.mesh.enabled | bool | `false` | Enable Bitbucket Mesh. See: https://confluence.atlassian.com/bitbucketserver/bitbucket-mesh-1128304351.html |
| bitbucket.mesh.hostNamespaces | object | `{}` | Share host namespaces which may include hostNetwork, hostIPC, and hostPID |
| bitbucket.mesh.image | object | `{"pullPolicy":"IfNotPresent","repository":"atlassian/bitbucket-mesh","tag":"3.4.8"}` | The Bitbucket Mesh image to use https://hub.docker.com/r/atlassian/bitbucket-mesh |
| bitbucket.mesh.image | object | `{"pullPolicy":"IfNotPresent","repository":"atlassian/bitbucket-mesh","tag":"3.4.10"}` | The Bitbucket Mesh image to use https://hub.docker.com/r/atlassian/bitbucket-mesh |
| bitbucket.mesh.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| bitbucket.mesh.image.repository | string | `"atlassian/bitbucket-mesh"` | The Bitbucket Mesh image repository https://hub.docker.com/r/atlassian/bitbucket-mesh |
| bitbucket.mesh.image.tag | string | `"3.4.8"` | The docker image tag to be used |
| bitbucket.mesh.image.tag | string | `"3.4.10"` | The docker image tag to be used |
| bitbucket.mesh.nodeAutoRegistration | bool | `false` | Experimental! Automatically register Bitbucket mesh nodes with the Bitbucket server. `bitbucket.sysadminCredentials.secretName` needs to be defined to provide credentials to post-install node registration jobs that are created only for new Helm chart installations. It is recommended to manually register Mesh nodes in Butbucket UI. |
| bitbucket.mesh.nodeSelector | object | `{}` | Standard K8s node-selectors that will be applied to all Bitbucket Mesh pods |
| bitbucket.mesh.podAnnotations | object | `{}` | Custom annotations that will be applied to all Bitbucket Mesh pods |
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/bitbucket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ bitbucket:

# -- The docker image tag to be used
#
tag: "3.4.8"
tag: "3.4.10"

# -- Number of Bitbucket Mesh nodes. Do not change it. Currently, only the quorum of 3 mesh nodes is supported.
# Reducing the number of replicas will result in mesh degradation while increasing the number of Mesh nodes
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/confluence/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: confluence
description: A chart for installing Confluence Data Center on Kubernetes
type: application
version: '2.0.4'
appVersion: 9.2.7
appVersion: 9.2.9
kubeVersion: ">=1.21.x-0"
keywords:
- Confluence
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/confluence/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# confluence

![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.2.7](https://img.shields.io/badge/AppVersion-9.2.7-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.2.9](https://img.shields.io/badge/AppVersion-9.2.9-informational?style=flat-square)

A chart for installing Confluence Data Center on Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/crowd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: crowd
description: A chart for installing Crowd Data Center on Kubernetes
type: application
version: '2.0.4'
appVersion: 7.0.0
appVersion: 7.1.0

kubeVersion: ">=1.21.x-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/crowd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crowd

![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.0](https://img.shields.io/badge/AppVersion-7.0.0-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.1.0](https://img.shields.io/badge/AppVersion-7.1.0-informational?style=flat-square)

A chart for installing Crowd Data Center on Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/jira/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: jira
description: A chart for installing Jira Data Center on Kubernetes
type: application
version: '2.0.4'
appVersion: 10.3.9
appVersion: 10.3.12
kubeVersion: ">=1.21.x-0"
keywords:
- Jira
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/jira/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jira

![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.3.9](https://img.shields.io/badge/AppVersion-10.3.9-informational?style=flat-square)
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.3.12](https://img.shields.io/badge/AppVersion-10.3.12-informational?style=flat-square)

A chart for installing Jira Data Center on Kubernetes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
helm.sh/chart: bamboo-agent-2.0.4
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
---
# Source: bamboo-agent/templates/config-jvm.yaml
Expand All @@ -20,7 +20,7 @@ metadata:
helm.sh/chart: bamboo-agent-2.0.4
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
data:
max_heap: 512m
Expand All @@ -35,7 +35,7 @@ metadata:
helm.sh/chart: bamboo-agent-2.0.4
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
initContainers:
containers:
- name: bamboo-agent
image: "atlassian/bamboo-agent-base:11.0.4"
image: "atlassian/bamboo-agent-base:11.0.5"
imagePullPolicy: IfNotPresent
env:
- name: BAMBOO_SERVER
Expand Down
24 changes: 12 additions & 12 deletions src/test/resources/expected_helm_output/bamboo/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
---
# Source: bamboo/templates/config-jvm.yaml
Expand All @@ -20,7 +20,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
data:
additional_jvm_args: >-
Expand All @@ -37,7 +37,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
data:
jmx-config.yaml: |
Expand Down Expand Up @@ -65,7 +65,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
data:
values.yaml: |
Expand Down Expand Up @@ -373,7 +373,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -396,7 +396,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -419,7 +419,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -443,7 +443,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
annotations:
argocd.argoproj.io/sync-wave: "10"
Expand All @@ -462,7 +462,7 @@ spec:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
spec:
serviceAccountName: unittest-bamboo
Expand Down Expand Up @@ -496,7 +496,7 @@ spec:
name: shared-home
containers:
- name: bamboo
image: "atlassian/bamboo:11.0.4"
image: "atlassian/bamboo:11.0.5"
imagePullPolicy: IfNotPresent
env:
- name: ATL_TOMCAT_SCHEME
Expand Down Expand Up @@ -629,7 +629,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down Expand Up @@ -673,7 +673,7 @@ metadata:
helm.sh/chart: bamboo-2.0.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "11.0.4"
app.kubernetes.io/version: "11.0.5"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down
Loading
Loading