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

fix(chart): set divisor for resourceFieldRefs #3445

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

hiddeco
Copy link
Contributor

@hiddeco hiddeco commented Feb 5, 2025

Fixes: #3444

They are all set to one, based on the Kubernetes documentation1 that states:

The divisor field is optional and has the default value of 1.
A divisor of 1 means cores for cpu resources, or bytes for memory
resources.

They are all set to one, based on the Kubernetes documentation[1]
that states:

> The `divisor` field is optional and has the default value of `1`.
> A divisor of `1` means cores for cpu resources, or bytes for memory
> resources.

[1]: https://kubernetes.io/docs/tasks/inject-data-application/downward-api-volume-expose-pod-information/#store-container-fields

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Copy link

netlify bot commented Feb 5, 2025

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit fa56a22
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/67a38696c2c4ec0008277397
😎 Deploy Preview https://deploy-preview-3445.docs.kargo.io
📱 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.

@hiddeco hiddeco enabled auto-merge February 5, 2025 15:45
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.28%. Comparing base (f6fc0e0) to head (fa56a22).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3445   +/-   ##
=======================================
  Coverage   52.28%   52.28%           
=======================================
  Files         290      290           
  Lines       26286    26286           
=======================================
  Hits        13744    13744           
  Misses      11793    11793           
  Partials      749      749           

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

@hiddeco hiddeco added this pull request to the merge queue Feb 5, 2025
Merged via the queue into akuity:main with commit 1aa0882 Feb 5, 2025
26 checks passed
@hiddeco hiddeco deleted the fix-chart-add-divisor branch February 5, 2025 15:54
github-actions bot pushed a commit that referenced this pull request Feb 5, 2025
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
(cherry picked from commit 1aa0882)
@akuitybot
Copy link

Successfully created backport PR for release-1.2:

fykaa pushed a commit to fykaa/kargo that referenced this pull request Feb 6, 2025
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
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.

ArgoCD Application deploying Kargo will never sync
3 participants