Skip to content

Commit e8b5ab1

Browse files
author
José Gregorio
authored
Fix broken Terraform installation files (feast-dev#1420)
* Update some outdated terraform files * Rollback docs and update feast chart location * Rollback docs
1 parent 97e7d55 commit e8b5ab1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/terraform/gcp/feast.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ locals {
3636
}
3737
}
3838

39-
feast-online-serving = {
39+
feast-serving = {
4040
enabled = true
4141
"application-override.yaml" = {
4242
feast = {
@@ -113,7 +113,7 @@ resource "helm_release" "feast" {
113113
depends_on = [kubernetes_secret.feast-postgres-secret, kubernetes_secret.feast_sa_secret]
114114

115115
name = var.name_prefix
116-
chart = "../../charts/feast"
116+
chart = "https://feast-helm-charts.storage.googleapis.com/feast-0.100.4.tgz"
117117

118118
values = [
119119
yamlencode(local.feast_helm_values)

0 commit comments

Comments
 (0)