Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 20, 2024
1 parent 80634b4 commit 9f6f266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-manager-spoke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the `cluster-manager-sp
| bundleVersion.placementImageVersion | | <code>""</code> |
| bundleVersion.workImageVersion | | <code>""</code> |
| bundleVersion.operatorImageVersion | | <code>""</code> |
| bundleVersion.clusteradmImageVersion | | <code>latest</code> |
| bundleVersion.clusteradmImageVersion | | <code>"v0.9.0"</code> |
| managedKubeconfig | | <code>''</code> |
| registrationFeatures | | <code>[]</code> |
| workFeatures | | <code>[]</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-manager-spoke/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bundleVersion:
placementImageVersion: ""
workImageVersion: ""
operatorImageVersion: ""
clusteradmImageVersion: latest
clusteradmImageVersion: "v0.9.0"

managedKubeconfig: ''

Expand Down

0 comments on commit 9f6f266

Please sign in to comment.