From 2bbbde6db6072a8ba5c19c481726cdf7ec390fc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:09:22 +1100 Subject: [PATCH] Prepare release 1.17.0 (#730) Co-authored-by: bianchi2 --- src/main/charts/bamboo-agent/Changelog.md | 12 +++++++ src/main/charts/bamboo-agent/Chart.yaml | 6 ++-- src/main/charts/bamboo-agent/README.md | 2 +- src/main/charts/bamboo/Changelog.md | 12 +++++++ src/main/charts/bamboo/Chart.yaml | 6 ++-- src/main/charts/bamboo/README.md | 2 +- src/main/charts/bitbucket/Changelog.md | 12 +++++++ src/main/charts/bitbucket/Chart.yaml | 6 ++-- src/main/charts/bitbucket/README.md | 2 +- src/main/charts/confluence/Changelog.md | 14 ++++++++ src/main/charts/confluence/Chart.yaml | 8 +++-- src/main/charts/confluence/README.md | 2 +- src/main/charts/crowd/Changelog.md | 12 +++++++ src/main/charts/crowd/Chart.yaml | 6 ++-- src/main/charts/crowd/README.md | 2 +- src/main/charts/jira/Changelog.md | 12 +++++++ src/main/charts/jira/Chart.yaml | 6 ++-- src/main/charts/jira/README.md | 2 +- .../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, 169 insertions(+), 81 deletions(-) diff --git a/src/main/charts/bamboo-agent/Changelog.md b/src/main/charts/bamboo-agent/Changelog.md index bef36faa3..fb080d710 100644 --- a/src/main/charts/bamboo-agent/Changelog.md +++ b/src/main/charts/bamboo-agent/Changelog.md @@ -1,5 +1,17 @@ # Change Log +## 1.17.0 + +**Release date:** 2023-12-7 + +![AppVersion: 9.4.1](https://img.shields.io/static/v1?label=AppVersion&message=9.4.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) + +* Make test pod metadata and spec configurable (#727) +* Optional analytics/support ConfigMap (#721) +* BAM-25528: Unset pre-stop hook for bamboo-agent (#719) + ## 1.16.6 **Release date:** 2023-10-30 diff --git a/src/main/charts/bamboo-agent/Chart.yaml b/src/main/charts/bamboo-agent/Chart.yaml index 744742891..456dda5e5 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.16.6 +version: 1.17.0 appVersion: 9.4.1 kubeVersion: ">=1.21.x-0" keywords: @@ -20,7 +20,9 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "JMX container resources (#707)" + - "Make test pod metadata and spec configurable (#727)" + - "Optional analytics/support ConfigMap (#721)" + - "BAM-25528: Unset pre-stop hook for bamboo-agent (#719)" dependencies: - name: common version: 1.2.5 diff --git a/src/main/charts/bamboo-agent/README.md b/src/main/charts/bamboo-agent/README.md index 0cb9a4945..47beffeff 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.16.6](https://img.shields.io/badge/Version-1.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.1](https://img.shields.io/badge/AppVersion-9.4.1-informational?style=flat-square) +![Version: 1.17.0](https://img.shields.io/badge/Version-1.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.1](https://img.shields.io/badge/AppVersion-9.4.1-informational?style=flat-square) A chart for installing Bamboo Data Center remote agents on Kubernetes diff --git a/src/main/charts/bamboo/Changelog.md b/src/main/charts/bamboo/Changelog.md index 197cc294d..e8c275014 100644 --- a/src/main/charts/bamboo/Changelog.md +++ b/src/main/charts/bamboo/Changelog.md @@ -1,5 +1,17 @@ # Change Log +## 1.17.0 + +**Release date:** 2023-12-7 + +![AppVersion: 9.4.1](https://img.shields.io/static/v1?label=AppVersion&message=9.4.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) + +* Make test pod metadata and spec configurable (#727) +* Optional analytics/support ConfigMap (#721) +* Fix ingress annotations comment (#720) + ## 1.16.6 **Release date:** 2023-10-30 diff --git a/src/main/charts/bamboo/Chart.yaml b/src/main/charts/bamboo/Chart.yaml index 02366dea0..2dc17abf0 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.16.6 +version: 1.17.0 appVersion: 9.4.1 kubeVersion: ">=1.21.x-0" keywords: @@ -20,7 +20,9 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "JMX container resources (#707)" + - "Make test pod metadata and spec configurable (#727)" + - "Optional analytics/support ConfigMap (#721)" + - "Fix ingress annotations comment (#720)" dependencies: - name: common version: 1.2.5 diff --git a/src/main/charts/bamboo/README.md b/src/main/charts/bamboo/README.md index 7b6bf5928..26dee413d 100644 --- a/src/main/charts/bamboo/README.md +++ b/src/main/charts/bamboo/README.md @@ -1,6 +1,6 @@ # bamboo -![Version: 1.16.6](https://img.shields.io/badge/Version-1.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.1](https://img.shields.io/badge/AppVersion-9.4.1-informational?style=flat-square) +![Version: 1.17.0](https://img.shields.io/badge/Version-1.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.1](https://img.shields.io/badge/AppVersion-9.4.1-informational?style=flat-square) A chart for installing Bamboo Data Center on Kubernetes diff --git a/src/main/charts/bitbucket/Changelog.md b/src/main/charts/bitbucket/Changelog.md index 25ad397ff..3eed0bbf1 100644 --- a/src/main/charts/bitbucket/Changelog.md +++ b/src/main/charts/bitbucket/Changelog.md @@ -1,5 +1,17 @@ # Change Log +## 1.17.0 + +**Release date:** 2023-12-7 + +![AppVersion: 8.9.7](https://img.shields.io/static/v1?label=AppVersion&message=8.9.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) + +* Make test pod metadata and spec configurable (#727) +* Optional analytics/support ConfigMap (#721) +* Fix ingress annotations comment (#720) + ## 1.16.6 **Release date:** 2023-10-30 diff --git a/src/main/charts/bitbucket/Chart.yaml b/src/main/charts/bitbucket/Chart.yaml index 3baecc715..602376388 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.16.6 +version: 1.17.0 appVersion: 8.9.7 kubeVersion: ">=1.21.x-0" keywords: @@ -20,7 +20,9 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "JMX container resources (#707)" + - "Make test pod metadata and spec configurable (#727)" + - "Optional analytics/support ConfigMap (#721)" + - "Fix ingress annotations comment (#720)" dependencies: - name: common diff --git a/src/main/charts/bitbucket/README.md b/src/main/charts/bitbucket/README.md index dfbde6af1..2d10fb9be 100644 --- a/src/main/charts/bitbucket/README.md +++ b/src/main/charts/bitbucket/README.md @@ -1,6 +1,6 @@ # bitbucket -![Version: 1.16.6](https://img.shields.io/badge/Version-1.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.7](https://img.shields.io/badge/AppVersion-8.9.7-informational?style=flat-square) +![Version: 1.17.0](https://img.shields.io/badge/Version-1.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.7](https://img.shields.io/badge/AppVersion-8.9.7-informational?style=flat-square) A chart for installing Bitbucket Data Center on Kubernetes diff --git a/src/main/charts/confluence/Changelog.md b/src/main/charts/confluence/Changelog.md index 3d2611e48..83e7d3690 100644 --- a/src/main/charts/confluence/Changelog.md +++ b/src/main/charts/confluence/Changelog.md @@ -1,6 +1,20 @@ # Change Log +## 1.17.0 + +**Release date:** 2023-12-7 + +![AppVersion: 8.5.4](https://img.shields.io/static/v1?label=AppVersion&message=8.5.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) + +* Make test pod metadata and spec configurable (#727) +* Update default Confluence version (#729) +* Optional analytics/support ConfigMap (#721) +* Fix ingress annotations comment (#720) +* Apply securityContext only if it is explicitly enabled (#717) + ## 1.16.6 **Release date:** 2023-10-30 diff --git a/src/main/charts/confluence/Chart.yaml b/src/main/charts/confluence/Chart.yaml index cfc42a32a..f3e2cd9e7 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.16.6 +version: 1.17.0 appVersion: 8.5.4 kubeVersion: ">=1.21.x-0" keywords: @@ -20,7 +20,11 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: |- - - "JMX container resources (#707)" + - "Make test pod metadata and spec configurable (#727)" + - "Update default Confluence version (#729)" + - "Optional analytics/support ConfigMap (#721)" + - "Fix ingress annotations comment (#720)" + - "Apply securityContext only if it is explicitly enabled (#717)" dependencies: - name: common diff --git a/src/main/charts/confluence/README.md b/src/main/charts/confluence/README.md index f2dd733aa..abed64b0e 100644 --- a/src/main/charts/confluence/README.md +++ b/src/main/charts/confluence/README.md @@ -1,6 +1,6 @@ # confluence -![Version: 1.16.6](https://img.shields.io/badge/Version-1.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.5.4](https://img.shields.io/badge/AppVersion-8.5.4-informational?style=flat-square) +![Version: 1.17.0](https://img.shields.io/badge/Version-1.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.5.4](https://img.shields.io/badge/AppVersion-8.5.4-informational?style=flat-square) A chart for installing Confluence Data Center on Kubernetes diff --git a/src/main/charts/crowd/Changelog.md b/src/main/charts/crowd/Changelog.md index 9e5f28eec..c8ebd800b 100644 --- a/src/main/charts/crowd/Changelog.md +++ b/src/main/charts/crowd/Changelog.md @@ -1,6 +1,18 @@ # Change Log +## 1.17.0 + +**Release date:** 2023-12-7 + +![AppVersion: 5.2.1](https://img.shields.io/static/v1?label=AppVersion&message=5.2.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) + +* Make test pod metadata and spec configurable (#727) +* Optional analytics/support ConfigMap (#721) +* Fix ingress annotations comment (#720) + ## 1.16.6 **Release date:** 2023-10-30 diff --git a/src/main/charts/crowd/Chart.yaml b/src/main/charts/crowd/Chart.yaml index ebe0c90d6..22d45cf03 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.16.6 +version: 1.17.0 appVersion: 5.2.1 kubeVersion: ">=1.21.x-0" keywords: @@ -20,7 +20,9 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "JMX container resources (#707)" + - "Make test pod metadata and spec configurable (#727)" + - "Optional analytics/support ConfigMap (#721)" + - "Fix ingress annotations comment (#720)" dependencies: - name: common diff --git a/src/main/charts/crowd/README.md b/src/main/charts/crowd/README.md index fee425807..c39be174d 100644 --- a/src/main/charts/crowd/README.md +++ b/src/main/charts/crowd/README.md @@ -1,6 +1,6 @@ # crowd -![Version: 1.16.6](https://img.shields.io/badge/Version-1.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.1](https://img.shields.io/badge/AppVersion-5.2.1-informational?style=flat-square) +![Version: 1.17.0](https://img.shields.io/badge/Version-1.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.1](https://img.shields.io/badge/AppVersion-5.2.1-informational?style=flat-square) A chart for installing Crowd Data Center on Kubernetes diff --git a/src/main/charts/jira/Changelog.md b/src/main/charts/jira/Changelog.md index bd5a1b9d1..a4c55757a 100644 --- a/src/main/charts/jira/Changelog.md +++ b/src/main/charts/jira/Changelog.md @@ -1,5 +1,17 @@ # Change Log +## 1.17.0 + +**Release date:** 2023-12-7 + +![AppVersion: 9.12.0](https://img.shields.io/static/v1?label=AppVersion&message=9.12.0&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) + +* Make test pod metadata and spec configurable (#727) +* Optional analytics/support ConfigMap (#721) +* Fix ingress annotations comment (#720) + ## 1.16.6 **Release date:** 2023-10-30 diff --git a/src/main/charts/jira/Chart.yaml b/src/main/charts/jira/Chart.yaml index 8b2cd640b..0cc9f4a9e 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.16.6 +version: 1.17.0 appVersion: 9.12.0 kubeVersion: ">=1.21.x-0" keywords: @@ -21,7 +21,9 @@ deprecated: false annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: |- - - "JMX container resources (#707)" + - "Make test pod metadata and spec configurable (#727)" + - "Optional analytics/support ConfigMap (#721)" + - "Fix ingress annotations comment (#720)" dependencies: - name: common diff --git a/src/main/charts/jira/README.md b/src/main/charts/jira/README.md index 651fd6a3b..2128b13be 100644 --- a/src/main/charts/jira/README.md +++ b/src/main/charts/jira/README.md @@ -1,6 +1,6 @@ # jira -![Version: 1.16.6](https://img.shields.io/badge/Version-1.16.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.0](https://img.shields.io/badge/AppVersion-9.12.0-informational?style=flat-square) +![Version: 1.17.0](https://img.shields.io/badge/Version-1.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.0](https://img.shields.io/badge/AppVersion-9.12.0-informational?style=flat-square) A chart for installing Jira Data Center on Kubernetes 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 b16f9fafd..d5f9cb17c 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.16.6 + helm.sh/chart: bamboo-agent-1.17.0 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.4.1" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-agent-jvm-config labels: - helm.sh/chart: bamboo-agent-1.16.6 + helm.sh/chart: bamboo-agent-1.17.0 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.4.1" @@ -32,7 +32,7 @@ kind: Deployment metadata: name: unittest-bamboo-agent labels: - helm.sh/chart: bamboo-agent-1.16.6 + helm.sh/chart: bamboo-agent-1.17.0 app.kubernetes.io/name: bamboo-agent app.kubernetes.io/instance: unittest-bamboo-agent app.kubernetes.io/version: "9.4.1" @@ -46,7 +46,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 71e1317f2015f6192f7a43c6e3c21c93c72739255fc31462661c64aab894e286 + checksum/config-jvm: 122f1137a904a0fee3870d8ab490f94cab5cb98284a68f83d377817ab8434c61 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 01c3cfae8..7aa8723b1 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.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-jvm-config labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -35,7 +35,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-jmx-config labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-bamboo-helm-values labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -312,7 +312,7 @@ kind: Service metadata: name: unittest-bamboo-jms labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -335,7 +335,7 @@ kind: Service metadata: name: unittest-bamboo-jmx labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -357,7 +357,7 @@ kind: Service metadata: name: unittest-bamboo labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -381,7 +381,7 @@ kind: StatefulSet metadata: name: unittest-bamboo labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -396,7 +396,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: 87b697c0ecf75445766b13f8c1aedeefbb0f656c5365a43e418d166380e67b0e + checksum/config-jvm: e9ad20a1bd71fbd0ae3db9e19b75480b5612313ab6e68aa27a827254a1e8b996 labels: app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo @@ -559,7 +559,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" @@ -603,7 +603,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bamboo-1.16.6 + helm.sh/chart: bamboo-1.17.0 app.kubernetes.io/name: bamboo app.kubernetes.io/instance: unittest-bamboo app.kubernetes.io/version: "9.4.1" diff --git a/src/test/resources/expected_helm_output/bitbucket/output.yaml b/src/test/resources/expected_helm_output/bitbucket/output.yaml index 32fff83f6..c3e618ab3 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.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jvm-config-mesh labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -35,7 +35,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jvm-config labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -54,7 +54,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-jmx-config labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -76,7 +76,7 @@ kind: ConfigMap metadata: name: unittest-bitbucket-helm-values labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -403,7 +403,7 @@ kind: Service metadata: name: unittest-bitbucket-jmx labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -428,7 +428,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-0 labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -453,7 +453,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-1 labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -478,7 +478,7 @@ kind: Service metadata: name: unittest-bitbucket-mesh-2 labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -503,7 +503,7 @@ kind: Service metadata: name: unittest-bitbucket labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -535,7 +535,7 @@ kind: StatefulSet metadata: name: unittest-bitbucket-mesh labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -555,7 +555,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: aed68fcf426d2cc41b7fc491665468da978bced1d29c96c2ee6c2e6dc9064250 + checksum/config-jvm: b908b051e4f1bc58d6c5157f867688bba46e144e4a54288e4e299251d52627c6 labels: app.kubernetes.io/name: bitbucket-mesh app.kubernetes.io/instance: unittest-bitbucket @@ -658,7 +658,7 @@ kind: StatefulSet metadata: name: unittest-bitbucket labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -678,7 +678,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: c81ba94e8e89fca1eb988f8bc863b561ad914819034a569bcb1c72e1ff9ba001 + checksum/config-jvm: 0bd1917ec78ca74a0e757a621d3311d40b751e5388d5b2995265b78666074471 labels: app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket @@ -800,7 +800,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" @@ -832,7 +832,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: bitbucket-1.16.6 + helm.sh/chart: bitbucket-1.17.0 app.kubernetes.io/name: bitbucket app.kubernetes.io/instance: unittest-bitbucket app.kubernetes.io/version: "8.9.7" diff --git a/src/test/resources/expected_helm_output/confluence/output.yaml b/src/test/resources/expected_helm_output/confluence/output.yaml index 5e7a41587..22408bbfa 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.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-confluence-jvm-config labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -41,7 +41,7 @@ kind: ConfigMap metadata: name: unittest-confluence-jmx-config labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-confluence-helm-values labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -417,7 +417,7 @@ kind: Service metadata: name: unittest-confluence-jmx labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -439,7 +439,7 @@ kind: Service metadata: name: unittest-confluence-synchrony labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence-synchrony app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -466,7 +466,7 @@ kind: Service metadata: name: unittest-confluence labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -494,7 +494,7 @@ kind: StatefulSet metadata: name: unittest-confluence-synchrony labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence-synchrony app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -576,7 +576,7 @@ kind: StatefulSet metadata: name: unittest-confluence labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -591,7 +591,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: bb3be4203b052588513ff3a759fe5eabb404e391407d5c7c19473423c38aec89 + checksum/config-jvm: 0b7842a7ec3d4377e115715f741235a9e11a5a043edab0e3f255b6820a572105 labels: app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence @@ -722,7 +722,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" @@ -753,7 +753,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: confluence-1.16.6 + helm.sh/chart: confluence-1.17.0 app.kubernetes.io/name: confluence app.kubernetes.io/instance: unittest-confluence app.kubernetes.io/version: "8.5.4" diff --git a/src/test/resources/expected_helm_output/crowd/output.yaml b/src/test/resources/expected_helm_output/crowd/output.yaml index 2775a5cba..d3eb66782 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.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-crowd-jvm-config labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -37,7 +37,7 @@ kind: ConfigMap metadata: name: unittest-crowd-jmx-config labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -65,7 +65,7 @@ kind: ConfigMap metadata: name: unittest-crowd-helm-values labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -282,7 +282,7 @@ kind: Service metadata: name: unittest-crowd-jmx labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -304,7 +304,7 @@ kind: Service metadata: name: unittest-crowd labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -328,7 +328,7 @@ kind: StatefulSet metadata: name: unittest-crowd labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -343,7 +343,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: e1870daf2ca6d4446b45f03537917a2a11c8af2143d335b94971600655474ee3 + checksum/config-jvm: 2a9599b77795b9dbddb3f27b8f219a50da8af53f153a19b19172bb82415ab13e labels: app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd @@ -471,7 +471,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" @@ -502,7 +502,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: crowd-1.16.6 + helm.sh/chart: crowd-1.17.0 app.kubernetes.io/name: crowd app.kubernetes.io/instance: unittest-crowd app.kubernetes.io/version: "5.2.1" diff --git a/src/test/resources/expected_helm_output/jira/output.yaml b/src/test/resources/expected_helm_output/jira/output.yaml index 6ba3de803..b0c0f4e2c 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.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -17,7 +17,7 @@ kind: ConfigMap metadata: name: unittest-jira-jvm-config labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -37,7 +37,7 @@ kind: ConfigMap metadata: name: unittest-jira-jmx-config labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -63,7 +63,7 @@ kind: ConfigMap metadata: name: unittest-jira-helm-values labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -321,7 +321,7 @@ kind: Service metadata: name: unittest-jira-jmx labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -343,7 +343,7 @@ kind: Service metadata: name: unittest-jira labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -367,7 +367,7 @@ kind: StatefulSet metadata: name: unittest-jira labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -382,7 +382,7 @@ spec: template: metadata: annotations: - checksum/config-jvm: f057f4d464bde2e94ec75c95fb61f1d9d2febf7f3551ca83a69591ade0aaba63 + checksum/config-jvm: 67dc44bc7e1903a8dc2d774bef37efbfca2d2e7f3a9bece27656510c723eaf14 labels: app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira @@ -513,7 +513,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0" @@ -545,7 +545,7 @@ metadata: "helm.sh/hook": test "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded" labels: - helm.sh/chart: jira-1.16.6 + helm.sh/chart: jira-1.17.0 app.kubernetes.io/name: jira app.kubernetes.io/instance: unittest-jira app.kubernetes.io/version: "9.12.0"