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

chore(deps): update helm release prometheus-operator-crds to v13.0.2 #348

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2024

User description

Mend Renovate

This PR contains the following updates:

Package Update Change
prometheus-operator-crds patch 13.0.1 -> 13.0.2

Release Notes

prometheus-community/helm-charts (prometheus-operator-crds)

v13.0.2

Compare Source

Prometheus is a monitoring system and time series database.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


PR Type

dependencies, configuration changes


Description

  • Updated the Helm release version for prometheus-operator-crds from 13.0.1 to 13.0.2 in the crds/base/prometheus-operator/helmrelease.yaml file.

Changes walkthrough 📝

Relevant files
Dependencies
helmrelease.yaml
Update Helm release version for prometheus-operator-crds 

crds/base/prometheus-operator/helmrelease.yaml

  • Updated the Helm release version for prometheus-operator-crds from
    13.0.1 to 13.0.2.
  • +1/-1     

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    Copy link
    Contributor

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No key issues to review

    Copy link
    Contributor

    github-actions bot commented Jul 26, 2024

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Best practice
    Ensure consistent quoting for YAML string values

    Ensure that the version number is quoted consistently with the YAML best practices.
    While the current change does not break anything, using single quotes can help avoid
    issues in YAML where characters can be interpreted in ways that change the meaning
    of the value.

    crds/base/prometheus-operator/helmrelease.yaml [15]

    -version: "13.0.2"
    +version: '13.0.2'
     
    Suggestion importance[1-10]: 7

    Why: The suggestion to use single quotes for the version number is a minor improvement for consistency and to follow YAML best practices, but it does not address a critical issue.

    7

    @Smana Smana merged commit 10a14c4 into main Jul 26, 2024
    3 checks passed
    @Smana Smana deleted the renovate/prometheus-operator-crds-13.x branch July 26, 2024 15:47
    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.

    1 participant