Skip to content

Bump Console App to 0.10.14 #583

Description

@rowan-stein

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions