Skip to content

Commit

Permalink
feat: add arm64 and full name to image (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 30, 2023
1 parent 6044b78 commit 6d148bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/renovate/Chart.yaml
Expand Up @@ -24,10 +24,11 @@ maintainers:
annotations:
artifacthub.io/license: AGPL-3.0-only
artifacthub.io/images: |
- name: renovate
- name: ghcr.io/renovatebot/renovate:37.74.3
image: ghcr.io/renovatebot/renovate:37.74.3
platforms:
- linux/amd64
- linux/arm64
artifacthub.io/links: |
- name: docs
url: https://docs.renovatebot.com
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Expand Up @@ -27,7 +27,7 @@
"customType": "regex",
"description": "Update docker image references",
"fileMatch": ["^charts\\/renovate\\/Chart\\.yaml$"],
"matchStrings": ["image: (?<depName>.*?):(?<currentValue>.*?)\\s+"],
"matchStrings": ["(?:image|name): (?<depName>.*?):(?<currentValue>.*?)\\s+"],
"datasourceTemplate": "docker"
},
{
Expand Down

0 comments on commit 6d148bb

Please sign in to comment.