diff --git a/stable/jfrog-platform/CHANGELOG.md b/stable/jfrog-platform/CHANGELOG.md index 3883f18a0..cf42d27ad 100644 --- a/stable/jfrog-platform/CHANGELOG.md +++ b/stable/jfrog-platform/CHANGELOG.md @@ -1,9 +1,11 @@ # JFrog Platform Chart Changelog (GA releases only) All changes to this chart will be documented in this file. + ## [10.20.4] - January 07, 2025 * Update dependency artifactory chart version * Update dependency xray chart version +* Added `rabbitmq.tolerations` ## [10.20.1] - Nov 25, 2024 * Fix jfrog url with duplicate artifactory string when release name has artifactory diff --git a/stable/jfrog-platform/Chart.yaml b/stable/jfrog-platform/Chart.yaml index d8d240537..0ccc0c7c2 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.4 +version: 10.20.4 \ No newline at end of file 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 4ecc2aef5..23c68e05e 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"