Skip to content

Commit a8d49f2

Browse files
rguichardclaude
andcommitted
chore(helm): address @0x666c6f review on CODEOWNERS and image versions
- CODEOWNERS: add @0x666c6f as a mandatory codeowner alongside the teams, on every pattern (incl. /helm/) so he is a required reviewer repo-wide, not only for files matching the default `*` rule. - values.yaml: bump erpc and erpc-validator image tags 0.0.77 -> 0.1.3 to match the latest prd values in morpho-org/morpho-infra-helm. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 373fdfe commit a8d49f2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default ownership
2-
* @morpho-org/platform-engineers
2+
* @morpho-org/platform-engineers @0x666c6f
33

44
# Helm charts migrated from morpho-infra-helm (2026-06-17)
5-
/helm/ @morpho-org/platform-engineers @morpho-org/api-engineers
6-
/validate-helm-charts.sh @morpho-org/platform-engineers
7-
/setup-hooks.sh @morpho-org/platform-engineers
5+
/helm/ @morpho-org/platform-engineers @morpho-org/api-engineers @0x666c6f
6+
/validate-helm-charts.sh @morpho-org/platform-engineers @0x666c6f
7+
/setup-hooks.sh @morpho-org/platform-engineers @0x666c6f

helm/charts/erpc/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vault:
1212
secretsPath: "secret/data/erpc/secrets"
1313
jobImage:
1414
repository: 537124939463.dkr.ecr.eu-west-3.amazonaws.com/docker-hub/morphoorg/erpc-validator
15-
tag: "0.0.77"
15+
tag: "0.1.3"
1616
pullPolicy: IfNotPresent
1717
jobResources:
1818
requests:
@@ -38,7 +38,7 @@ vault:
3838

3939
image:
4040
repository: 537124939463.dkr.ecr.eu-west-3.amazonaws.com/docker-hub/morphoorg/erpc
41-
tag: "0.0.77"
41+
tag: "0.1.3"
4242
pullPolicy: IfNotPresent
4343

4444
imagePullSecrets: []

0 commit comments

Comments
 (0)