Skip to content

Commit

Permalink
bump default shell version to v0.1.24-rc1 (rancher#45306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck authored May 1, 2024
1 parent 25c6057 commit 3a41dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/settings/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var (
PartnerChartDefaultBranch = NewSetting("partner-chart-default-branch", "main")
RKE2ChartDefaultBranch = NewSetting("rke2-chart-default-branch", "main")
FleetDefaultWorkspaceName = NewSetting("fleet-default-workspace-name", fleetconst.ClustersDefaultNamespace) // fleetWorkspaceName to assign to clusters with none
ShellImage = NewSetting("shell-image", "rancher/shell:v0.1.22")
ShellImage = NewSetting("shell-image", "rancher/shell:v0.1.24-rc1")
IgnoreNodeName = NewSetting("ignore-node-name", "") // nodes to ignore when syncing v1.node to v3.node
NoDefaultAdmin = NewSetting("no-default-admin", "")
RestrictedDefaultAdmin = NewSetting("restricted-default-admin", "false") // When bootstrapping the admin for the first time, give them the global role restricted-admin
Expand Down

0 comments on commit 3a41dc1

Please sign in to comment.