From ba67e1e4925be1614e71a3abe4225479668db3d2 Mon Sep 17 00:00:00 2001 From: Gabriele Pongelli Date: Mon, 11 Nov 2024 11:56:47 +0100 Subject: [PATCH 1/2] tolerations on pre-upgrade-hook job --- stable/jfrog-platform/templates/migration-hook.yaml | 4 ++++ stable/jfrog-platform/values.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/stable/jfrog-platform/templates/migration-hook.yaml b/stable/jfrog-platform/templates/migration-hook.yaml index c89c75170..bd07e8139 100644 --- a/stable/jfrog-platform/templates/migration-hook.yaml +++ b/stable/jfrog-platform/templates/migration-hook.yaml @@ -123,5 +123,9 @@ spec: fi restartPolicy: Never terminationGracePeriodSeconds: 0 +{{- with .Values.rabbitmq.tolerations }} + tolerations: +{{ toYaml . | indent 8 }} +{{- end }} {{- end }} {{- end }} \ No newline at end of file diff --git a/stable/jfrog-platform/values.yaml b/stable/jfrog-platform/values.yaml index 7331bf9da..3515547d7 100644 --- a/stable/jfrog-platform/values.yaml +++ b/stable/jfrog-platform/values.yaml @@ -137,6 +137,7 @@ rabbitmq: onlineSchedulers: null persistence: size: 50Gi + tolerations: [] extraEnvVars: - name: RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS value: "+S 2:2 +sbwt none +sbwtdcpu none +sbwtdio none" From c28d560d6fec75b4fae088912d303b94b7bd84e7 Mon Sep 17 00:00:00 2001 From: Gabriele Pongelli Date: Mon, 11 Nov 2024 12:05:08 +0100 Subject: [PATCH 2/2] version bump - changelog --- stable/jfrog-platform/CHANGELOG.md | 3 +++ stable/jfrog-platform/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index f9def9ece..cc58a1a2d 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,6 +1,9 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. +## [10.20.1] - Nov 11, 2024 +* Added `rabbitmq.tolerations` + ## [10.20.0] - Oct 29, 2024 * **IMPORTANT** * Added new dependency chart `worker` which is disabled by default and set `worker.enabled: true` to enable it. More info [here](https://jfrog.com/help/r/jfrog-installation-setup-documentation/installing-jfrog-worker) diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index a16262dd1..195b0ad5f 100644 --- a/stable/jfrog-platform/Chart.yaml +++ b/stable/jfrog-platform/Chart.yaml @@ -55,4 +55,4 @@ name: jfrog-platform sources: - https://github.com/jfrog/charts type: application -version: 10.20.0 +version: 10.20.1