diff --git a/charts/rapid-response/Chart.yaml b/charts/rapid-response/Chart.yaml index 7032a3ef1..26f00590c 100644 --- a/charts/rapid-response/Chart.yaml +++ b/charts/rapid-response/Chart.yaml @@ -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 diff --git a/charts/rapid-response/tests/node_selector_labels_test.yaml b/charts/rapid-response/tests/node_selector_labels_test.yaml index b9298817f..c59b783c0 100644 --- a/charts/rapid-response/tests/node_selector_labels_test.yaml +++ b/charts/rapid-response/tests/node_selector_labels_test.yaml @@ -17,6 +17,9 @@ tests: operator: In values: - amd64 + - arm64 + - s390x + - ppc64le - key: beta.kubernetes.io/os operator: In values: @@ -37,6 +40,9 @@ tests: operator: In values: - amd64 + - arm64 + - s390x + - ppc64le - key: kubernetes.io/os operator: In values: @@ -57,6 +63,9 @@ tests: operator: In values: - amd64 + - arm64 + - s390x + - ppc64le - key: kubernetes.io/os operator: In values: diff --git a/charts/rapid-response/values.yaml b/charts/rapid-response/values.yaml index 866f4e553..27c4eebf6 100644 --- a/charts/rapid-response/values.yaml +++ b/charts/rapid-response/values.yaml @@ -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