1
1
# Feast Python / Go Feature Server Helm Charts
2
2
3
- Current chart version is ` 0.40 .0 `
3
+ Current chart version is ` 0.41 .0 `
4
4
5
5
## Installation
6
6
@@ -40,16 +40,16 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
40
40
| fullnameOverride | string | ` "" ` | |
41
41
| image.pullPolicy | string | ` "IfNotPresent" ` | |
42
42
| image.repository | string | ` "feastdev/feature-server" ` | Docker image for Feature Server repository |
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) |
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) |
44
44
| imagePullSecrets | list | ` [] ` | |
45
45
| livenessProbe.initialDelaySeconds | int | ` 30 ` | |
46
46
| livenessProbe.periodSeconds | int | ` 30 ` | |
47
+ | logLevel | string | ` "WARNING" ` | |
47
48
| metrics.enabled | bool | ` false ` | |
48
49
| metrics.otelCollector.endpoint | string | ` "" ` | |
49
50
| metrics.otelCollector.port | int | ` 4317 ` | |
50
51
| nameOverride | string | ` "" ` | |
51
52
| nodeSelector | object | ` {} ` | |
52
- | otel_service.name | string | ` "otelcol" ` | |
53
53
| podAnnotations | object | ` {} ` | |
54
54
| podSecurityContext | object | ` {} ` | |
55
55
| readinessProbe.initialDelaySeconds | int | ` 20 ` | |
@@ -59,4 +59,5 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
59
59
| securityContext | object | ` {} ` | |
60
60
| service.port | int | ` 80 ` | |
61
61
| service.type | string | ` "ClusterIP" ` | |
62
+ | serviceAccount.name | string | ` "" ` | |
62
63
| tolerations | list | ` [] ` | |
0 commit comments