renovatebot/renovate

[helm-values] support name as alias for repository

開放

#7,010 建立於 2020年8月18日

 (2 則留言) (11 個反應) (0 位負責人)TypeScript (1,916 個分叉)batch import
help wantedmanager:helm-valuespriority-4-low

倉庫指標

星標
 (14,066 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

What would you like Renovate to be able to do?

Some helm charts are using name instead of repository for the image name. see https://github.com/containous/traefik-helm-chart/blob/98f4575d75b91c6e739ebc0e75c720c998f7dd38/traefik/values.yaml#L3

# Default values for Traefik
image:
  name: traefik
  tag: 2.2.8
  pullPolicy: IfNotPresent

Did you already have any implementation ideas?

sure, simply allow name as alias for repository

Are there any workarounds or alternative ideas you've tried to avoid needing this feature?

yes, simply add the repository key too.

# Default values for Traefik
image:
  name: traefik
  repository: traefik
  tag: 2.2.8
  pullPolicy: IfNotPresent

Is this a feature you'd be interested in implementing yourself?

sure

貢獻者指南