Skip to content

Commit 1fdfd46

Browse files
committed
Update Helm documentation
1 parent 5ad19e5 commit 1fdfd46

7 files changed

Lines changed: 6 additions & 7 deletions

File tree

infra/charts/feast/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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: "*"

infra/charts/feast/charts/feast-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

infra/charts/feast/charts/feast-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
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

infra/charts/feast/charts/feast-jupyter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

infra/charts/feast/charts/feast-jupyter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
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

infra/charts/feast/charts/feast-serving/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

infra/charts/feast/charts/feast-serving/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image:
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

0 commit comments

Comments
 (0)