diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d9771..cb3f414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## Unreleased +## Fixed + +- Fixed issue where relay server is not coming up in arm64 (Mac M1) from [sandeep540](https://github.com/sandeep540) + ## [0.1.3] - 2022-08-26 ## Added diff --git a/internal/cluster/fixtures/data/download.yaml b/internal/cluster/fixtures/data/download.yaml index 119d622..f377913 100644 --- a/internal/cluster/fixtures/data/download.yaml +++ b/internal/cluster/fixtures/data/download.yaml @@ -318,6 +318,7 @@ spec: operator: In values: - amd64 + - arm64 terminationGracePeriodSeconds: 10 priorityClassName: paralus-cluster-critical serviceAccountName: system-sa