Skip to content

Commit

Permalink
feat(rapid-response): update list of supported architectures (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKosier authored Jul 15, 2024
1 parent 7ccb92d commit b1bab24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/rapid-response/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.9.4
version: 0.9.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
9 changes: 9 additions & 0 deletions charts/rapid-response/tests/node_selector_labels_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ tests:
operator: In
values:
- amd64
- arm64
- s390x
- ppc64le
- key: beta.kubernetes.io/os
operator: In
values:
Expand All @@ -37,6 +40,9 @@ tests:
operator: In
values:
- amd64
- arm64
- s390x
- ppc64le
- key: kubernetes.io/os
operator: In
values:
Expand All @@ -57,6 +63,9 @@ tests:
operator: In
values:
- amd64
- arm64
- s390x
- ppc64le
- key: kubernetes.io/os
operator: In
values:
Expand Down
5 changes: 3 additions & 2 deletions charts/rapid-response/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,9 @@ rapidResponse:
# defined, these fields will be ignored
arch:
- amd64
# - arm64
# - s390x
- arm64
- s390x
- ppc64le
os:
- linux
# Allow the DaemonSet to schedule using affinity rules
Expand Down

0 comments on commit b1bab24

Please sign in to comment.