Skip to content

Commit

Permalink
Merge pull request #718 from at88mph/affinity-bug-fix
Browse files Browse the repository at this point in the history
fix: fix for templates to add node affinity
  • Loading branch information
at88mph authored Oct 25, 2024
2 parents 30505db + 41dadbb commit 55148e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/cavern/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.5.1
version: 0.5.2

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
labels:
run: {{ .Release.Name }}-tomcat
spec:
{{- with .Values.deployment.skaha.nodeAffinity }}
{{- with .Values.deployment.cavern.nodeAffinity }}
affinity:
nodeAffinity:
{{ . | toYaml | indent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/science-portal/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.2.12
version: 0.2.13

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
run: science-portal-tomcat
spec:
{{- with .Values.deployment.skaha.nodeAffinity }}
{{- with .Values.deployment.sciencePortal.nodeAffinity }}
affinity:
nodeAffinity:
{{ . | toYaml | indent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/storage-ui/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.2.4
version: 0.2.5

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
run: storage-ui-tomcat
spec:
{{- with .Values.deployment.skaha.nodeAffinity }}
{{- with .Values.deployment.storageUI.nodeAffinity }}
affinity:
nodeAffinity:
{{ . | toYaml | indent 10 }}
Expand Down

0 comments on commit 55148e9

Please sign in to comment.