Skip to content

Commit

Permalink
feat(deps): update nethermind dependencies
Browse files Browse the repository at this point in the history
| datasource | package               | from            | to     |
| ---------- | --------------------- | --------------- | ------ |
| docker     | busybox               | 1.36.1          | 1.37.0 |
| docker     | nethermind/nethermind | 1.17.0-unstable | 1.31.1 |
  • Loading branch information
graphops-renovate[bot] authored Feb 25, 2025
1 parent 9e447be commit 3947f32
Show file tree
Hide file tree
Showing 9 changed files with 202 additions and 4 deletions.
17 changes: 17 additions & 0 deletions charts/common/_unittests/definition-blocks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# definition-blocks-test

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../../ | common | >=0.0.0-0 |

## Values

| Key | Description | Type | Default |
|-----|-------------|------|---------|
| defaults | | object | `{}` |
| testComponent.__enabled | | bool | `true` |

38 changes: 38 additions & 0 deletions charts/common/_unittests/layout-tests/dynamic-components/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# dynamic-components-test

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../../.. | common | >=0.0.0-0 |

## Values

| Key | Description | Type | Default |
|-----|-------------|------|---------|
| defaultLayer.__enabled | | bool | `true` |
| defaultLayer.workload.__enabled | | bool | `true` |
| defaultLayer.workload.__enabled | | bool | `true` |
| defaultLayer.workload.kind | | string | `"Deployment"` |
| defaultLayer.workload.kind | | string | `"Deployment"` |
| defaultLayer.workload.spec.selector.matchLabels.app | | string | `"test-workload"` |
| defaultLayer.workload.spec.template.metadata.labels.app | | string | `"test-workload"` |
| defaultLayer.workload.spec.template.spec.containers.main.image | | string | `"nginx:latest"` |
| defaultLayer.workload.spec.template.spec.containers.main.image | | string | `"nginx:latest"` |
| defaultLayer.workload.spec.template.spec.containers.main.name | | string | `"main"` |
| defaultLayer.workload.spec.template.spec.containers.main.name | | string | `"main"` |
| dynamicComponents.component-a.__enabled | | bool | `true` |
| dynamicComponents.component-a.workload.__enabled | | bool | `true` |
| dynamicComponents.component-a.workload.metadata.name | | string | `"component-a"` |
| dynamicComponents.component-a.workload.spec.replicas | | int | `4` |
| dynamicComponents.component-b.__enabled | | bool | `false` |
| dynamicComponents.component-b.workload.__enabled | | bool | `true` |
| dynamicComponents.component-b.workload.metadata.name | | string | `"component-b"` |
| dynamicComponents.component-b.workload.spec.replicas | | int | `2` |
| dynamicComponents.component-c.__enabled | | bool | `true` |
| dynamicComponents.component-c.workload.__enabled | | bool | `true` |
| dynamicComponents.component-c.workload.metadata.name | | string | `"component-c"` |
| dynamicComponents.component-c.workload.spec.replicas | | int | `3` |

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# multiple-components-test

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../../.. | common | >=0.0.0-0 |

## Values

| Key | Description | Type | Default |
|-----|-------------|------|---------|
| component1.__enabled | | bool | `true` |
| component1.workload.__enabled | | bool | `true` |
| component1.workload.spec.replicas | | int | `3` |
| component1Overrides | | object | `{}` |
| component2.__enabled | | bool | `true` |
| component2.workload.__enabled | | bool | `true` |
| component2.workload.spec.replicas | | int | `2` |
| component2Overrides | | object | `{}` |
| defaultLayer.workload.__enabled | | bool | `true` |
| defaultLayer.workload.kind | | string | `"Deployment"` |
| defaultLayer.workload.spec.selector.matchLabels.app | | string | `"test-workload"` |
| defaultLayer.workload.spec.template.metadata.labels.app | | string | `"test-workload"` |
| defaultLayer.workload.spec.template.spec.containers.main.image | | string | `"nginx:latest"` |
| defaultLayer.workload.spec.template.spec.containers.main.name | | string | `"main"` |

