Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(chart): resume using official kargo image for cabundle init containers #2732

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

krancour
Copy link
Member

In #2697 we went distroless and shell-less. At that time, lack of a shell forced us to stop using the official Kargo image for the init container that preps any custom CA bundles. We fell back on using alpine/curl:latest

In #2709, for unrelated reasons, we added a minimal shell env (busybox).

As we've discussed offline, now that we've done this, we can resume using the official kargo image as the init container and it shrinks Kargo's overall footprint a tad by eliminating a dependency on an image we're not in control of.

cc @gdsoumya

Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
@krancour krancour added this to the v1.0.0 milestone Oct 11, 2024
@krancour krancour self-assigned this Oct 11, 2024
@krancour krancour requested a review from a team as a code owner October 11, 2024 20:26
@krancour krancour changed the title resume using official kargo image for cabundle init containers refactor(chart): resume using official kargo image for cabundle init containers Oct 11, 2024
Copy link

netlify bot commented Oct 11, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit df93c92
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/670989ea44a3f50008ddfe5c
😎 Deploy Preview https://deploy-preview-2732--docs-kargo-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@krancour krancour enabled auto-merge October 11, 2024 20:26
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.16%. Comparing base (968108c) to head (df93c92).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2732   +/-   ##
=======================================
  Coverage   49.16%   49.16%           
=======================================
  Files         270      270           
  Lines       19357    19363    +6     
=======================================
+ Hits         9516     9519    +3     
- Misses       9219     9221    +2     
- Partials      622      623    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour krancour added this pull request to the merge queue Oct 11, 2024
Merged via the queue into akuity:main with commit 8d666c5 Oct 11, 2024
27 checks passed
@krancour krancour deleted the krancour/cabundle-init branch October 11, 2024 20:53
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