{{ define "version-mismatch-warning" }}
glasskube bootstrap --dry-run -o yaml and pushing the generated manifests into your GitOps
repository.
{{ else }}
Please update the cluster components to
{{ .Ctx.VersionDetails.ClientVersion }}
by running glasskube bootstrap.
{{ end }}
{{ else }}
Glasskube client version
({{ .Ctx.VersionDetails.ClientVersion }}) does not match your cluster components' version
({{ .Ctx.VersionDetails.OperatorVersion }}). Please update your client.
{{ end }}