24 changes: 24 additions & 0 deletions charts/common/_unittests/layout-tests/single-component/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# single-component-test

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../../../ | common | >=0.0.0-0 |

## Values

| Key | Description | Type | Default |
|-----|-------------|------|---------|
| myComponent.__enabled | | bool | `true` |
| myComponent.workload.__enabled | | bool | `true` |
| myComponent.workload.kind | | string | `"Deployment"` |
| myComponent.workload.spec.replicas | | int | `2` |
| myComponent.workload.spec.selector.matchLabels.app | | string | `"test-workload"` |
| myComponent.workload.spec.template.metadata.labels.app | | string | `"test-workload"` |
| myComponent.workload.spec.template.spec.containers.main.image | | string | `"alpine:3.17"` |
| myComponent.workload.spec.template.spec.containers.main.name | | string | `"main"` |
| myComponentDefaults | | object | `{}` |

Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# all-resource-kinds-test

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../../.. | common | >=0.0.0-0 |

## Values

| Key | Description | Type | Default |
|-----|-------------|------|---------|
| defaults | | object | `{}` |
| testComponent.__enabled | | bool | `true` |
| testComponent.configMap.__enabled | | bool | `true` |
| testComponent.configMap.data.key1 | | string | `"value1"` |
| testComponent.configMap.data.key2 | | string | `"value2"` |
| testComponent.configMap.metadata.name | | string | `"test-configmap"` |
| testComponent.podDisruptionBudget.__enabled | | bool | `true` |
| testComponent.podDisruptionBudget.metadata.name | | string | `"test-pdb"` |
| testComponent.podDisruptionBudget.spec.minAvailable | | int | `1` |
| testComponent.role.__enabled | | bool | `true` |
| testComponent.role.metadata.name | | string | `"test-role"` |
| testComponent.role.rules[0].apiGroups[0] | | string | `""` |
| testComponent.role.rules[0].resources[0] | | string | `"pods"` |
| testComponent.role.rules[0].verbs[0] | | string | `"get"` |
| testComponent.role.rules[0].verbs[1] | | string | `"list"` |
| testComponent.roleBinding.__enabled | | bool | `true` |
| testComponent.roleBinding.metadata.name | | string | `"test-rolebinding"` |
| testComponent.roleBinding.roleRef.apiGroup | | string | `"rbac.authorization.k8s.io"` |
| testComponent.roleBinding.roleRef.kind | | string | `"Role"` |
| testComponent.roleBinding.roleRef.name | | string | `"test-role"` |
| testComponent.roleBinding.subjects[0].kind | | string | `"ServiceAccount"` |
| testComponent.roleBinding.subjects[0].name | | string | `"test-sa"` |
| testComponent.secret.__enabled | | bool | `true` |
| testComponent.secret.metadata.name | | string | `"test-secret"` |
| testComponent.secret.stringData.password | | string | `"test-pass"` |
| testComponent.secret.stringData.username | | string | `"test-user"` |
| testComponent.serviceAccount.__enabled | | bool | `true` |
| testComponent.serviceAccount.automountServiceAccountToken | | bool | `true` |
| testComponent.serviceAccount.metadata.name | | string | `"test-sa"` |
| testComponent.serviceMonitor.__enabled | | bool | `true` |
| testComponent.serviceMonitor.metadata.name | | string | `"test-servicemonitor"` |
| testComponent.serviceMonitor.spec.endpoints[0].interval | | string | `"15s"` |
| testComponent.serviceMonitor.spec.endpoints[0].port | | string | `"metrics"` |
| testComponent.services.default.__enabled | | bool | `true` |
| testComponent.services.default.metadata.name | | string | `"test-service"` |
| testComponent.services.default.spec.ports[0].name | | string | `"http"` |
| testComponent.services.default.spec.ports[0].port | | int | `8080` |
| testComponent.services.default.spec.ports[0].protocol | | string | `"TCP"` |
| testComponent.services.default.spec.ports[0].targetPort | | int | `8080` |
| testComponent.services.default.spec.type | | string | `"ClusterIP"` |
| testComponent.workload.__enabled | | bool | `true` |
| testComponent.workload.kind | | string | `"Deployment"` |
| testComponent.workload.metadata.name | | string | `"test-workload"` |
| testComponent.workload.spec.replicas | | int | `1` |
| testComponent.workload.spec.selector.matchLabels.app | | string | `"test-workload"` |
| testComponent.workload.spec.template.metadata.labels.app | | string | `"test-workload"` |
| testComponent.workload.spec.template.spec.containers.main.image | | string | `"nginx:latest"` |
| testComponent.workload.spec.template.spec.containers.main.name | | string | `"main"` |
| testComponent.workload.spec.template.spec.containers.main.ports.http.containerPort | | int | `8080` |
| testComponent.workload.spec.template.spec.containers.main.ports.http.protocol | | string | `"TCP"` |

