Skip to content

Commit

Permalink
feat(deps): update celo dependencies
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | busybox | 1.36.1 | 1.37.0 |
  • Loading branch information
graphops-renovate[bot] authored Oct 2, 2024
1 parent 4c5982c commit eb04c4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/celo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| celo.initChownData.enabled | Init container to set the correct permissions to access data directories | bool | `true` |
| celo.initChownData.image.pullPolicy | Container pull policy | string | `"IfNotPresent"` |
| celo.initChownData.image.repository | Container repository | string | `"busybox"` |
| celo.initChownData.image.tag | Container tag | string | `"1.36.1"` |
| celo.initChownData.image.tag | Container tag | string | `"1.37.0"` |
| celo.nodeSelector | | object | `{}` |
| celo.p2pNodePort.enabled | Expose P2P port via NodePort | bool | `false` |
| celo.p2pNodePort.initContainer.image.pullPolicy | Container pull policy | string | `"IfNotPresent"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/celo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ celo:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.36.1"
tag: "1.37.0"
# -- Container pull policy
pullPolicy: IfNotPresent
3 changes: 1 addition & 2 deletions charts/firehose-ethereum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| firehoseComponentDefaults.rbac | RBAC role and binding configuration | object | `{"bindingSpec":{"metadata":{"annotations":{},"labels":{}},"roleRef":{}},"enabled":"{{ .Pod.serviceAccount.enabled }}","roleSpec":{"metadata":{"annotations":{},"labels":{}}}}` |
| firehoseComponentDefaults.resources | Resource requests and limits | object | `{}` |
| firehoseComponentDefaults.securityContext | Container level security context overrides | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true}` |
| firehoseComponentDefaults.service | Service customization | object | `{"enabled":true,"metadata":{"annotations":{},"labels":{},"name":"{{ include \"metadata.fullname\" $ }}-{{ .componentName }}"},"spec":{"ports":{"fh-metrics":{"port":"{{ with .Pod.fireeth.metrics }}{{ .enabled \| ternary (printf \"%d\" ( .port \| int ) ) nil }}{{ end }}","protocol":"{{ with .Pod.fireeth.metrics }}{{ .enabled \| ternary \"TCP\" nil }}{{ end }}"},"fh-pprof":{"port":"{{ with .Pod.fireeth.pprof }}{{ .enabled \| ternary (printf \"%d\" ( .port \| int ) ) nil }}{{ end }}","protocol":"{{ with .Pod.fireeth.pprof }}{{ .enabled \| ternary \"TCP\" nil }}{{ end }}"}},"type":"ClusterIP"}}` |
| firehoseComponentDefaults.service | Service customization | object | `{"enabled":true,"metadata":{"annotations":{},"labels":{}},"spec":{"ports":{"fh-metrics":{"port":"{{ with .Pod.fireeth.metrics }}{{ .enabled \| ternary (printf \"%d\" ( .port \| int ) ) nil }}{{ end }}","protocol":"{{ with .Pod.fireeth.metrics }}{{ .enabled \| ternary \"TCP\" nil }}{{ end }}"},"fh-pprof":{"port":"{{ with .Pod.fireeth.pprof }}{{ .enabled \| ternary (printf \"%d\" ( .port \| int ) ) nil }}{{ end }}","protocol":"{{ with .Pod.fireeth.pprof }}{{ .enabled \| ternary \"TCP\" nil }}{{ end }}"}},"type":"ClusterIP"}}` |
| firehoseComponentDefaults.service.enabled | Create a Service | bool | `true` |
| firehoseComponentDefaults.service.metadata.annotations | Additional service annotations | object | `{}` |
| firehoseComponentDefaults.service.metadata.labels | Additional service labels | object | `{}` |
Expand All @@ -258,7 +258,6 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| firehoseComponentDefaults.serviceHeadless | Also create headless services, mandatory for StatefulSets and true by default | string | `"{{ eq .Pod.kind \"StatefulSet\" \| ternary true true }}"` |
| firehoseComponentDefaults.serviceMonitor | ServiceMonitor configuration for Prometheus Operator | object | `{"enabled":true,"metadata":{"annotations":{},"labels":{}},"spec":{"endpoints":{"metrics-fh":{"honorLabels":true,"interval":"30s","path":"/metrics","scrapeTimeout":"10s"}}}}` |
| firehoseComponentDefaults.serviceMonitor.enabled | Enable monitoring by creating `ServiceMonitor` CRDs ([prometheus-operator](https://github.com/prometheus-operator/prometheus-operator)) | bool | `true` |
| firehoseComponentDefaults.serviceName | Required for StatefulSets | string | `"{{ include \"metadata.fullname\" $ }}-{{ .componentName }}-headless"` |
| firehoseComponentDefaults.serviceP2P | Creates a NodePort service (used in P2P support) if a nodePort isn't specified, kubernetes will dinamically attribute one | object | `{"enabled":"{{ default false .Pod.fireeth.p2p.enabled }}","metadata":{"annotations":{},"labels":{}},"spec":{"ports":{"p2p-tcp":{"nodePort":null,"port":"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}","protocol":"TCP","targetPort":null},"p2p-udp":{"nodePort":null,"port":"{{ with .Pod.serviceP2P.spec.ports }}{{ default (30303 \| int) (index . \"p2p-tcp\" \"nodePort\" \| int) }}{{ end }}","protocol":"UDP","targetPort":null}}}}` |
| firehoseComponentDefaults.serviceP2P.metadata.annotations | Additional service annotations | object | `{}` |
| firehoseComponentDefaults.serviceP2P.metadata.labels | Additional service labels | object | `{}` |
Expand Down

0 comments on commit eb04c4f

Please sign in to comment.