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

[helm-values/docker] Support for arrays for docker image definition in values.yaml #15988

Open
arthurzenika opened this issue Jun 10, 2022 · 3 comments
Labels
manager:helm-values Helm v2 values.yml files priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@arthurzenika
Copy link

What would you like Renovate to be able to do?

For a list/array of images used in helm / kubernetes deployments such as :

components: 
  - image: 
      repository: 'project/component/subcomponentA'
      registry: 'harbor.example.org'
      tag: '0.0.1'
  - image: 
      repository: 'project/component/subcomponentB'
      registry: 'harbor.example.org'
      tag: '0.0.1'

Details of the discussion on : #15976

If you have any ideas on how this should be implemented, please tell us here.

Nope, sorry.

Is this a feature you are interested in implementing yourself?

No

@arthurzenika arthurzenika added priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started type:feature Feature (new functionality) labels Jun 10, 2022
@rarkins rarkins added auto:reproduction A minimal reproduction is necessary to proceed manager:helm-values Helm v2 values.yml files labels Jun 10, 2022
@github-actions
Copy link
Contributor

Hi there,

Get your issue fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible.

Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this.

To get started, please read our guide on creating a minimal reproduction.

We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment.

Good luck,

The Renovate team

@rarkins
Copy link
Collaborator

rarkins commented May 14, 2023

Reproduction (but not PRs) forked to https://github.com/renovate-reproductions/15988

@rarkins rarkins added reproduction:provided priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others and removed auto:reproduction A minimal reproduction is necessary to proceed priority-5-triage labels May 14, 2023
@rarkins rarkins added status:ready and removed reproduction:provided status:requirements Full requirements are not yet known, so implementation should not be started labels Sep 26, 2023
@renovatebot renovatebot deleted a comment from lodotek Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager:helm-values Helm v2 values.yml files priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

2 participants