25 changes: 25 additions & 0 deletions charts/common/_unittests/templating-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# templating-test

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../../ | common | >=0.0.0-0 |

## Values

| Key | Description | Type | Default |
|-----|-------------|------|---------|
| testComponent.__enabled | | bool | `true` |
| testComponent.configMap.__enabled | | bool | `true` |
| testComponent.configMap.data.greeting | | string | `"Hello from {{ .Root.Release.Name }} for {{ .componentName }}"` |
| testComponent.workload.__enabled | | bool | `true` |
| testComponent.workload.kind | | string | `"Deployment"` |
| testComponent.workload.spec.replicas | | string | `"@needs(.Self.configMap.data.greeting as myGreeting)\n@type(int)\n{{ if eq $myGreeting \"Hello from release-name for testComponent\" -}}\n3\n{{ else -}}\n0\n{{ end -}}\n"` |
| testComponent.workload.spec.selector.matchLabels.app | | string | `"test-workload"` |
| testComponent.workload.spec.template.metadata.labels.app | | string | `"test-workload"` |
| testComponent.workload.spec.template.spec.containers.main.image | | string | `"nginx:latest"` |
| testComponent.workload.spec.template.spec.containers.main.name | | string | `"main"` |

2 changes: 1 addition & 1 deletion charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.4.2
# 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.17.0-unstable"
appVersion: "1.31.1"
4 changes: 2 additions & 2 deletions charts/nethermind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Deploy and scale [Nethermind](https://github.com/NethermindEth/nethermind) inside Kubernetes with ease

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.0-unstable](https://img.shields.io/badge/AppVersion-1.17.0--unstable-informational?style=flat-square)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.31.1](https://img.shields.io/badge/AppVersion-1.31.1-informational?style=flat-square)

## Chart Features

Expand Down Expand Up @@ -114,7 +114,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| nethermind.initChownData.enabled | Init container to set the correct permissions to access data directories | bool | `true` |
| nethermind.initChownData.image.pullPolicy | Container pull policy | string | `"IfNotPresent"` |
| nethermind.initChownData.image.repository | Container repository | string | `"busybox"` |
| nethermind.initChownData.image.tag | Container tag | string | `"1.36.1"` |
| nethermind.initChownData.image.tag | Container tag | string | `"1.37.0"` |
| nethermind.jwt | JWT for clients to authenticate with the Engine API. Specify either `existingSecret` OR `fromLiteral`. | object | `{"existingSecret":{"key":null,"name":null},"fromLiteral":null}` |
| nethermind.jwt.existingSecret | Load the JWT from an existing Kubernetes Secret. Takes precedence over `fromLiteral` if set. | object | `{"key":null,"name":null}` |
| nethermind.jwt.existingSecret.key | Data key for the JWT in the Secret | string | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ nethermind:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.36.1"
tag: "1.37.0"
# -- Container pull policy
pullPolicy: IfNotPresent

0 comments on commit 3947f32

Please sign in to comment.