From 2b2bd219736cd30fb2c55c25e4619ee46fec2689 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Thu, 6 Mar 2025 16:32:15 +0100 Subject: [PATCH] Update chart spec --- CHANGELOG.md | 4 ++++ Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75627e2..15eeb3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.1.0 + +- Added `nodeSelector` fields for every resource type for better fine-grain tuning of where resources end up. + # 6.0.1 - Added additional values to separate out `db:prepare` and `db:migrate` jobs and whether they should run: diff --git a/Chart.yaml b/Chart.yaml index e172e94..bf55c87 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time # you make changes to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.0.1 +version: 6.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to