File tree Expand file tree Collapse file tree
infra/charts/feast/charts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Current chart version is `0.5.0-alpha.1`
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 | ` "dev " ` | Image tag |
26+ | image.tag | string | ` "latest " ` | 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 : dev
8+ tag : latest
99 # image.pullPolicy -- Image pull policy
1010 pullPolicy : IfNotPresent
1111
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Current chart version is `0.5.0-alpha.1`
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 | ` "dev " ` | Image tag |
26+ | image.tag | string | ` "latest " ` | 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 : dev
8+ tag : latest
99 # image.pullPolicy -- Image pull policy
1010 pullPolicy : IfNotPresent
1111
You can’t perform that action at this time.
0 commit comments