Skip to content

[SC-31363] - Bump version#12

Merged
psokolinski merged 1 commit into
mainfrom
bump-tag-version
Sep 16, 2025
Merged

[SC-31363] - Bump version#12
psokolinski merged 1 commit into
mainfrom
bump-tag-version

Conversation

@psokolinski
Copy link
Copy Markdown
Contributor

@psokolinski psokolinski commented Sep 16, 2025

User description

Bumps image version

Summary by CodeRabbit

  • Chores
    • Bumped Helm chart to version 1.2.0.
    • Updated default container image tag to 1.2.0 for deployments.
  • Documentation
    • Refreshed configuration docs to reflect the new default image tag.

These changes streamline upgrades by defaulting to the latest agent image while keeping app behavior unchanged. Users deploying with defaults will receive the updated image automatically; custom configurations are unaffected.


PR Type

Enhancement


Description

  • Bumped Helm chart version to 1.2.0

  • Updated default container image tag to 1.2.0

  • Refreshed documentation to reflect new image tag


Changes walkthrough 📝

Relevant files
Configuration changes
Chart.yaml
Increment Helm chart version                                                         

charts/jit-k8s-agent/Chart.yaml

  • Updated chart version from 1.1.0 to 1.2.0
+1/-1     
values.yaml
Update default image tag in values file                                   

charts/jit-k8s-agent/values.yaml

  • Changed default image tag from 1.1.0 to 1.2.0
+1/-1     
Documentation
README.md
Update documentation with new image tag                                   

charts/jit-k8s-agent/README.md

  • Updated default image tag in documentation from 1.1.0 to 1.2.0
+1/-1     

@psokolinski psokolinski self-assigned this Sep 16, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Sep 16, 2025

Walkthrough

Helm chart version incremented from 1.1.0 to 1.2.0 for jit-k8s-agent. Updated default image tag to 1.2.0 in values.yaml and README.md. No changes to appVersion, repository, or other fields.

Changes

Cohort / File(s) Summary
Chart metadata version bump
charts/jit-k8s-agent/Chart.yaml
Bumped chart version from 1.1.0 to 1.2.0; appVersion unchanged.
Image tag default updates
charts/jit-k8s-agent/values.yaml, charts/jit-k8s-agent/README.md
Updated default image.tag from 1.1.0 to 1.2.0 in values and documentation.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

Thump-thump goes my deployer’s heart,
A hop to one-dot-two, a tidy chart.
Tags aligned, the fields all neat—
Carrots cached, releases sweet.
With whiskers twitching, off I go,
Ship the helm, and watch it flow. 🥕🚢

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bump-tag-version

Comment @coderabbitai help to get the list of available commands and usage tips.

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title "[SC-31363] - Bump version" succinctly communicates the PR's primary intent (a version bump) and includes the ticket reference; the changeset updates the chart and image tag from 1.1.0 to 1.2.0, so the title is directly related to the main change.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

@jit-appsec-agent
Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🏅 Score: 95
🧪 No relevant tests
🔒 No security concerns identified
🔀 No multiple PR themes
⚡ No major issues detected

@jit-appsec-agent
Copy link
Copy Markdown

jit-appsec-agent Bot commented Sep 16, 2025

PR Code Suggestions ✨

No code suggestions found for the PR.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
charts/jit-k8s-agent/Chart.yaml (1)

5-5: Confirm appVersion alignment with image tag.

If image 1.2.0 includes app changes visible to users, consider bumping appVersion from "1.0" to "1.2.0"; otherwise keeping "1.0" is fine.

Optional diff if applicable:

- appVersion: "1.0"
+ appVersion: "1.2.0"
charts/jit-k8s-agent/values.yaml (1)

1-5: Consider digest pinning for immutability.

Optional: allow overriding by digest to avoid tag drift, e.g., support image.digest and prefer it over tag in the template rendering.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 94ccc14 and 883caca.

📒 Files selected for processing (3)
  • charts/jit-k8s-agent/Chart.yaml (1 hunks)
  • charts/jit-k8s-agent/README.md (1 hunks)
  • charts/jit-k8s-agent/values.yaml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Jit Security Scan
🔇 Additional comments (3)
charts/jit-k8s-agent/Chart.yaml (1)

4-4: Chart version bump is consistent.

Matches values.yaml and README updates. Good to go.

charts/jit-k8s-agent/README.md (1)

36-36: Docs aligned with default values.

The configuration table reflects image.tag: 1.2.0. Looks good.

charts/jit-k8s-agent/values.yaml (1)

3-3: Cannot verify image — registry returned HTTP 401 when fetching manifest.
Tried GET https://public.ecr.aws/v2/h8r7r9n6/jit-k8s-agent/manifests/1.2.0 and received HTTP 401; unable to confirm public.ecr.aws/h8r7r9n6/jit-k8s-agent:1.2.0 is published. Confirm the image is published and publicly accessible, or provide the image digest or a successful docker pull output (docker pull public.ecr.aws/h8r7r9n6/jit-k8s-agent:1.2.0).

@psokolinski psokolinski merged commit 34f09b6 into main Sep 16, 2025
6 checks passed
@psokolinski psokolinski deleted the bump-tag-version branch September 16, 2025 10:37
@coderabbitai coderabbitai Bot mentioned this pull request Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants