Skip to content

Commit

Permalink
chore: bump dagster version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Feb 26, 2024
1 parent 87ba1fd commit ac60722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resource "helm_release" "dagster" {
repository = "https://dagster-io.github.io/helm"
chart = "dagster"
namespace = kubernetes_namespace.dagster.metadata[0].name
version = "1.6.5"

values = [
file("${path.module}/static/values.yaml")
Expand Down

0 comments on commit ac60722

Please sign in to comment.