Skip to content

bump app version [skip ci] - #1157

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
ci/bump-chart-appversions
Open

bump app version [skip ci]#1157
github-actions[bot] wants to merge 1 commit into
mainfrom
ci/bump-chart-appversions

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

bump app version [skip ci]

bumped cortex: sha-77225628 -> sha-17e0a4fe
bumped cortex-shim: sha-1742e3ee -> sha-17e0a4fe
bumped cortex-postgres: sha-9f10115a -> sha-cf70e178

@github-actions
github-actions Bot force-pushed the ci/bump-chart-appversions branch 11 times, most recently from efd354e to 1e01f37 Compare August 28, 2026 06:53
Copilot AI lite review requested due to automatic review settings August 28, 2026 06:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the Helm library charts’ appVersion fields to point at newer Cortex component image SHAs, aligning chart metadata with the latest application builds intended for deployment.

Changes:

  • Bump helm/library/cortex appVersion from sha-77225628 to sha-c181f19d
  • Bump helm/library/cortex-shim appVersion from sha-1742e3ee to sha-f7cc1942
  • Bump helm/library/cortex-postgres appVersion from sha-9f10115a to sha-cf70e178

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
helm/library/cortex/Chart.yaml Updates Cortex chart appVersion SHA metadata.
helm/library/cortex-shim/Chart.yaml Updates Cortex shim chart appVersion SHA metadata.
helm/library/cortex-postgres/Chart.yaml Updates Postgres chart appVersion SHA metadata.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread helm/library/cortex/Chart.yaml Outdated
Comment on lines +5 to +6
version: 0.3.8
appVersion: "sha-77225628"
appVersion: "sha-c181f19d"
Comment thread helm/library/cortex-shim/Chart.yaml Outdated
Comment on lines +5 to +6
version: 0.1.14
appVersion: "sha-1742e3ee"
appVersion: "sha-f7cc1942"
Comment on lines 8 to +9
version: 0.6.14
appVersion: "sha-9f10115a"
appVersion: "sha-cf70e178"
Copilot AI review requested due to automatic review settings August 28, 2026 06:59
@github-actions
github-actions Bot force-pushed the ci/bump-chart-appversions branch from 1e01f37 to 3ea119c Compare August 28, 2026 06:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Suppressed comments (2)

helm/library/cortex-shim/Chart.yaml:6

  • appVersion changed but the chart version was not bumped. If the chart is published to an OCI registry, reusing version: 0.1.14 with different contents is typically invalid and also prevents dependent bundle charts (e.g. helm/bundles/cortex-placement-shim/Chart.yaml:11-14) from consuming the update.
version: 0.1.14
appVersion: "sha-f7cc1942"

helm/library/cortex-postgres/Chart.yaml:9

  • appVersion changed but the chart version was not bumped. Publishing a chart with changed contents under the same version: 0.6.14 is usually disallowed, and bundle charts that pin cortex-postgres to 0.6.14 (e.g. helm/bundles/cortex-nova/Chart.yaml:11-14) would not receive the update.
version: 0.6.14
appVersion: "sha-cf70e178"

Comment thread helm/library/cortex/Chart.yaml Outdated
Comment on lines +5 to +6
version: 0.3.8
appVersion: "sha-77225628"
appVersion: "sha-f7cc1942"
@github-actions
github-actions Bot force-pushed the ci/bump-chart-appversions branch from 3ea119c to 65a4c3d Compare August 28, 2026 07:41
Copilot AI review requested due to automatic review settings August 28, 2026 07:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

Suppressed comments (3)

helm/library/cortex/Chart.yaml:6

  • Chart content changed (appVersion bumped) but the chart version was not incremented. The release workflow packages/pushes charts on Chart.yaml changes (/.github/workflows/push-charts.yaml:30-47) using <name>-<version>.tgz; keeping the same version risks overwriting or failing to push an existing chart version in the OCI registry.
version: 0.3.8
appVersion: "sha-c21930ce"

helm/library/cortex-shim/Chart.yaml:6

  • Chart content changed (appVersion bumped) but the chart version was not incremented. The release workflow packages/pushes charts on Chart.yaml changes (/.github/workflows/push-charts.yaml:30-47) using <name>-<version>.tgz; keeping the same version risks overwriting or failing to push an existing chart version in the OCI registry.
version: 0.1.14
appVersion: "sha-c21930ce"

helm/library/cortex-postgres/Chart.yaml:9

  • Chart content changed (appVersion bumped) but the chart version was not incremented. The release workflow packages/pushes charts on Chart.yaml changes (/.github/workflows/push-charts.yaml:30-47) using <name>-<version>.tgz; keeping the same version risks overwriting or failing to push an existing chart version in the OCI registry.
version: 0.6.14
appVersion: "sha-cf70e178"

Comment thread helm/library/cortex/Chart.yaml Outdated
type: application
version: 0.3.8
appVersion: "sha-77225628"
appVersion: "sha-c21930ce"
Comment thread helm/library/cortex-shim/Chart.yaml Outdated
type: application
version: 0.1.14
appVersion: "sha-1742e3ee"
appVersion: "sha-c21930ce"
Copilot AI review requested due to automatic review settings August 28, 2026 08:51
@github-actions
github-actions Bot force-pushed the ci/bump-chart-appversions branch from 65a4c3d to 479cfb2 Compare August 28, 2026 08:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

bumped cortex: sha-77225628 -> sha-17e0a4fe
bumped cortex-shim: sha-1742e3ee -> sha-17e0a4fe
bumped cortex-postgres: sha-9f10115a -> sha-cf70e178

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 28, 2026 09:11
@github-actions
github-actions Bot force-pushed the ci/bump-chart-appversions branch from 479cfb2 to 266ca01 Compare August 28, 2026 09:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

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.

1 participant