diff --git a/charts/curator/README.md b/charts/curator/README.md index 26aa896..75cb11a 100644 --- a/charts/curator/README.md +++ b/charts/curator/README.md @@ -1,6 +1,6 @@ # curator -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.08-03](https://img.shields.io/badge/AppVersion-2025.08--03-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.08-03](https://img.shields.io/badge/AppVersion-2025.08--03-informational?style=flat-square) A Helm chart for Curator in a Container in Kubernetes diff --git a/charts/curator/templates/cronjob.yaml b/charts/curator/templates/cronjob.yaml index 9f700c0..0d9d778 100644 --- a/charts/curator/templates/cronjob.yaml +++ b/charts/curator/templates/cronjob.yaml @@ -23,6 +23,10 @@ spec: nodeSelector: {{- toYaml . | nindent 12 }} {{- end }} + {{- with .Values.cronjob.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: schedule-run securityContext: diff --git a/charts/curator/templates/job-create-admin.yaml b/charts/curator/templates/job-create-admin.yaml index f94a9a4..2917de0 100644 --- a/charts/curator/templates/job-create-admin.yaml +++ b/charts/curator/templates/job-create-admin.yaml @@ -85,4 +85,8 @@ spec: {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} {{- end }} \ No newline at end of file diff --git a/charts/curator/templates/job-db-migrate.yaml b/charts/curator/templates/job-db-migrate.yaml index 675ca8e..86d4a9d 100644 --- a/charts/curator/templates/job-db-migrate.yaml +++ b/charts/curator/templates/job-db-migrate.yaml @@ -76,4 +76,8 @@ spec: nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }}