Commit 1c0996bf authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason Committed by Thong Kuah

Stop using floating alpha crossplane stack version

We were using a floating alpha version, which has seen a breaking
release since the chart was added to was added to GitLab. This broke
the integration setup in a hard-to-debug way (a deployment gets stuck in
a restart loop).

See https://gitlab.com/gitlab-org/gitlab/-/issues/210171
parent 0a06be7d
......@@ -49,8 +49,7 @@ module Clusters
{
"clusterStacks" => {
self.stack => {
"deploy" => true,
"version" => "alpha"
"deploy" => true
}
}
}
......
---
title: Fix installation of GitLab-managed crossplane chart
merge_request: 27040
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment