Skip to content

Commit

Permalink
Fix topologySpreadConstraints in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube committed Nov 26, 2024
1 parent 5582238 commit d02969a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/matverseny-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.1.2
version: 0.1.3

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/matverseny-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ spec:
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
{{- include "iam.selectorLabels" . | nindent 14 }}
{{- include "matverseny-backend.selectorLabels" . | nindent 14 }}
2 changes: 1 addition & 1 deletion charts/matverseny/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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: 0.1.4
version: 0.1.5
2 changes: 1 addition & 1 deletion charts/matverseny/templates/matverseny-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
source:
repoURL: https://verseghy.github.io/charts/
chart: matverseny-backend
targetRevision: 0.1.2
targetRevision: 0.1.3
helm:
valuesObject:
ingress:
Expand Down

0 comments on commit d02969a

Please sign in to comment.