Skip to content

Commit

Permalink
Update appVersions for DC apps (#948)
Browse files Browse the repository at this point in the history
* Update repo url

* Update appVersions for DC apps

---------

Co-authored-by: Yevhen Ivantsov <yivantsov@atlassian.com>
Co-authored-by: bianchi2 <bianchi2@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 3, 2025
1 parent 5ef02ab commit b2bb152
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 23 deletions.
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 @@ -3,7 +3,7 @@ name: bamboo-agent
description: A chart for installing Bamboo Data Center remote agents on Kubernetes
type: application
version: '1.22.4'
appVersion: 10.2.0
appVersion: 10.2.1
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: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.0](https://img.shields.io/badge/AppVersion-10.2.0-informational?style=flat-square)
![Version: 1.22.4](https://img.shields.io/badge/Version-1.22.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.2.1](https://img.shields.io/badge/AppVersion-10.2.1-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: '1.22.4'
appVersion: 10.2.0
appVersion: 10.2.1
kubeVersion: ">=1.21.x-0"
keywords:
- Bamboo
Expand Down
3 changes: 2 additions & 1 deletion src/main/charts/bamboo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bamboo

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

A chart for installing Bamboo Data Center on Kubernetes

Expand Down Expand Up @@ -195,6 +195,7 @@ Kubernetes: `>=1.21.x-0`
| volumes.localHome.persistentVolumeClaim.storageClassName | string | `nil` | Specify the name of the 'StorageClass' that should be used for the local-home volume claim. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `nil` | Configures the volume retention behavior that applies when the StatefulSet is deleted. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenScaled | string | `nil` | Configures the volume retention behavior that applies when the replica count of the StatefulSet is reduced. |
| volumes.localHome.subPath | string | `nil` | Specifies the sub-directory of the local-home volume that will be mounted in to the Bamboo container. |
| volumes.sharedHome.customVolume | object | `{}` | Static provisioning of shared-home using K8s PVs and PVCs When 'persistentVolumeClaim.create' is 'false', then this value can be used to define a standard K8s volume that will be used for the shared-home volume. If not defined, then an 'emptyDir' volume is utilised. Having provisioned a 'PersistentVolume', specify the bound 'persistentVolumeClaim.claimName' for the 'customVolume' object. https://kubernetes.io/docs/concepts/storage/persistent-volumes/#static https://atlassian.github.io/data-center-helm-charts/examples/storage/aws/SHARED_STORAGE/ |
| volumes.sharedHome.mountPath | string | `"/var/atlassian/application-data/shared-home"` | Specifies the path in the Bamboo container to which the shared-home volume will be mounted. |
| volumes.sharedHome.nfsPermissionFixer.command | string | `nil` | By default, the fixer will change the group ownership of the volume's root directory to match the Bamboo container's GID (2001), and then ensures the directory is group-writeable. If this is not the desired behaviour, command used can be specified here. |
Expand Down
1 change: 1 addition & 0 deletions src/main/charts/bitbucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ Kubernetes: `>=1.21.x-0`
| volumes.localHome.persistentVolumeClaim.storageClassName | string | `nil` | Specify the name of the 'StorageClass' that should be used for the local-home volume claim. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `nil` | Configures the volume retention behavior that applies when the StatefulSet is deleted. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenScaled | string | `nil` | Configures the volume retention behavior that applies when the replica count of the StatefulSet is reduced. |
| volumes.localHome.subPath | string | `nil` | Specifies the sub-directory of the local-home volume that will be mounted in to the Bitbucket container. |
| volumes.sharedHome.customVolume | object | `{}` | Static provisioning of shared-home using K8s PVs and PVCs When 'persistentVolume.create' and 'persistentVolumeClaim.create' are 'false', then this property can be used to define a custom volume that will be used for shared-home If not defined, then an 'emptyDir' volume is utilised. Having manually provisioned a 'PersistentVolume' with corresponding 'PersistentVolumeClaim' specify the bound claim name below https://kubernetes.io/docs/concepts/storage/persistent-volumes/#static https://atlassian.github.io/data-center-helm-charts/examples/storage/aws/SHARED_STORAGE/ |
| volumes.sharedHome.mountPath | string | `"/var/atlassian/application-data/shared-home"` | Specifies the path in the Bitbucket container to which the shared-home volume will be mounted. |
| volumes.sharedHome.nfsPermissionFixer.command | string | `nil` | By default, the fixer will change the group ownership of the volume's root directory to match the Bitbucket container's GID (2003), and then ensures the directory is group-writeable. If this is not the desired behaviour, command used can be specified here. |
Expand Down
1 change: 1 addition & 0 deletions src/main/charts/confluence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ Kubernetes: `>=1.21.x-0`
| volumes.localHome.persistentVolumeClaim.storageClassName | string | `nil` | Specify the name of the 'StorageClass' that should be used for the local-home volume claim. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `nil` | Configures the volume retention behavior that applies when the StatefulSet is deleted. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenScaled | string | `nil` | Configures the volume retention behavior that applies when the replica count of the StatefulSet is reduced. |
| volumes.localHome.subPath | string | `nil` | Specifies the sub-directory of the local-home volume that will be mounted in to the Confluence container. |
| volumes.sharedHome.customVolume | object | `{}` | Static provisioning of shared-home using K8s PVs and PVCs When 'persistentVolumeClaim.create' is 'false', then this value can be used to define a standard K8s volume that will be used for the shared-home volume. If not defined, then an 'emptyDir' volume is utilised. Having provisioned a 'PersistentVolume', specify the bound 'persistentVolumeClaim.claimName' for the 'customVolume' object. https://kubernetes.io/docs/concepts/storage/persistent-volumes/#static https://atlassian.github.io/data-center-helm-charts/examples/storage/aws/SHARED_STORAGE/ |
| volumes.sharedHome.mountPath | string | `"/var/atlassian/application-data/shared-home"` | Specifies the path in the Confluence container to which the shared-home volume will be mounted. |
| volumes.sharedHome.nfsPermissionFixer.command | string | `nil` | By default, the fixer will change the group ownership of the volume's root directory to match the Confluence container's GID (2002), and then ensures the directory is group-writeable. If this is not the desired behaviour, command used can be specified here. |
Expand Down
1 change: 1 addition & 0 deletions src/main/charts/crowd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ Kubernetes: `>=1.21.x-0`
| volumes.localHome.persistentVolumeClaim.storageClassName | string | `nil` | Specify the name of the 'StorageClass' that should be used for the local-home volume claim. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `nil` | Configures the volume retention behavior that applies when the StatefulSet is deleted. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenScaled | string | `nil` | Configures the volume retention behavior that applies when the replica count of the StatefulSet is reduced. |
| volumes.localHome.subPath | string | `nil` | Specifies the sub-directory of the local-home volume that will be mounted in to the Crowd container. |
| volumes.sharedHome.customVolume | object | `{}` | Static provisioning of shared-home using K8s PVs and PVCs When 'persistentVolumeClaim.create' is 'false', then this value can be used to define a standard K8s volume that will be used for the shared-home volume. If not defined, then an 'emptyDir' volume is utilised. Having provisioned a 'PersistentVolume', specify the bound 'persistentVolumeClaim.claimName' for the 'customVolume' object. https://kubernetes.io/docs/concepts/storage/persistent-volumes/#static https://atlassian.github.io/data-center-helm-charts/examples/storage/aws/SHARED_STORAGE/ |
| volumes.sharedHome.mountPath | string | `"/var/atlassian/application-data/crowd/shared"` | Specifies the path in the Crowd container to which the shared-home volume will be mounted. |
| volumes.sharedHome.nfsPermissionFixer.command | string | `nil` | By default, the fixer will change the group ownership of the volume's root directory to match the Crowd container's GID (2002), and then ensures the directory is group-writeable. If this is not the desired behaviour, command used can be specified here. |
Expand Down
1 change: 1 addition & 0 deletions src/main/charts/jira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ Kubernetes: `>=1.21.x-0`
| volumes.localHome.persistentVolumeClaim.storageClassName | string | `nil` | Specify the name of the 'StorageClass' that should be used for the local-home volume claim. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenDeleted | string | `nil` | Configures the volume retention behavior that applies when the StatefulSet is deleted. |
| volumes.localHome.persistentVolumeClaimRetentionPolicy.whenScaled | string | `nil` | Configures the volume retention behavior that applies when the replica count of the StatefulSet is reduced. |
| volumes.localHome.subPath | string | `nil` | Specifies the sub-directory of the local-home volume that will be mounted in to the Jira container. |
| volumes.sharedHome.customVolume | object | `{}` | Static provisioning of shared-home using K8s PVs and PVCs When 'persistentVolumeClaim.create' is 'false', then this value can be used to define a standard K8s volume that will be used for the shared-home volume. If not defined, then an 'emptyDir' volume is utilised. Having provisioned a 'PersistentVolume', specify the bound 'persistentVolumeClaim.claimName' for the 'customVolume' object. https://kubernetes.io/docs/concepts/storage/persistent-volumes/#static https://atlassian.github.io/data-center-helm-charts/examples/storage/aws/SHARED_STORAGE/ |
| volumes.sharedHome.mountPath | string | `"/var/atlassian/application-data/shared-home"` | Specifies the path in the Jira container to which the shared-home volume will be mounted. |
| volumes.sharedHome.nfsPermissionFixer.command | string | `nil` | By default, the fixer will change the group ownership of the volume's root directory to match the Jira container's GID (2001), and then ensures the directory is group-writeable. If this is not the desired behaviour, command used can be specified here. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
helm.sh/chart: bamboo-agent-1.22.4
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
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-1.22.4
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
data:
max_heap: 512m
Expand All @@ -35,7 +35,7 @@ metadata:
helm.sh/chart: bamboo-agent-1.22.4
app.kubernetes.io/name: bamboo-agent
app.kubernetes.io/instance: unittest-bamboo-agent
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
initContainers:
containers:
- name: bamboo-agent
image: "atlassian/bamboo-agent-base:10.2.0"
image: "atlassian/bamboo-agent-base:10.2.1"
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-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
---
# Source: bamboo/templates/config-jvm.yaml
Expand All @@ -20,7 +20,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
data:
additional_jvm_args: >-
Expand All @@ -37,7 +37,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
data:
jmx-config.yaml: |
Expand Down Expand Up @@ -65,7 +65,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
data:
values.yaml: |
Expand Down Expand Up @@ -370,7 +370,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -393,7 +393,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -416,7 +416,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -440,7 +440,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
annotations:
argocd.argoproj.io/sync-wave: "10"
Expand All @@ -459,7 +459,7 @@ spec:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
spec:
serviceAccountName: unittest-bamboo
Expand Down Expand Up @@ -492,7 +492,7 @@ spec:
name: shared-home
containers:
- name: bamboo
image: "atlassian/bamboo:10.2.0"
image: "atlassian/bamboo:10.2.1"
imagePullPolicy: IfNotPresent
env:
- name: ATL_TOMCAT_SCHEME
Expand Down Expand Up @@ -625,7 +625,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down Expand Up @@ -669,7 +669,7 @@ metadata:
helm.sh/chart: bamboo-1.22.4
app.kubernetes.io/name: bamboo
app.kubernetes.io/instance: unittest-bamboo
app.kubernetes.io/version: "10.2.0"
app.kubernetes.io/version: "10.2.1"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down
5 changes: 2 additions & 3 deletions src/test/scripts/product_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ def get_lts_version(argv):
if product == 'mesh':
argv[0] = 'stash'
stash_version = get_lts_version(argv)
pom_url = (f"https://packages.atlassian.com/artifactory/maven-closedsource-private-local/"
f"com/atlassian/bitbucket/server/bitbucket-parent/{stash_version}/"
pom_url = (f"https://maven.artifacts.atlassian.com/com/atlassian/bitbucket/server/bitbucket-parent/{stash_version}/"
f"bitbucket-parent-{stash_version}.pom")
username = os.getenv("ARTIFACTORY_BOT_USERNAME")
password = os.getenv("ARTIFACTORY_BOT_PASSWORD")
Expand Down Expand Up @@ -94,7 +93,7 @@ def get_lts_version(argv):
lts_version = f"{lts_version}{tag_suffix}"
else:
lts_version = 'unknown'

return lts_version


Expand Down

0 comments on commit b2bb152

Please sign in to comment.