File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,7 +281,6 @@ feast-batch-serving:
281281 staging_location : gs://<bucket_name>/feast-staging-location
282282 initial_retry_delay_seconds : 3
283283 total_timeout_seconds : 21600
284- write_triggering_frequency_seconds : 600
285284 subscriptions :
286285 - name : " *"
287286 project : " *"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Current chart version is `0.7-SNAPSHOT`
2323| gcpServiceAccount.existingSecret.name | string | ` "feast-gcp-service-account" ` | Name of the existing secret containing the service account |
2424| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
2525| image.repository | string | ` "gcr.io/kf-feast/feast-core" ` | Docker image repository |
26- | image.tag | string | ` "latest " ` | Image tag |
26+ | image.tag | string | ` "0.6.2 " ` | Image tag |
2727| ingress.grpc.annotations | object | ` {} ` | Extra annotations for the ingress |
2828| ingress.grpc.auth.enabled | bool | ` false ` | Flag to enable auth |
2929| ingress.grpc.class | string | ` "nginx" ` | Which ingress controller to use |
Original file line number Diff line number Diff line change 55 # image.repository -- Docker image repository
66 repository : gcr.io/kf-feast/feast-core
77 # image.tag -- Image tag
8- tag : latest
8+ tag : 0.6.2
99 # image.pullPolicy -- Image pull policy
1010 pullPolicy : IfNotPresent
1111
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ Current chart version is `0.7-SNAPSHOT`
1717| gcpServiceAccount.existingSecret.name | string | ` "feast-gcp-service-account" ` | Name of the existing secret containing the service account |
1818| image.pullPolicy | string | ` "Always" ` | Image pull policy |
1919| image.repository | string | ` "gcr.io/kf-feast/feast-jupyter" ` | Docker image repository |
20- | image.tag | string | ` "latest " ` | Image tag |
20+ | image.tag | string | ` "0.6.2 " ` | Image tag |
2121| replicaCount | int | ` 1 ` | Number of pods that will be created |
Original file line number Diff line number Diff line change 55 # image.repository -- Docker image repository
66 repository : gcr.io/kf-feast/feast-jupyter
77 # image.tag -- Image tag
8- tag : latest
8+ tag : 0.6.2
99 # image.pullPolicy -- Image pull policy
1010 pullPolicy : Always
1111
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Current chart version is `0.7-SNAPSHOT`
2323| gcpServiceAccount.existingSecret.name | string | ` "feast-gcp-service-account" ` | Name of the existing secret containing the service account |
2424| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
2525| image.repository | string | ` "gcr.io/kf-feast/feast-serving" ` | Docker image repository |
26- | image.tag | string | ` "latest " ` | Image tag |
26+ | image.tag | string | ` "0.6.2 " ` | Image tag |
2727| ingress.grpc.annotations | object | ` {} ` | Extra annotations for the ingress |
2828| ingress.grpc.auth.enabled | bool | ` false ` | Flag to enable auth |
2929| ingress.grpc.class | string | ` "nginx" ` | Which ingress controller to use |
Original file line number Diff line number Diff line change 55 # image.repository -- Docker image repository
66 repository : gcr.io/kf-feast/feast-serving
77 # image.tag -- Image tag
8- tag : latest
8+ tag : 0.6.2
99 # image.pullPolicy -- Image pull policy
1010 pullPolicy : IfNotPresent
1111
You can’t perform that action at this time.
0 commit comments