Skip to content

Commit

Permalink
feat(deps): update proxyd dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                | from    | to      |
| ---------- | ------------------------------------------------------ | ------- | ------- |
| docker     | us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd | v4.12.0 | v4.14.1 |
  • Loading branch information
graphops-renovate[bot] authored Feb 24, 2025
1 parent 9e447be commit d9a2dd1
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 2 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/proxyd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.6.5
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=us-docker.pkg.dev/oplabs-tools-artifacts/images/proxyd
appVersion: "v4.12.0"
appVersion: "v4.14.1"
2 changes: 1 addition & 1 deletion charts/proxyd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Deploy and scale [proxyd](https://github.com/ethereum-optimism/infra/tree/main/proxyd) 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.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.12.0](https://img.shields.io/badge/AppVersion-v4.12.0-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.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v4.14.1](https://img.shields.io/badge/AppVersion-v4.14.1-informational?style=flat-square)

## Introduction

Expand Down

0 comments on commit d9a2dd1

Please sign in to comment.