User request
Check whether Console App is at the latest version in bootstrap and update if needed.
Findings
Bootstrap currently defaults Console App to:
variable "console_app_chart_version" {
default = "0.10.12"
}
console_app_image_tag defaults to empty, so bootstrap resolves the image tag from console_app_chart_version.
Latest public GHCR artifacts found:
ghcr.io/agynio/charts/console-app:0.10.14
ghcr.io/agynio/console-app:0.10.14
Therefore bootstrap is behind the latest Console App release.
Required change
Update agynio/bootstrap platform stack to use Console App 0.10.14 by default.
Expected file:
stacks/platform/variables.tf
Likely change:
variable "console_app_chart_version" {
default = "0.10.14"
}
Do not add unrelated changes.
Acceptance criteria
- Bootstrap defaults Console App chart/image to
0.10.14.
- Terraform formatting and validation for the platform stack pass.
- CI passes on the PR.
User request
Check whether Console App is at the latest version in bootstrap and update if needed.
Findings
Bootstrap currently defaults Console App to:
console_app_image_tagdefaults to empty, so bootstrap resolves the image tag fromconsole_app_chart_version.Latest public GHCR artifacts found:
ghcr.io/agynio/charts/console-app:0.10.14ghcr.io/agynio/console-app:0.10.14Therefore bootstrap is behind the latest Console App release.
Required change
Update
agynio/bootstrapplatform stack to use Console App0.10.14by default.Expected file:
stacks/platform/variables.tfLikely change:
Do not add unrelated changes.
Acceptance criteria
0.10.14.