Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Sep 9, 2024
1 parent 81277c3 commit 9072d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/myprecious/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: 1.111.5-pre-05
version: 1.111.5-pre-06

# 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
4 changes: 3 additions & 1 deletion charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ soft_affinity: &soft_affinity


# all RD pods have to exist with zurg - make this soft for now
standard_affinity: *soft_affinity
standard_affinity: &standard_affinity
<<: *soft_affinity

# podAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# - labelSelector:
Expand Down

0 comments on commit 9072d11

Please sign in to comment.