Skip to content

Commit 83794fb

Browse files
Update appVersions for DC apps (#1049)
Co-authored-by: bianchi2 <[email protected]>
1 parent 3103fe5 commit 83794fb

File tree

19 files changed

+88
-88
lines changed

19 files changed

+88
-88
lines changed

src/main/charts/bamboo-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A chart for installing Bamboo Data Center remote agents on
44
Kubernetes
55
type: application
66
version: '2.0.4'
7-
appVersion: 11.0.4
7+
appVersion: 11.0.5
88
kubeVersion: ">=1.21.x-0"
99
keywords:
1010
- Bamboo

src/main/charts/bamboo-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bamboo-agent
22

3-
![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)
3+
![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)
44

55
A chart for installing Bamboo Data Center remote agents on Kubernetes
66

src/main/charts/bamboo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: bamboo
33
description: A chart for installing Bamboo Data Center on Kubernetes
44
type: application
55
version: '2.0.4'
6-
appVersion: 11.0.4
6+
appVersion: 11.0.5
77
kubeVersion: ">=1.21.x-0"
88
keywords:
99
- Bamboo

src/main/charts/bamboo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bamboo
22

3-
![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)
3+
![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)
44

55
A chart for installing Bamboo Data Center on Kubernetes
66

src/main/charts/bitbucket/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: bitbucket
33
description: A chart for installing Bitbucket Data Center on Kubernetes
44
type: application
55
version: '2.0.4'
6-
appVersion: 9.4.9
6+
appVersion: 9.4.12
77
kubeVersion: ">=1.21.x-0"
88
keywords:
99
- Bitbucket

src/main/charts/bitbucket/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bitbucket
22

3-
![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)
3+
![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)
44

55
A chart for installing Bitbucket Data Center on Kubernetes
66

@@ -84,10 +84,10 @@ Kubernetes: `>=1.21.x-0`
8484
| bitbucket.mesh.affinity | object | `{}` | Standard Kubernetes affinities that will be applied to all Bitbucket mesh pods |
8585
| bitbucket.mesh.enabled | bool | `false` | Enable Bitbucket Mesh. See: https://confluence.atlassian.com/bitbucketserver/bitbucket-mesh-1128304351.html |
8686
| bitbucket.mesh.hostNamespaces | object | `{}` | Share host namespaces which may include hostNetwork, hostIPC, and hostPID |
87-
| 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 |
87+
| 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 |
8888
| bitbucket.mesh.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
8989
| bitbucket.mesh.image.repository | string | `"atlassian/bitbucket-mesh"` | The Bitbucket Mesh image repository https://hub.docker.com/r/atlassian/bitbucket-mesh |
90-
| bitbucket.mesh.image.tag | string | `"3.4.8"` | The docker image tag to be used |
90+
| bitbucket.mesh.image.tag | string | `"3.4.10"` | The docker image tag to be used |
9191
| 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. |
9292
| bitbucket.mesh.nodeSelector | object | `{}` | Standard K8s node-selectors that will be applied to all Bitbucket Mesh pods |
9393
| bitbucket.mesh.podAnnotations | object | `{}` | Custom annotations that will be applied to all Bitbucket Mesh pods |

src/main/charts/bitbucket/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ bitbucket:
10111011

10121012
# -- The docker image tag to be used
10131013
#
1014-
tag: "3.4.8"
1014+
tag: "3.4.10"
10151015

10161016
# -- Number of Bitbucket Mesh nodes. Do not change it. Currently, only the quorum of 3 mesh nodes is supported.
10171017
# Reducing the number of replicas will result in mesh degradation while increasing the number of Mesh nodes

src/main/charts/confluence/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: confluence
33
description: A chart for installing Confluence Data Center on Kubernetes
44
type: application
55
version: '2.0.4'
6-
appVersion: 9.2.7
6+
appVersion: 9.2.9
77
kubeVersion: ">=1.21.x-0"
88
keywords:
99
- Confluence

src/main/charts/confluence/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# confluence
22

3-
![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)
3+
![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)
44

55
A chart for installing Confluence Data Center on Kubernetes
66

src/main/charts/crowd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: crowd
33
description: A chart for installing Crowd Data Center on Kubernetes
44
type: application
55
version: '2.0.4'
6-
appVersion: 7.0.0
6+
appVersion: 7.1.0
77

88
kubeVersion: ">=1.21.x-0"
99
keywords:

0 commit comments

Comments
 (0)