Skip to content

Commit

Permalink
Merge pull request #230 from Jimcumming/update-topologykey
Browse files Browse the repository at this point in the history
Update topologyKey
  • Loading branch information
fbritoferreira authored Aug 15, 2023
2 parents 2ee5d52 + 324c1bd commit 493b32d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/sorry-cypress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions charts/sorry-cypress/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.16
- Update topologyKey to use `topology.kubernetes.io/zone`

# 1.15
- Set `runCleaner.tolerations` values

Expand Down
6 changes: 3 additions & 3 deletions charts/sorry-cypress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ api:
labelSelector:
matchLabels:
app: {{ include "sorry-cypress-helm.fullname" . }}-api
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.
Expand Down Expand Up @@ -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: []

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 493b32d

Please sign in to comment.