bump app version [skip ci] - #1157
Conversation
efd354e to
1e01f37
Compare
There was a problem hiding this comment.
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/cortexappVersionfromsha-77225628tosha-c181f19d - Bump
helm/library/cortex-shimappVersionfromsha-1742e3eetosha-f7cc1942 - Bump
helm/library/cortex-postgresappVersionfromsha-9f10115atosha-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.
| version: 0.3.8 | ||
| appVersion: "sha-77225628" | ||
| appVersion: "sha-c181f19d" |
| version: 0.1.14 | ||
| appVersion: "sha-1742e3ee" | ||
| appVersion: "sha-f7cc1942" |
| version: 0.6.14 | ||
| appVersion: "sha-9f10115a" | ||
| appVersion: "sha-cf70e178" |
1e01f37 to
3ea119c
Compare
There was a problem hiding this comment.
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
appVersionchanged but the chartversionwas not bumped. If the chart is published to an OCI registry, reusingversion: 0.1.14with 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
appVersionchanged but the chartversionwas not bumped. Publishing a chart with changed contents under the sameversion: 0.6.14is usually disallowed, and bundle charts that pincortex-postgresto 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"
| version: 0.3.8 | ||
| appVersion: "sha-77225628" | ||
| appVersion: "sha-f7cc1942" |
3ea119c to
65a4c3d
Compare
There was a problem hiding this comment.
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
versionwas 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
versionwas 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
versionwas 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"
| type: application | ||
| version: 0.3.8 | ||
| appVersion: "sha-77225628" | ||
| appVersion: "sha-c21930ce" |
| type: application | ||
| version: 0.1.14 | ||
| appVersion: "sha-1742e3ee" | ||
| appVersion: "sha-c21930ce" |
65a4c3d to
479cfb2
Compare
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>
479cfb2 to
266ca01
Compare
bump app version [skip ci]