Skip to content

Commit 54702b2

Browse files
feat(erigon): switchover to new repo (#407)
--------- Signed-off-by: Carlos Jorge <carlos@graphops.xyz>
1 parent 15d1e82 commit 54702b2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// thorax/erigon released a few versions following YYYY.MM.DD versioning pattern
3535
// we want to exclude those
3636
{
37-
"matchPackageNames": ["thorax/erigon"],
38-
"allowedVersions": "<2000"
37+
"matchPackageNames": ["erigontech/erigon"],
38+
"versioning": "regex:^v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(?<prerelease>\\w+\\d+))?$"
3939
},
4040
{
4141
"matchPackageNames": ["statusim/nimbus-eth2"],
@@ -192,4 +192,4 @@
192192
"fileFilters": ["charts/**/README.md", "charts/**/README.md.gotmpl", "charts/**/Chart.yaml"],
193193
"executionMode": "update"
194194
}
195-
}
195+
}

charts/erigon/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.10.7
18+
version: 0.10.8
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
# renovate: image=thorax/erigon
25-
appVersion: "2.60.8"
24+
# renovate: image=erigontech/erigon
25+
appVersion: "v2.60.9"

charts/erigon/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy and scale [Erigon](https://github.com/ledgerwatch/erigon) inside Kubernetes with ease
44

5-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.10.7](https://img.shields.io/badge/Version-0.10.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.60.8](https://img.shields.io/badge/AppVersion-2.60.8-informational?style=flat-square)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.10.8-canary.1](https://img.shields.io/badge/Version-0.10.8--canary.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.60.9](https://img.shields.io/badge/AppVersion-v2.60.9-informational?style=flat-square)
66

77
## Features
88

@@ -123,7 +123,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
123123
| grafana.dashboardsConfigMapLabel | Must match `sidecar.dashboards.label` value for the [Grafana chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana#grafana-helm-chart) | string | `"grafana_dashboard"` |
124124
| grafana.dashboardsConfigMapLabelValue | Must match `sidecar.dashboards.labelValue` value for the [Grafana chart](https://github.com/grafana/helm-charts/tree/main/charts/grafana#grafana-helm-chart) | string | `"1"` |
125125
| image.pullPolicy | | string | `"IfNotPresent"` |
126-
| image.repository | Image for Erigon | string | `"thorax/erigon"` |
126+
| image.repository | Image for Erigon | string | `"docker.io/erigontech/erigon"` |
127127
| image.tag | Overrides the image tag | string | Chart.appVersion |
128128
| imagePullSecrets | Pull secrets required to fetch the Image | list | `[]` |
129129
| nameOverride | | string | `""` |

charts/erigon/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fullnameOverride: ""
66

77
image:
88
# -- Image for Erigon
9-
repository: thorax/erigon
9+
repository: docker.io/erigontech/erigon
1010
pullPolicy: IfNotPresent
1111
# -- Overrides the image tag
1212
# @default -- Chart.appVersion

0 commit comments

Comments
 (0)