11# Feast Python / Go Feature Server Helm Charts
22
3- Current chart version is ` 0.41 .0 `
3+ Current chart version is ` 0.40 .0 `
44
55## Installation
66
@@ -40,16 +40,16 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
4040| fullnameOverride | string | ` "" ` | |
4141| image.pullPolicy | string | ` "IfNotPresent" ` | |
4242| image.repository | string | ` "feastdev/feature-server" ` | Docker image for Feature Server repository |
43- | image.tag | string | ` "0.41 .0" ` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
43+ | image.tag | string | ` "0.40 .0" ` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
4444| imagePullSecrets | list | ` [] ` | |
4545| livenessProbe.initialDelaySeconds | int | ` 30 ` | |
4646| livenessProbe.periodSeconds | int | ` 30 ` | |
47- | logLevel | string | ` "WARNING" ` | |
4847| metrics.enabled | bool | ` false ` | |
4948| metrics.otelCollector.endpoint | string | ` "" ` | |
5049| metrics.otelCollector.port | int | ` 4317 ` | |
5150| nameOverride | string | ` "" ` | |
5251| nodeSelector | object | ` {} ` | |
52+ | otel_service.name | string | ` "otelcol" ` | |
5353| podAnnotations | object | ` {} ` | |
5454| podSecurityContext | object | ` {} ` | |
5555| readinessProbe.initialDelaySeconds | int | ` 20 ` | |
@@ -59,5 +59,4 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
5959| securityContext | object | ` {} ` | |
6060| service.port | int | ` 80 ` | |
6161| service.type | string | ` "ClusterIP" ` | |
62- | serviceAccount.name | string | ` "" ` | |
6362| tolerations | list | ` [] ` | |
0 commit comments