From e55aa1f0dc753e83f3b36f58b66da2b92bab5f64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:38:52 +1000 Subject: [PATCH] Prepare release 1.21.1 (#867) Co-authored-by: bianchi2 --- src/main/charts/bamboo-agent/Changelog.md | 10 ++++++ src/main/charts/bamboo-agent/Chart.yaml | 5 ++- src/main/charts/bamboo-agent/README.md | 4 +-- src/main/charts/bamboo/Changelog.md | 10 ++++++ src/main/charts/bamboo/Chart.yaml | 13 ++------ src/main/charts/bamboo/README.md | 4 +-- src/main/charts/bitbucket/Changelog.md | 10 ++++++ src/main/charts/bitbucket/Chart.yaml | 12 ++----- src/main/charts/bitbucket/README.md | 4 +-- src/main/charts/confluence/Changelog.md | 10 ++++++ src/main/charts/confluence/Chart.yaml | 13 ++------ src/main/charts/confluence/README.md | 4 +-- src/main/charts/crowd/Changelog.md | 11 +++++++ src/main/charts/crowd/Chart.yaml | 13 ++------ src/main/charts/crowd/README.md | 4 +-- src/main/charts/jira/Changelog.md | 10 ++++++ src/main/charts/jira/Chart.yaml | 14 ++------ 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, 149 insertions(+), 132 deletions(-) diff --git a/src/main/charts/bamboo-agent/Changelog.md b/src/main/charts/bamboo-agent/Changelog.md index 6a0c387b6..c03e1ce63 100644 --- a/src/main/charts/bamboo-agent/Changelog.md +++ b/src/main/charts/bamboo-agent/Changelog.md @@ -12,6 +12,16 @@ * Update appVersions for DC apps (#762) * Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) +## 1.21.1 + +**Release date:** 2024-8-22 + +![AppVersion: 9.6.5](https://img.shields.io/static/v1?label=AppVersion&message=9.6.5&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) + +* Update appVersions for DC apps (#865) + ## 1.21.0 **Release date:** 2024-8-13 diff --git a/src/main/charts/bamboo-agent/Chart.yaml b/src/main/charts/bamboo-agent/Chart.yaml index b64e335c5..66092ea89 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.21.0' +version: '1.21.1' appVersion: 9.6.5 kubeVersion: ">=1.21.x-0" keywords: @@ -20,8 +20,7 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "Update appVersions for DC apps (#858)" - - "Make shared home pvc access mode configurable (#855)" + - "Update appVersions for DC apps (#865)" 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 b43b4f53f..1dac47d20 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.21.0](https://img.shields.io/badge/Version-1.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.6.5](https://img.shields.io/badge/AppVersion-9.6.5-informational?style=flat-square) +![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.6.5](https://img.shields.io/badge/AppVersion-9.6.5-informational?style=flat-square) A chart for installing Bamboo Data Center remote agents on Kubernetes @@ -72,4 +72,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 cbd2b8102..933240a70 100644 --- a/src/main/charts/bamboo/Changelog.md +++ b/src/main/charts/bamboo/Changelog.md @@ -15,6 +15,16 @@ * Relabel instance name on jmx service monitor (#757) * Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) +## 1.21.1 + +**Release date:** 2024-8-22 + +![AppVersion: 9.6.5](https://img.shields.io/static/v1?label=AppVersion&message=9.6.5&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) + +* Update appVersions for DC apps (#865) + ## 1.21.0 **Release date:** 2024-8-13 diff --git a/src/main/charts/bamboo/Chart.yaml b/src/main/charts/bamboo/Chart.yaml index 4dddc1b3d..f83bdaad1 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.21.0' +version: '1.21.1' appVersion: 9.6.5 kubeVersion: ">=1.21.x-0" keywords: @@ -20,16 +20,7 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "Added annotations to the StatefulSets (#857)" - - "Update appVersions for DC apps (#858)" - - "Make shared home pvc access mode configurable (#855)" - - "Allow referencing multiple secrets in additionalCertificates (#852)" - - "Make it possible to define resources for import-certs init container (#851)" - - "Move update strategy to root level (#849)" - - "Add helm value for custom jmx jar location when using other jmx init container images (#846)" - - "feat: add appProtocol for service meshes (#847)" - - "Make StatefulSet updateStrategy configurable (#845)" - - "Fix default for acceptCount (#832)" + - "Update appVersions for DC apps (#865)" dependencies: - name: common version: 1.2.6 diff --git a/src/main/charts/bamboo/README.md b/src/main/charts/bamboo/README.md index 89c1c8b79..c9d0a8e27 100644 --- a/src/main/charts/bamboo/README.md +++ b/src/main/charts/bamboo/README.md @@ -1,6 +1,6 @@ # bamboo -![Version: 1.21.0](https://img.shields.io/badge/Version-1.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.6.5](https://img.shields.io/badge/AppVersion-9.6.5-informational?style=flat-square) +![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.6.5](https://img.shields.io/badge/AppVersion-9.6.5-informational?style=flat-square) A chart for installing Bamboo Data Center on Kubernetes @@ -206,4 +206,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 d5c6d5b24..488053c5f 100644 --- a/src/main/charts/bitbucket/Changelog.md +++ b/src/main/charts/bitbucket/Changelog.md @@ -15,6 +15,16 @@ * Relabel instance name on jmx service monitor (#757) * Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) +## 1.21.1 + +**Release date:** 2024-8-22 + +![AppVersion: 8.19.7](https://img.shields.io/static/v1?label=AppVersion&message=8.19.7&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) + +* Update appVersions for DC apps (#865) + ## 1.21.0 **Release date:** 2024-8-13 diff --git a/src/main/charts/bitbucket/Chart.yaml b/src/main/charts/bitbucket/Chart.yaml index 297c07458..4edfff5c9 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.21.0' +version: '1.21.1' appVersion: 8.19.7 kubeVersion: ">=1.21.x-0" keywords: @@ -20,15 +20,7 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "Added annotations to the StatefulSets (#857)" - - "Update appVersions for DC apps (#858)" - - "Make shared home pvc access mode configurable (#855)" - - "Allow referencing multiple secrets in additionalCertificates (#852)" - - "Make it possible to define resources for import-certs init container (#851)" - - "Move update strategy to root level (#849)" - - "Add helm value for custom jmx jar location when using other jmx init container images (#846)" - - "feat: add appProtocol for service meshes (#847)" - - "Make StatefulSet updateStrategy configurable (#845)" + - "Update appVersions for DC apps (#865)" dependencies: - name: common diff --git a/src/main/charts/bitbucket/README.md b/src/main/charts/bitbucket/README.md index b5bfc270a..b9387072b 100644 --- a/src/main/charts/bitbucket/README.md +++ b/src/main/charts/bitbucket/README.md @@ -1,6 +1,6 @@ # bitbucket -![Version: 1.21.0](https://img.shields.io/badge/Version-1.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.19.7](https://img.shields.io/badge/AppVersion-8.19.7-informational?style=flat-square) +![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.19.7](https://img.shields.io/badge/AppVersion-8.19.7-informational?style=flat-square) A chart for installing Bitbucket Data Center on Kubernetes @@ -261,4 +261,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 92a63c5f7..a7279b241 100644 --- a/src/main/charts/confluence/Changelog.md +++ b/src/main/charts/confluence/Changelog.md @@ -17,6 +17,16 @@ * Relabel instance name on jmx service monitor (#757) * Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) +## 1.21.1 + +**Release date:** 2024-8-22 + +![AppVersion: 8.5.14](https://img.shields.io/static/v1?label=AppVersion&message=8.5.14&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) + +* Sanitize jdbc url for Confluence and Synchrony (#866) + ## 1.21.0 **Release date:** 2024-8-13 diff --git a/src/main/charts/confluence/Chart.yaml b/src/main/charts/confluence/Chart.yaml index 45b7e3d14..561630387 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.21.0' +version: '1.21.1' appVersion: 8.5.14 kubeVersion: ">=1.21.x-0" keywords: @@ -20,16 +20,7 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: |- - - "Added annotations to the StatefulSets (#857)" - - "Update appVersions for DC apps (#858)" - - "Make shared home pvc access mode configurable (#855)" - - "Allow referencing multiple secrets in additionalCertificates (#852)" - - "Make it possible to define resources for import-certs init container (#851)" - - "Move update strategy to root level (#849)" - - "Add helm value for custom jmx jar location when using other jmx init container images (#846)" - - "feat: add appProtocol for service meshes (#847)" - - "Make StatefulSet updateStrategy configurable (#845)" - - "Fix default for acceptCount (#832)" + - "Sanitize jdbc url for Confluence and Synchrony (#866)" dependencies: - name: common diff --git a/src/main/charts/confluence/README.md b/src/main/charts/confluence/README.md index 4b2e9a4af..0f68db2d4 100644 --- a/src/main/charts/confluence/README.md +++ b/src/main/charts/confluence/README.md @@ -1,6 +1,6 @@ # confluence -![Version: 1.21.0](https://img.shields.io/badge/Version-1.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.5.14](https://img.shields.io/badge/AppVersion-8.5.14-informational?style=flat-square) +![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.5.14](https://img.shields.io/badge/AppVersion-8.5.14-informational?style=flat-square) A chart for installing Confluence Data Center on Kubernetes @@ -259,4 +259,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 ce5a09963..35d4182fe 100644 --- a/src/main/charts/crowd/Changelog.md +++ b/src/main/charts/crowd/Changelog.md @@ -16,6 +16,17 @@ * Relabel instance name on jmx service monitor (#757) * Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) +## 1.21.1 + +**Release date:** 2024-8-22 + +![AppVersion: 6.0.1](https://img.shields.io/static/v1?label=AppVersion&message=6.0.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) + +* Update appVersions for DC apps (#865) +* Make crowd context configurable (#864) + ## 1.21.0 **Release date:** 2024-8-13 diff --git a/src/main/charts/crowd/Chart.yaml b/src/main/charts/crowd/Chart.yaml index 0cb7c6996..4b752c1cf 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.21.0' +version: '1.21.1' appVersion: 6.0.1 kubeVersion: ">=1.21.x-0" keywords: @@ -20,15 +20,8 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "Added annotations to the StatefulSets (#857)" - - "Update appVersions for DC apps (#858)" - - "Make shared home pvc access mode configurable (#855)" - - "Allow referencing multiple secrets in additionalCertificates (#852)" - - "Make it possible to define resources for import-certs init container (#851)" - - "Move update strategy to root level (#849)" - - "Add helm value for custom jmx jar location when using other jmx init container images (#846)" - - "feat: add appProtocol for service meshes (#847)" - - "Make StatefulSet updateStrategy configurable (#845)" + - "Update appVersions for DC apps (#865)" + - "Make crowd context configurable (#864)" dependencies: - name: common diff --git a/src/main/charts/crowd/README.md b/src/main/charts/crowd/README.md index 5674d62a6..a3d7a957d 100644 --- a/src/main/charts/crowd/README.md +++ b/src/main/charts/crowd/README.md @@ -1,6 +1,6 @@ # crowd -![Version: 1.21.0](https://img.shields.io/badge/Version-1.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square) +![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square) A chart for installing Crowd Data Center on Kubernetes @@ -194,4 +194,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 66e348e04..a2e60ad54 100644 --- a/src/main/charts/jira/Changelog.md +++ b/src/main/charts/jira/Changelog.md @@ -15,6 +15,16 @@ * Relabel instance name on jmx service monitor (#757) * Added pvc retention policy to Bitbucket Mesh StatefulSet (#755) +## 1.21.1 + +**Release date:** 2024-8-22 + +![AppVersion: 9.12.12](https://img.shields.io/static/v1?label=AppVersion&message=9.12.12&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) + +* Update appVersions for DC apps (#865) + ## 1.21.0 **Release date:** 2024-8-13 diff --git a/src/main/charts/jira/Chart.yaml b/src/main/charts/jira/Chart.yaml index 6a1504b64..93c365d27 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.21.0' +version: '1.21.1' appVersion: 9.12.12 kubeVersion: ">=1.21.x-0" keywords: @@ -21,17 +21,7 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "Added annotations to the StatefulSets (#857)" - - "Update appVersions for DC apps (#858)" - - "Add a dedicated helm values stanza for s3 attachments (#854)" - - "Make shared home pvc access mode configurable (#855)" - - "Allow referencing multiple secrets in additionalCertificates (#852)" - - "Make it possible to define resources for import-certs init container (#851)" - - "Move update strategy to root level (#849)" - - "Add helm value for custom jmx jar location when using other jmx init container images (#846)" - - "feat: add appProtocol for service meshes (#847)" - - "Make StatefulSet updateStrategy configurable (#845)" - - "Fix default for acceptCount (#832)" + - "Update appVersions for DC apps (#865)" dependencies: - name: common diff --git a/src/main/charts/jira/README.md b/src/main/charts/jira/README.md index 6fd703620..c02ce74ec 100644 --- a/src/main/charts/jira/README.md +++ b/src/main/charts/jira/README.md @@ -1,6 +1,6 @@ # jira -![Version: 1.21.0](https://img.shields.io/badge/Version-1.21.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.12](https://img.shields.io/badge/AppVersion-9.12.12-informational?style=flat-square) +![Version: 1.21.1](https://img.shields.io/badge/Version-1.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.12](https://img.shields.io/badge/AppVersion-9.12.12-informational?style=flat-square) A chart for installing Jira Data Center on Kubernetes @@ -197,4 +197,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 c2eb07551..13daef42e 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.21.0 + helm.sh/chart: bamboo-agent-1.21.1 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.6.5" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-agent-jvm-config labels: - helm.sh/chart: bamboo-agent-1.21.0 + helm.sh/chart: bamboo-agent-1.21.1 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.6.5" @@ -32,7 +32,7 @@ kind: Deployment metadata: name: unittest-bamboo-agent labels: - helm.sh/chart: bamboo-agent-1.21.0 + helm.sh/chart: bamboo-agent-1.21.1 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.6.5" @@ -46,7 +46,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: f63b599888e3b0d62e5558a202afbed5d07dd4fcf02c61bd2f9daa54d3cb4e9f + checksum/config-jvm: 6bf62c3019160b6f24e4ab7dad145da9758ca8d0cff46d1b4474a09c21574ae8 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 779cf5a02..96615dcbf 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.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-jvm-config labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -35,7 +35,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-jmx-config labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-helm-values labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -363,7 +363,7 @@ kind: Service metadata: name: unittest-bamboo-jms labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -386,7 +386,7 @@ kind: Service metadata: name: unittest-bamboo-jmx labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -409,7 +409,7 @@ kind: Service metadata: name: unittest-bamboo labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -433,7 +433,7 @@ kind: StatefulSet metadata: name: unittest-bamboo labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -450,7 +450,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: efc7e4e556cba05d222c85de3bda401c066cb38b8bac1243fa98a41a9c2b7c1d + checksum/config-jvm: 744a3a3e121b987da615ebab15d5ca8554ee67fb7fac0d49a34182ec769f3bee labels: app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo @@ -613,7 +613,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" @@ -657,7 +657,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bamboo-1.21.0 + helm.sh/chart: bamboo-1.21.1 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.6.5" diff --git a/src/test/resources/expected_helm_output/bitbucket/output.yaml b/src/test/resources/expected_helm_output/bitbucket/output.yaml index c324e7b21..62d3146b2 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.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jvm-config-mesh labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -35,7 +35,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jvm-config labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -54,7 +54,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jmx-config labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -76,7 +76,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-helm-values labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -439,7 +439,7 @@ kind: Service metadata: name: unittest-bitbucket-jmx labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -465,7 +465,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-0 labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -491,7 +491,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-1 labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -517,7 +517,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-2 labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -543,7 +543,7 @@ kind: Service metadata: name: unittest-bitbucket labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -575,7 +575,7 @@ kind: StatefulSet metadata: name: unittest-bitbucket-mesh labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -593,7 +593,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 4f41693928ba5caf9d811b89392133af8e5ffda821e6c6ef5670fd70c2ef4f66 + checksum/config-jvm: c29bb45d6980affed85fca1c4a17dd832cde7c61890361065ac0bf35960056f8 labels: app.kubernetes.io/name: bitbucket-mesh app.kubernetes.io/instance: unittest-bitbucket @@ -696,7 +696,7 @@ kind: StatefulSet metadata: name: unittest-bitbucket labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -714,7 +714,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 3f753a675c928a7ac84e43eacbbeef095d787eced1cbf2b8c315c7e8a6a7794f + checksum/config-jvm: d5a6c3bb1cdb2edb4311656bed026b36c4c6d48f47a26ce8734d8ad659397e19 labels: app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket @@ -836,7 +836,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" @@ -868,7 +868,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bitbucket-1.21.0 + helm.sh/chart: bitbucket-1.21.1 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.19.7" diff --git a/src/test/resources/expected_helm_output/confluence/output.yaml b/src/test/resources/expected_helm_output/confluence/output.yaml index 363f59f69..87210037c 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.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-confluence-jvm-config labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -41,7 +41,7 @@ kind: ConfigMap metadata: name: unittest-confluence-jmx-config labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-confluence-helm-values labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -453,7 +453,7 @@ kind: Service metadata: name: unittest-confluence-jmx labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -476,7 +476,7 @@ kind: Service metadata: name: unittest-confluence-synchrony labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence-synchrony app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -503,7 +503,7 @@ kind: Service metadata: name: unittest-confluence labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -531,7 +531,7 @@ kind: StatefulSet metadata: name: unittest-confluence-synchrony labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence-synchrony app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -613,7 +613,7 @@ kind: StatefulSet metadata: name: unittest-confluence labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -630,7 +630,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 18de1548008b2573cb595ce8ac81fc30d13b0816d0a3afe63c07b1b442e13b6b + checksum/config-jvm: ac1f4f46772606bfe4d6560470327fbd2d655038b14f20f26fc980bb9bcc8b50 labels: app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence @@ -761,7 +761,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" @@ -792,7 +792,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: confluence-1.21.0 + helm.sh/chart: confluence-1.21.1 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.14" diff --git a/src/test/resources/expected_helm_output/crowd/output.yaml b/src/test/resources/expected_helm_output/crowd/output.yaml index 21075f5c4..1a29cb425 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.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-crowd-jvm-config labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -37,7 +37,7 @@ kind: ConfigMap metadata: name: unittest-crowd-jmx-config labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -65,7 +65,7 @@ kind: ConfigMap metadata: name: unittest-crowd-helm-values labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -311,7 +311,7 @@ kind: Service metadata: name: unittest-crowd-jmx labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -334,7 +334,7 @@ kind: Service metadata: name: unittest-crowd labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -358,7 +358,7 @@ kind: StatefulSet metadata: name: unittest-crowd labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -375,7 +375,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 3e4049000dbf2e255eccd91330b3c8eacabc6d44fc346531d411bdbcef515a68 + checksum/config-jvm: 6d4104e7daad938e16cfbfff55f72c5e05ddae756b61f1e6f6f428cdd296596e labels: app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd @@ -505,7 +505,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" @@ -536,7 +536,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: crowd-1.21.0 + helm.sh/chart: crowd-1.21.1 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "6.0.1" diff --git a/src/test/resources/expected_helm_output/jira/output.yaml b/src/test/resources/expected_helm_output/jira/output.yaml index db52fd7ba..65c733685 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.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-jira-jvm-config labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -37,7 +37,7 @@ kind: ConfigMap metadata: name: unittest-jira-jmx-config labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-jira-helm-values labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -333,7 +333,7 @@ kind: Service metadata: name: unittest-jira-jmx labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -356,7 +356,7 @@ kind: Service metadata: name: unittest-jira labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -380,7 +380,7 @@ kind: StatefulSet metadata: name: unittest-jira labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -397,7 +397,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 77b48fa643f6f53bc4ade79e50eb75ea1220ea01660d8b56f8514fb9d126120f + checksum/config-jvm: 459920812e5c7b105be4af906899d656a121a234515fde2e705518536ac122a1 labels: app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira @@ -528,7 +528,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12" @@ -560,7 +560,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: jira-1.21.0 + helm.sh/chart: jira-1.21.1 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.12"