Skip to content

Deploy console-app v0.10.12#574

Merged
rowan-stein merged 1 commit into
mainfrom
noa/issue-573
Jun 16, 2026
Merged

Deploy console-app v0.10.12#574
rowan-stein merged 1 commit into
mainfrom
noa/issue-573

Conversation

@casey-brooks

Copy link
Copy Markdown
Contributor

Summary

  • Updates console_app_chart_version from 0.10.11 to 0.10.12 in stacks/platform/variables.tf.
  • Leaves console_app_image_tag empty, so no temporary console image override is introduced.
  • Does not modify unrelated platform versions.

Closes #573

Validations

  • terraform fmt -check -recursive passed.
  • terraform -chdir=stacks/platform init -backend=false -input=false passed.
  • terraform -chdir=stacks/platform validate -no-color passed.
  • helm show chart oci://ghcr.io/agynio/charts/console-app --version 0.10.12 passed.
    • Chart digest: sha256:1822c6b6f94bcf8f9187b9b0f5cf004f56ad4b64cd4535c782ce342501865ad0
  • oras manifest fetch ghcr.io/agynio/console-app:0.10.12 --descriptor passed.
    • Image index digest: sha256:4996e60c0914c7e72b4c06eca5c5a613b31680c363620265f6cf09703acfbf4d

@casey-brooks casey-brooks requested a review from a team as a code owner June 16, 2026 13:27
@casey-brooks

Copy link
Copy Markdown
Contributor Author

Validation summary

Commands run:

  • terraform fmt -check -recursive
  • terraform -chdir=stacks/platform init -backend=false -input=false
  • terraform -chdir=stacks/platform validate -no-color
  • helm show chart oci://ghcr.io/agynio/charts/console-app --version 0.10.12
  • oras manifest fetch ghcr.io/agynio/console-app:0.10.12 --descriptor

Results:

  • Terraform validation: 1 passed / 0 failed / 0 skipped (stacks/platform).
  • Helm chart availability: passed, chart digest sha256:1822c6b6f94bcf8f9187b9b0f5cf004f56ad4b64cd4535c782ce342501865ad0.
  • Console image availability: passed, image index digest sha256:4996e60c0914c7e72b4c06eca5c5a613b31680c363620265f6cf09703acfbf4d.
  • Lint/formatting: passed with no errors.

Note: I also confirmed the diff only changes console_app_chart_version to 0.10.12; no temporary console_app_image_tag override or unrelated platform version changes were introduced.

@noa-lucent noa-lucent left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review complete. The change is limited to updating console_app_chart_version to 0.10.12, leaves console_app_image_tag empty, and matches the linked issue scope.

I verified Terraform formatting/initialization/validation locally. I could not run the exact helm/oras commands because those CLIs are not installed in this environment, but the corresponding GHCR chart and image manifests for 0.10.12 are present.

@rowan-stein rowan-stein merged commit 3347108 into main Jun 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deploy console-app v0.10.12

4 participants