Skip to content

Commit

Permalink
Update dagster image (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lithium323 authored Jan 14, 2025
1 parent 91da51b commit eb0fddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sphinx-serve: .makemarkers/sphinx-docs
# ----------------------------------------------------------------------------#

IMAGE_TAG = ghcr.io/lithium323/op-analytics:v20250114.1
IMAGE_TAG_DAGSTER = ghcr.io/lithium323/op-analytics-dagster:v20250114.002
IMAGE_TAG_DAGSTER = ghcr.io/lithium323/op-analytics-dagster:v20250114.003

.PHONY: uv-build
uv-build:
Expand Down
2 changes: 1 addition & 1 deletion helm/dagster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ dagster-user-deployments:
image:
# When a tag is not supplied, it will default as the Helm chart version.
repository: "ghcr.io/lithium323/op-analytics-dagster"
tag: "v20250114.002"
tag: "v20250114.003"

# Change with caution! If you're using a fixed tag for pipeline run images, changing the
# image pull policy to anything other than "Always" will use a cached/stale image, which is
Expand Down

0 comments on commit eb0fddd

Please sign in to comment.