Skip to content

Commit

Permalink
chore(renovate): renovate support for main image tags in chart's appV…
Browse files Browse the repository at this point in the history
…ersion (#69)

* chore: enable tags on all images, for renovate processing

* chore: renovate support for tags in appVersion

* missed commit

* enable manager
  • Loading branch information
cjorge-graphops committed May 31, 2023
1 parent 51b673e commit fde4b18
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 3 deletions.
14 changes: 12 additions & 2 deletions .github/renovate.json5
Expand Up @@ -12,10 +12,20 @@
"ignoreDeps": [
],

"enabledManagers": ["helm-values", "helmv3"],

"pinDigests": true,

"enabledManagers": ["helm-values", "helmv3", "regex"],

"regexManagers": [
{
"datasourceTemplate": "docker",
"fileMatch": ["^charts/.*/Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)\""
]
}
],

"packageRules": [
{
"description": "Group dependencies",
Expand Down
1 change: 1 addition & 0 deletions charts/arbitrum-classic/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=offchainlabs/arb-node
appVersion: "v1.4.5-e97c1a4"
1 change: 1 addition & 0 deletions charts/arbitrum-nitro/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=offchainlabs/nitro-node
appVersion: "v2.0.10-73224e3"
2 changes: 1 addition & 1 deletion charts/arbitrum-nitro/values.yaml
Expand Up @@ -147,4 +147,4 @@ nitro:
# -- Container tag
tag: v1.21.3
# -- Container pull policy
pullPolicy: IfNotPresent
pullPolicy: IfNotPresent
1 change: 1 addition & 0 deletions charts/avalanche/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=avaplatform/avalanchego
appVersion: "v1.9.7"
1 change: 1 addition & 0 deletions charts/celo/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=us.gcr.io/celo-org/geth
appVersion: "1.7.2"
1 change: 1 addition & 0 deletions charts/erigon/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.6.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=thorax/erigon
appVersion: "v2.34.0"
1 change: 1 addition & 0 deletions charts/graph-network-indexer/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.2
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=ghcr.io/graphprotocol/indexer-service
appVersion: "v0.20.5-alpha.1"
1 change: 1 addition & 0 deletions charts/graph-node/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.5
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=graphprotocol/graph-node
appVersion: "v0.28.2"
1 change: 1 addition & 0 deletions charts/graph-toolbox/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=ghcr.io/graphops/docker-builds/graph-toolbox
appVersion: "main"
1 change: 1 addition & 0 deletions charts/lighthouse/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.2.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=sigp/lighthouse
appVersion: "v3.4.0"
1 change: 1 addition & 0 deletions charts/nethermind/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.3.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=nethermind/nethermind
appVersion: "1.16.0-unstable"
1 change: 1 addition & 0 deletions charts/nimbus/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.3.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=statusim/nimbus-eth2
appVersion: "multiarch-v22.12.0"
1 change: 1 addition & 0 deletions charts/proxyd/Chart.yaml
Expand Up @@ -21,4 +21,5 @@ version: 0.1.8
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=ethereumoptimism/proxyd
appVersion: "3.11.0"

0 comments on commit fde4b18

Please sign in to comment.