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: ensure all oci auth secrets in values.yaml are created #390

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

ahmad-ibra
Copy link
Contributor

Description

Previously when adding multiple oci secrets, only the last secret added to the values.yaml was being created. This change ensures that our oci-auth template does not overwrite previous secrets.

@ahmad-ibra ahmad-ibra requested a review from a team as a code owner August 14, 2024 15:48
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Aug 14, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@@           Coverage Diff           @@
##             main     #390   +/-   ##
=======================================
  Coverage   54.02%   54.02%           
=======================================
  Files          21       21           
  Lines        1131     1131           
=======================================
  Hits          611      611           
  Misses        452      452           
  Partials       68       68           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0185dc6...544b6f1. Read the comment docs.

@ahmad-ibra ahmad-ibra changed the title fix: ensure all added oci secrets are added to secrets template fix: ensure all oci auth secrets in values.yaml are created Aug 14, 2024
@ahmad-ibra ahmad-ibra merged commit 8c0e4fb into main Aug 14, 2024
8 checks passed
@ahmad-ibra ahmad-ibra deleted the fix/multiple-oci-auth-secrets branch August 14, 2024 16:05
ahmad-ibra pushed a commit that referenced this pull request Aug 14, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.1.5](v0.1.4...v0.1.5)
(2024-08-14)


### Bug Fixes

* ensure all oci auth secrets in values.yaml are created
([#390](#390))
([8c0e4fb](8c0e4fb))


### Dependency Updates

* **deps:** update module sigs.k8s.io/cluster-api to v1.8.1
([#383](#383))
([f909931](f909931))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants