Skip to content

Commit

Permalink
feat(deps): update graph dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                  | from   | to     |
| ---------- | ---------------------------------------- | ------ | ------ |
| docker     | ghcr.io/graphprotocol/indexer-service-rs | v1.4.1 | v1.4.2 |
| docker     | ghcr.io/graphprotocol/indexer-tap-agent  | v1.8.0 | v1.9.1 |
  • Loading branch information
graphops-renovate[bot] authored Feb 21, 2025
1 parent 62b012a commit cdb8007
Show file tree
Hide file tree
Showing 8 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"` |

4 changes: 2 additions & 2 deletions charts/graph-network-indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| indexerService.config | | object | `{}` |
| indexerService.env | | object | `{}` |
| indexerService.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.4.1"}` |
| indexerService.image | Image for indexer-service | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-service-rs","tag":"v1.4.2"}` |
| indexerService.nodeSelector | | object | `{}` |
| indexerService.podAnnotations | Annotations for the `Pod` | object | `{}` |
| indexerService.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
Expand All @@ -151,7 +151,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| indexerTapAgent.command | Entrypoint command to run | string | `"/usr/local/bin/indexer-tap-agent"` |
| indexerTapAgent.config | | object | `{}` |
| indexerTapAgent.extraArgs | Additional CLI arguments to pass to `indexer-service` | list | `[]` |
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.8.0"}` |
| indexerTapAgent.image | Image for indexer-tap-agent | object | `{"pullPolicy":"IfNotPresent","repository":"ghcr.io/graphprotocol/indexer-tap-agent","tag":"v1.9.1"}` |
| indexerTapAgent.nodeSelector | | object | `{}` |
| indexerTapAgent.podAnnotations | Annotations for the `Pod` | object | `{}` |
| indexerTapAgent.podSecurityContext | Pod-wide security context | object | `{"fsGroup":101337,"runAsGroup":101337,"runAsNonRoot":true,"runAsUser":101337}` |
Expand Down
4 changes: 2 additions & 2 deletions charts/graph-network-indexer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ indexerService:
image:
repository: ghcr.io/graphprotocol/indexer-service-rs
pullPolicy: IfNotPresent
tag: "v1.4.1"
tag: "v1.4.2"

# -- Entrypoint command to run
command: /usr/local/bin/indexer-service-rs
Expand Down Expand Up @@ -286,7 +286,7 @@ indexerTapAgent:
image:
repository: ghcr.io/graphprotocol/indexer-tap-agent
pullPolicy: IfNotPresent
tag: "v1.8.0"
tag: "v1.9.1"

# -- Entrypoint command to run
command: /usr/local/bin/indexer-tap-agent
Expand Down

0 comments on commit cdb8007

Please sign in to comment.