From 3e63eaaa0879565103802abd45adfbbd20a0a098 Mon Sep 17 00:00:00 2001 From: Matt Bedell Date: Wed, 14 Jun 2023 17:44:03 -0400 Subject: [PATCH] Update readme, changelog, bump ver --- charts/sorry-cypress/Chart.yaml | 2 +- charts/sorry-cypress/README.md | 1 + charts/sorry-cypress/changelog.md | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml index 2ce6f85..74178d9 100644 --- a/charts/sorry-cypress/Chart.yaml +++ b/charts/sorry-cypress/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sorry-cypress description: A Helm chart for Sorry Cypress type: application -version: 1.13.3 +version: 1.15.0 appVersion: 2.5.3 home: https://sorry-cypress.dev/ sources: diff --git a/charts/sorry-cypress/README.md b/charts/sorry-cypress/README.md index 7252e0c..b032944 100644 --- a/charts/sorry-cypress/README.md +++ b/charts/sorry-cypress/README.md @@ -280,4 +280,5 @@ For more information, refer to https://github.com/sendible-labs/sorry-cypress-ru | `runCleaner.securityContext` | Privilege and access control for the runCleaner pod(s) | `{}` | | `runCleaner.priorityClassName` | Name of the existing priority class to be used by runCleaner pod(s) | `""` | | `runCleaner.podLabels` | Set additional labels for the runCleaner pod(s) | `{}` | +| `runCleaner.tolerations` | Set tolerations for pods | `[]` | | `runCleaner.resources` | Resources to initialize the container | `{}` | diff --git a/charts/sorry-cypress/changelog.md b/charts/sorry-cypress/changelog.md index a1cfc25..e81de07 100644 --- a/charts/sorry-cypress/changelog.md +++ b/charts/sorry-cypress/changelog.md @@ -1,3 +1,6 @@ +# 1.15 +- Set `runCleaner.tolerations` values + # 1.14 - Update app to version `2.5.3`