fix(k8s): update apiVersion for external secrets #473

Merged
argoyle merged 1 commits from fix/k8s-update-apiVersion-external-secrets into main 2025-05-15 08:29:48 +00:00
argoyle commented 2025-05-15 08:17:23 +00:00 (Migrated from gitlab.com)

Update apiVersion in the secrets.yaml file from v1beta1 to v1 to
ensure compatibility with the latest external-secrets API. This
change maintains the stability and functionality of secrets
management in Kubernetes deployments.

Update apiVersion in the secrets.yaml file from v1beta1 to v1 to ensure compatibility with the latest external-secrets API. This change maintains the stability and functionality of secrets management in Kubernetes deployments.
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-05-15 08:17:33 +00:00
argoyle commented 2025-05-15 08:24:25 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests

Project coverage is 1.04%. Comparing base (0575c45) to head (55114c3).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #469   +/-   ##
=====================================
  Coverage   1.04%   1.04%           
=====================================
  Files         39      39           
  Lines       1905    1905           
=====================================
  Hits          20      20           
  Misses      1885    1885           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/469?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 1.04%. Comparing base [(`0575c45`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/0575c45d6608d16cdc2b4bacbd4a95df86cb36a6?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) to head [(`55114c3`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/55114c3d39df0e06a8ed38c4fa3e817be079cb2b?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #469 +/- ## ===================================== Coverage 1.04% 1.04% ===================================== Files 39 39 Lines 1905 1905 ===================================== Hits 20 20 Misses 1885 1885 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/469?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle (Migrated from gitlab.com) merged commit into main 2025-05-15 08:29:48 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#473