Skip to content

Commit

Permalink
Fix klusterlet hard coded versions
Browse files Browse the repository at this point in the history
Like cluster-manager, we can fetch the right value from the csv, but
lets try to make this work first.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs authored and BenamarMk committed Nov 2, 2022
1 parent ad51125 commit 500a711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/klusterlet/klusterlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ spec:
featureGates:
- feature: AddonManagement
mode: Enable
registrationImagePullSpec: 'quay.io/open-cluster-management/registration:v0.8.0'
workImagePullSpec: 'quay.io/open-cluster-management/work:v0.8.0'
registrationImagePullSpec: 'quay.io/open-cluster-management/registration:v0.9.0'
workImagePullSpec: 'quay.io/open-cluster-management/work:v0.9.0'

0 comments on commit 500a711

Please sign in to comment.