From bd16f278e1e4ebba7c67c0f598aaa5146de5860d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 05:48:37 +0700 Subject: [PATCH] Prepare release 1.18 (#767) Co-authored-by: bianchi2 --- src/main/charts/bamboo-agent/Changelog.md | 12 +++++++ src/main/charts/bamboo-agent/Chart.yaml | 7 ++-- src/main/charts/bamboo-agent/README.md | 4 +-- src/main/charts/bamboo/Changelog.md | 15 +++++++++ src/main/charts/bamboo/Chart.yaml | 11 ++++--- src/main/charts/bamboo/README.md | 4 +-- src/main/charts/bitbucket/Changelog.md | 15 +++++++++ src/main/charts/bitbucket/Chart.yaml | 11 ++++--- src/main/charts/bitbucket/README.md | 4 +-- src/main/charts/confluence/Changelog.md | 16 ++++++++++ src/main/charts/confluence/Chart.yaml | 11 +++++-- src/main/charts/confluence/README.md | 4 +-- src/main/charts/crowd/Changelog.md | 15 +++++++++ src/main/charts/crowd/Chart.yaml | 11 ++++--- src/main/charts/crowd/README.md | 4 +-- src/main/charts/jira/Changelog.md | 15 +++++++++ src/main/charts/jira/Chart.yaml | 11 ++++--- src/main/charts/jira/README.md | 4 +-- .../bamboo-agent/output.yaml | 8 ++--- .../expected_helm_output/bamboo/output.yaml | 22 ++++++------- .../bitbucket/output.yaml | 32 +++++++++---------- .../confluence/output.yaml | 24 +++++++------- .../expected_helm_output/crowd/output.yaml | 20 ++++++------ .../expected_helm_output/jira/output.yaml | 20 ++++++------ 24 files changed, 203 insertions(+), 97 deletions(-) diff --git a/src/main/charts/bamboo-agent/Changelog.md b/src/main/charts/bamboo-agent/Changelog.md index 1425456b2..00087c06d 100644 --- a/src/main/charts/bamboo-agent/Changelog.md +++ b/src/main/charts/bamboo-agent/Changelog.md @@ -1,5 +1,17 @@ # Change Log +## 1.18 + +**Release date:** 2024-2-27 + +![AppVersion: 9.5.1](https://img.shields.io/static/v1?label=AppVersion&message=9.5.1&color=success&logo=) +![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +* OpenShift Support (#752) +* Update appVersions for DC apps (#762) +* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) + ## 1.17.2 **Release date:** 2023-12-18 diff --git a/src/main/charts/bamboo-agent/Chart.yaml b/src/main/charts/bamboo-agent/Chart.yaml index fbd52af4d..44595d94e 100644 --- a/src/main/charts/bamboo-agent/Chart.yaml +++ b/src/main/charts/bamboo-agent/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bamboo-agent description: A chart for installing Bamboo Data Center remote agents on Kubernetes type: application -version: 1.17.2 +version: '1.18' appVersion: 9.5.1 kubeVersion: ">=1.21.x-0" keywords: @@ -20,8 +20,9 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "StatefulSet PVC auto deletion (#736)" - - "Update appVersions for DC apps (#738)" + - "OpenShift Support (#752)" + - "Update appVersions for DC apps (#762)" + - "Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)" dependencies: - name: common version: 1.2.6 diff --git a/src/main/charts/bamboo-agent/README.md b/src/main/charts/bamboo-agent/README.md index 57a78e2ae..c707d2cbe 100644 --- a/src/main/charts/bamboo-agent/README.md +++ b/src/main/charts/bamboo-agent/README.md @@ -1,6 +1,6 @@ # bamboo-agent -![Version: 1.17.2](https://img.shields.io/badge/Version-1.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.5.1](https://img.shields.io/badge/AppVersion-9.5.1-informational?style=flat-square) +![Version: 1.18](https://img.shields.io/badge/Version-1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.5.1](https://img.shields.io/badge/AppVersion-9.5.1-informational?style=flat-square) A chart for installing Bamboo Data Center remote agents on Kubernetes @@ -71,4 +71,4 @@ Kubernetes: `>=1.21.x-0` | volumes | object | `{"additional":null}` | Defines additional volumes that should be applied to all Bamboo agent pods. Note that this will not create any corresponding volume mounts which need to be defined in bamboo.additionalVolumeMounts | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/src/main/charts/bamboo/Changelog.md b/src/main/charts/bamboo/Changelog.md index eb0452c60..4320ce54c 100644 --- a/src/main/charts/bamboo/Changelog.md +++ b/src/main/charts/bamboo/Changelog.md @@ -1,5 +1,20 @@ # Change Log +## 1.18 + +**Release date:** 2024-2-27 + +![AppVersion: 9.5.1](https://img.shields.io/static/v1?label=AppVersion&message=9.5.1&color=success&logo=) +![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +* Add Openshift analytics (#763) +* Update appVersions for DC apps (#765) +* OpenShift Support (#752) +* Use testPods values for test images and container resources (#761) +* Relabel instance name on jmx service monitor (#757) +* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) + ## 1.17.2 **Release date:** 2023-12-18 diff --git a/src/main/charts/bamboo/Chart.yaml b/src/main/charts/bamboo/Chart.yaml index 935b3c95c..d99f5c047 100644 --- a/src/main/charts/bamboo/Chart.yaml +++ b/src/main/charts/bamboo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bamboo description: A chart for installing Bamboo Data Center on Kubernetes type: application -version: 1.17.2 +version: '1.18' appVersion: 9.5.1 kubeVersion: ">=1.21.x-0" keywords: @@ -20,9 +20,12 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "StatefulSet PVC auto deletion (#736)" - - "Update appVersions for DC apps (#738)" - - "Add optional postStart hook (#735)" + - "Add Openshift analytics (#763)" + - "Update appVersions for DC apps (#765)" + - "OpenShift Support (#752)" + - "Use testPods values for test images and container resources (#761)" + - "Relabel instance name on jmx service monitor (#757)" + - "Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)" dependencies: - name: common version: 1.2.6 diff --git a/src/main/charts/bamboo/README.md b/src/main/charts/bamboo/README.md index 9380bed69..b4ef36a02 100644 --- a/src/main/charts/bamboo/README.md +++ b/src/main/charts/bamboo/README.md @@ -1,6 +1,6 @@ # bamboo -![Version: 1.17.2](https://img.shields.io/badge/Version-1.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.5.1](https://img.shields.io/badge/AppVersion-9.5.1-informational?style=flat-square) +![Version: 1.18](https://img.shields.io/badge/Version-1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.5.1](https://img.shields.io/badge/AppVersion-9.5.1-informational?style=flat-square) A chart for installing Bamboo Data Center on Kubernetes @@ -200,4 +200,4 @@ Kubernetes: `>=1.21.x-0` | volumes.sharedHome.subPath | string | `nil` | Specifies the sub-directory of the shared-home volume that will be mounted in to the Bamboo container. | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/src/main/charts/bitbucket/Changelog.md b/src/main/charts/bitbucket/Changelog.md index 71a589342..3b6b124ed 100644 --- a/src/main/charts/bitbucket/Changelog.md +++ b/src/main/charts/bitbucket/Changelog.md @@ -1,5 +1,20 @@ # Change Log +## 1.18 + +**Release date:** 2024-2-27 + +![AppVersion: 8.9.10](https://img.shields.io/static/v1?label=AppVersion&message=8.9.10&color=success&logo=) +![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +* Add Openshift analytics (#763) +* Update appVersions for DC apps (#765) +* OpenShift Support (#752) +* Use testPods values for test images and container resources (#761) +* Relabel instance name on jmx service monitor (#757) +* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) + ## 1.17.2 **Release date:** 2023-12-18 diff --git a/src/main/charts/bitbucket/Chart.yaml b/src/main/charts/bitbucket/Chart.yaml index 70285f06a..dae3baaa1 100644 --- a/src/main/charts/bitbucket/Chart.yaml +++ b/src/main/charts/bitbucket/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: bitbucket description: A chart for installing Bitbucket Data Center on Kubernetes type: application -version: 1.17.2 +version: '1.18' appVersion: 8.9.10 kubeVersion: ">=1.21.x-0" keywords: @@ -20,9 +20,12 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "StatefulSet PVC auto deletion (#736)" - - "Update appVersions for DC apps (#738)" - - "Add optional postStart hook (#735)" + - "Add Openshift analytics (#763)" + - "Update appVersions for DC apps (#765)" + - "OpenShift Support (#752)" + - "Use testPods values for test images and container resources (#761)" + - "Relabel instance name on jmx service monitor (#757)" + - "Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)" dependencies: - name: common diff --git a/src/main/charts/bitbucket/README.md b/src/main/charts/bitbucket/README.md index 257ca6097..5b500284e 100644 --- a/src/main/charts/bitbucket/README.md +++ b/src/main/charts/bitbucket/README.md @@ -1,6 +1,6 @@ # bitbucket -![Version: 1.17.2](https://img.shields.io/badge/Version-1.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.10](https://img.shields.io/badge/AppVersion-8.9.10-informational?style=flat-square) +![Version: 1.18](https://img.shields.io/badge/Version-1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.10](https://img.shields.io/badge/AppVersion-8.9.10-informational?style=flat-square) A chart for installing Bitbucket Data Center on Kubernetes @@ -245,4 +245,4 @@ Kubernetes: `>=1.21.x-0` | volumes.sharedHome.subPath | string | `nil` | Specifies the sub-directory of the shared-home volume that will be mounted in to the Bitbucket container. | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/src/main/charts/confluence/Changelog.md b/src/main/charts/confluence/Changelog.md index 5e31ba7e2..64452a106 100644 --- a/src/main/charts/confluence/Changelog.md +++ b/src/main/charts/confluence/Changelog.md @@ -1,6 +1,22 @@ # Change Log +## 1.18 + +**Release date:** 2024-2-27 + +![AppVersion: 8.5.6](https://img.shields.io/static/v1?label=AppVersion&message=8.5.6&color=success&logo=) +![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +* Add Openshift analytics (#763) +* Update appVersions for DC apps (#765) +* Removed unused Confluence shared home volume from Synchrony volume. (#764) +* OpenShift Support (#752) +* Use testPods values for test images and container resources (#761) +* Relabel instance name on jmx service monitor (#757) +* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) + ## 1.17.2 **Release date:** 2023-12-18 diff --git a/src/main/charts/confluence/Chart.yaml b/src/main/charts/confluence/Chart.yaml index 8efed4a52..fec563290 100644 --- a/src/main/charts/confluence/Chart.yaml +++ b/src/main/charts/confluence/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: confluence description: A chart for installing Confluence Data Center on Kubernetes type: application -version: 1.17.2 +version: '1.18' appVersion: 8.5.6 kubeVersion: ">=1.21.x-0" keywords: @@ -20,8 +20,13 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: |- - - "StatefulSet PVC auto deletion (#736)" - - "Add optional postStart hook (#735)" + - "Add Openshift analytics (#763)" + - "Update appVersions for DC apps (#765)" + - "Removed unused Confluence shared home volume from Synchrony volume. (#764)" + - "OpenShift Support (#752)" + - "Use testPods values for test images and container resources (#761)" + - "Relabel instance name on jmx service monitor (#757)" + - "Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)" dependencies: - name: common diff --git a/src/main/charts/confluence/README.md b/src/main/charts/confluence/README.md index 68ee1dce8..daf0f1b25 100644 --- a/src/main/charts/confluence/README.md +++ b/src/main/charts/confluence/README.md @@ -1,6 +1,6 @@ # confluence -![Version: 1.17.2](https://img.shields.io/badge/Version-1.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.5.6](https://img.shields.io/badge/AppVersion-8.5.6-informational?style=flat-square) +![Version: 1.18](https://img.shields.io/badge/Version-1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.5.6](https://img.shields.io/badge/AppVersion-8.5.6-informational?style=flat-square) A chart for installing Confluence Data Center on Kubernetes @@ -239,4 +239,4 @@ Kubernetes: `>=1.21.x-0` | volumes.synchronyHome.persistentVolumeClaimRetentionPolicy.whenScaled | string | `nil` | Configures the volume retention behavior that applies when the replica count of the StatefulSet is reduced. | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/src/main/charts/crowd/Changelog.md b/src/main/charts/crowd/Changelog.md index c84a3251f..c56846bd4 100644 --- a/src/main/charts/crowd/Changelog.md +++ b/src/main/charts/crowd/Changelog.md @@ -1,6 +1,21 @@ # Change Log +## 1.18 + +**Release date:** 2024-2-27 + +![AppVersion: 5.2.3](https://img.shields.io/static/v1?label=AppVersion&message=5.2.3&color=success&logo=) +![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +* Add Openshift analytics (#763) +* Update appVersions for DC apps (#765) +* OpenShift Support (#752) +* Use testPods values for test images and container resources (#761) +* Relabel instance name on jmx service monitor (#757) +* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) + ## 1.17.2 **Release date:** 2023-12-18 diff --git a/src/main/charts/crowd/Chart.yaml b/src/main/charts/crowd/Chart.yaml index 50c7a44fd..29f11bee7 100644 --- a/src/main/charts/crowd/Chart.yaml +++ b/src/main/charts/crowd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: crowd description: A chart for installing Crowd Data Center on Kubernetes type: application -version: 1.17.2 +version: '1.18' appVersion: 5.2.3 kubeVersion: ">=1.21.x-0" keywords: @@ -20,9 +20,12 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "StatefulSet PVC auto deletion (#736)" - - "Update appVersions for DC apps (#738)" - - "Add optional postStart hook (#735)" + - "Add Openshift analytics (#763)" + - "Update appVersions for DC apps (#765)" + - "OpenShift Support (#752)" + - "Use testPods values for test images and container resources (#761)" + - "Relabel instance name on jmx service monitor (#757)" + - "Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)" dependencies: - name: common diff --git a/src/main/charts/crowd/README.md b/src/main/charts/crowd/README.md index ba052cd8e..b50dc1c9f 100644 --- a/src/main/charts/crowd/README.md +++ b/src/main/charts/crowd/README.md @@ -1,6 +1,6 @@ # crowd -![Version: 1.17.2](https://img.shields.io/badge/Version-1.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.3](https://img.shields.io/badge/AppVersion-5.2.3-informational?style=flat-square) +![Version: 1.18](https://img.shields.io/badge/Version-1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.3](https://img.shields.io/badge/AppVersion-5.2.3-informational?style=flat-square) A chart for installing Crowd Data Center on Kubernetes @@ -187,4 +187,4 @@ Kubernetes: `>=1.21.x-0` | volumes.sharedHome.subPath | string | `nil` | Specifies the sub-directory of the shared-home volume that will be mounted in to the Crowd container. | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/src/main/charts/jira/Changelog.md b/src/main/charts/jira/Changelog.md index 6d2616d7b..10c36b16c 100644 --- a/src/main/charts/jira/Changelog.md +++ b/src/main/charts/jira/Changelog.md @@ -1,5 +1,20 @@ # Change Log +## 1.18 + +**Release date:** 2024-2-27 + +![AppVersion: 9.12.4](https://img.shields.io/static/v1?label=AppVersion&message=9.12.4&color=success&logo=) +![Kubernetes: >=1.21.x-0](https://img.shields.io/static/v1?label=Kubernetes&message=>=1.21.x-0&color=informational&logo=kubernetes) +![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm) + +* Add Openshift analytics (#763) +* Update appVersions for DC apps (#765) +* OpenShift Support (#752) +* Use testPods values for test images and container resources (#761) +* Relabel instance name on jmx service monitor (#757) +* Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) + ## 1.17.2 **Release date:** 2023-12-18 diff --git a/src/main/charts/jira/Chart.yaml b/src/main/charts/jira/Chart.yaml index b39026d65..06f612dc6 100644 --- a/src/main/charts/jira/Chart.yaml +++ b/src/main/charts/jira/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: jira description: A chart for installing Jira Data Center on Kubernetes type: application -version: 1.17.2 +version: '1.18' appVersion: 9.12.4 kubeVersion: ">=1.21.x-0" keywords: @@ -21,9 +21,12 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "StatefulSet PVC auto deletion (#736)" - - "Update appVersions for DC apps (#738)" - - "Add optional postStart hook (#735)" + - "Add Openshift analytics (#763)" + - "Update appVersions for DC apps (#765)" + - "OpenShift Support (#752)" + - "Use testPods values for test images and container resources (#761)" + - "Relabel instance name on jmx service monitor (#757)" + - "Added pvc retention policy to Bitbucket Mesh StatefulSet (#755)" dependencies: - name: common diff --git a/src/main/charts/jira/README.md b/src/main/charts/jira/README.md index 606ec1f9d..1db36bf50 100644 --- a/src/main/charts/jira/README.md +++ b/src/main/charts/jira/README.md @@ -1,6 +1,6 @@ # jira -![Version: 1.17.2](https://img.shields.io/badge/Version-1.17.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.4](https://img.shields.io/badge/AppVersion-9.12.4-informational?style=flat-square) +![Version: 1.18](https://img.shields.io/badge/Version-1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.4](https://img.shields.io/badge/AppVersion-9.12.4-informational?style=flat-square) A chart for installing Jira Data Center on Kubernetes @@ -187,4 +187,4 @@ Kubernetes: `>=1.21.x-0` | volumes.sharedHome.subPath | string | `nil` | Specifies the sub-directory of the shared-home volume that will be mounted in to the Jira container. | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/src/test/resources/expected_helm_output/bamboo-agent/output.yaml b/src/test/resources/expected_helm_output/bamboo-agent/output.yaml index 1f8aac48a..d4860b599 100644 --- a/src/test/resources/expected_helm_output/bamboo-agent/output.yaml +++ b/src/test/resources/expected_helm_output/bamboo-agent/output.yaml @@ -5,7 +5,7 @@ kind: ServiceAccount metadata: name: unittest-bamboo-agent labels: - helm.sh/chart: bamboo-agent-1.17.2 + helm.sh/chart: bamboo-agent-1.18 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.5.1" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-agent-jvm-config labels: - helm.sh/chart: bamboo-agent-1.17.2 + helm.sh/chart: bamboo-agent-1.18 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.5.1" @@ -32,7 +32,7 @@ kind: Deployment metadata: name: unittest-bamboo-agent labels: - helm.sh/chart: bamboo-agent-1.17.2 + helm.sh/chart: bamboo-agent-1.18 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.5.1" @@ -46,7 +46,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 42513a28cc58777860ccf2d5c400fbd10c83d85a39e7bc4535e18bb0b6bd39ad + checksum/config-jvm: 882f39044406e73b75e0764fe7c880b9b6332ea68b0d089671e98214435b74aa labels: app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent diff --git a/src/test/resources/expected_helm_output/bamboo/output.yaml b/src/test/resources/expected_helm_output/bamboo/output.yaml index b58f396bf..9926c720b 100644 --- a/src/test/resources/expected_helm_output/bamboo/output.yaml +++ b/src/test/resources/expected_helm_output/bamboo/output.yaml @@ -5,7 +5,7 @@ kind: ServiceAccount metadata: name: unittest-bamboo labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-jvm-config labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -35,7 +35,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-jmx-config labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-helm-values labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -354,7 +354,7 @@ kind: Service metadata: name: unittest-bamboo-jms labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -377,7 +377,7 @@ kind: Service metadata: name: unittest-bamboo-jmx labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -399,7 +399,7 @@ kind: Service metadata: name: unittest-bamboo labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -423,7 +423,7 @@ kind: StatefulSet metadata: name: unittest-bamboo labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -438,7 +438,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: d0d822938d8d28725b077e578cd2dda282aee43dab7100c16aed24e2e8b620a6 + checksum/config-jvm: 32940aa341028f70db862204660b4027567a9d30b01d08c86135252705795161 labels: app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo @@ -601,7 +601,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" @@ -645,7 +645,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bamboo-1.17.2 + helm.sh/chart: bamboo-1.18 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.5.1" diff --git a/src/test/resources/expected_helm_output/bitbucket/output.yaml b/src/test/resources/expected_helm_output/bitbucket/output.yaml index 003da17e6..ff636929f 100644 --- a/src/test/resources/expected_helm_output/bitbucket/output.yaml +++ b/src/test/resources/expected_helm_output/bitbucket/output.yaml @@ -5,7 +5,7 @@ kind: ServiceAccount metadata: name: unittest-bitbucket labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jvm-config-mesh labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -35,7 +35,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jvm-config labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -54,7 +54,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jmx-config labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -76,7 +76,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-helm-values labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -405,7 +405,7 @@ kind: Service metadata: name: unittest-bitbucket-jmx labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -430,7 +430,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-0 labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -455,7 +455,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-1 labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -480,7 +480,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-2 labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -505,7 +505,7 @@ kind: Service metadata: name: unittest-bitbucket labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -537,7 +537,7 @@ kind: StatefulSet metadata: name: unittest-bitbucket-mesh labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -557,7 +557,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 00c520ede640b3befa36e128275315222fdc74665fdfeb29d5a87a74cff3549c + checksum/config-jvm: 684118578e8a78d28def08aba6dafbc5478286dba0d015507a605096d45254cc labels: app.kubernetes.io/name: bitbucket-mesh app.kubernetes.io/instance: unittest-bitbucket @@ -660,7 +660,7 @@ kind: StatefulSet metadata: name: unittest-bitbucket labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -680,7 +680,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: dc3c40202986b19d8c8108c0fe3b467e8277fb8b1be897185b5cff3725550d12 + checksum/config-jvm: 07adfc65acba1299621daa1ed3f29517f7d64da1adec913ec1ccc0bc5fba1ea9 labels: app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket @@ -802,7 +802,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" @@ -834,7 +834,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bitbucket-1.17.2 + helm.sh/chart: bitbucket-1.18 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.10" diff --git a/src/test/resources/expected_helm_output/confluence/output.yaml b/src/test/resources/expected_helm_output/confluence/output.yaml index 5684c8a29..de32caf00 100644 --- a/src/test/resources/expected_helm_output/confluence/output.yaml +++ b/src/test/resources/expected_helm_output/confluence/output.yaml @@ -5,7 +5,7 @@ kind: ServiceAccount metadata: name: unittest-confluence labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-confluence-jvm-config labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -41,7 +41,7 @@ kind: ConfigMap metadata: name: unittest-confluence-jmx-config labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-confluence-helm-values labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -420,7 +420,7 @@ kind: Service metadata: name: unittest-confluence-jmx labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -442,7 +442,7 @@ kind: Service metadata: name: unittest-confluence-synchrony labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence-synchrony app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -469,7 +469,7 @@ kind: Service metadata: name: unittest-confluence labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -497,7 +497,7 @@ kind: StatefulSet metadata: name: unittest-confluence-synchrony labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence-synchrony app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -577,7 +577,7 @@ kind: StatefulSet metadata: name: unittest-confluence labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -592,7 +592,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 42ee4051926037deb7903180f86089e0be2b186d976dc3f47411c8962d8beb40 + checksum/config-jvm: 77deb3156539ad9312851e09aaee66f8c3e2c5ef71195ce4ef00ee5b2b2a2570 labels: app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence @@ -723,7 +723,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" @@ -754,7 +754,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: confluence-1.17.2 + helm.sh/chart: confluence-1.18 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.6" diff --git a/src/test/resources/expected_helm_output/crowd/output.yaml b/src/test/resources/expected_helm_output/crowd/output.yaml index 9e8ab6ff0..a531c3e57 100644 --- a/src/test/resources/expected_helm_output/crowd/output.yaml +++ b/src/test/resources/expected_helm_output/crowd/output.yaml @@ -5,7 +5,7 @@ kind: ServiceAccount metadata: name: unittest-crowd labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-crowd-jvm-config labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -37,7 +37,7 @@ kind: ConfigMap metadata: name: unittest-crowd-jmx-config labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -65,7 +65,7 @@ kind: ConfigMap metadata: name: unittest-crowd-helm-values labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -301,7 +301,7 @@ kind: Service metadata: name: unittest-crowd-jmx labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -323,7 +323,7 @@ kind: Service metadata: name: unittest-crowd labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -347,7 +347,7 @@ kind: StatefulSet metadata: name: unittest-crowd labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -362,7 +362,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 383d0385319b80eef29acd67ca2c538f526b1ebcb262ca25a55dc12f9ce050bf + checksum/config-jvm: f5ea6e4287c7382e5539eaf489b1ebd504c11b1aa887cd5420b008f2017dcc97 labels: app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd @@ -490,7 +490,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" @@ -521,7 +521,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: crowd-1.17.2 + helm.sh/chart: crowd-1.18 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.3" diff --git a/src/test/resources/expected_helm_output/jira/output.yaml b/src/test/resources/expected_helm_output/jira/output.yaml index f8a396272..482df6a65 100644 --- a/src/test/resources/expected_helm_output/jira/output.yaml +++ b/src/test/resources/expected_helm_output/jira/output.yaml @@ -5,7 +5,7 @@ kind: ServiceAccount metadata: name: unittest-jira labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-jira-jvm-config labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -37,7 +37,7 @@ kind: ConfigMap metadata: name: unittest-jira-jmx-config labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-jira-helm-values labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -320,7 +320,7 @@ kind: Service metadata: name: unittest-jira-jmx labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -342,7 +342,7 @@ kind: Service metadata: name: unittest-jira labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -366,7 +366,7 @@ kind: StatefulSet metadata: name: unittest-jira labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -381,7 +381,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: d293aeef116388ad949f4391230a6dcf1e10dde3d92cc7ba0560b2f1f1f7bcc2 + checksum/config-jvm: d60ef45838d73ae1f783d84c66f82eac85d0c11e1d33826e3ef5d5a1dae1398d labels: app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira @@ -512,7 +512,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4" @@ -544,7 +544,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: jira-1.17.2 + helm.sh/chart: jira-1.18 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.4"