From 324c1bd813521b1b52028205ee8bab2f0d627146 Mon Sep 17 00:00:00 2001 From: Jim Cumming Date: Mon, 14 Aug 2023 18:18:33 +0100 Subject: [PATCH] Update version and log --- charts/sorry-cypress/Chart.yaml | 2 +- charts/sorry-cypress/changelog.md | 3 +++ charts/sorry-cypress/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/sorry-cypress/Chart.yaml b/charts/sorry-cypress/Chart.yaml index 74178d9..5a2fbb7 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.15.0 +version: 1.16.0 appVersion: 2.5.3 home: https://sorry-cypress.dev/ sources: diff --git a/charts/sorry-cypress/changelog.md b/charts/sorry-cypress/changelog.md index e81de07..7c355c2 100644 --- a/charts/sorry-cypress/changelog.md +++ b/charts/sorry-cypress/changelog.md @@ -1,3 +1,6 @@ +# 1.16 +- Update topologyKey to use `topology.kubernetes.io/zone` + # 1.15 - Set `runCleaner.tolerations` values diff --git a/charts/sorry-cypress/values.yaml b/charts/sorry-cypress/values.yaml index 192c0f1..b51bf28 100644 --- a/charts/sorry-cypress/values.yaml +++ b/charts/sorry-cypress/values.yaml @@ -157,7 +157,7 @@ dashboard: labelSelector: matchLabels: app: {{ include "sorry-cypress-helm.fullname" . }}-dashboard - topologyKey: failure-domain.beta.kubernetes.io/zone + topologyKey: topology.kubernetes.io/zone initContainers: [] @@ -259,7 +259,7 @@ director: labelSelector: matchLabels: app: {{ include "sorry-cypress-helm.fullname" . }}-director - topologyKey: failure-domain.beta.kubernetes.io/zone + topologyKey: topology.kubernetes.io/zone # You can define any init container(s) here. # This example checks that mongodb is running before allowing the api pod to start.