Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dagster): upgrade dagster to 1.5.4 #877

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dagster/helm/dagster/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 0.1.16
- name: dagster
repository: https://dagster-io.github.io/helm
version: 1.4.10
version: 1.5.4
- name: config-overlays
repository: https://pluralsh.github.io/module-library
version: 0.1.1
- name: test-base
repository: https://pluralsh.github.io/module-library
version: 0.1.10
digest: sha256:bcc7f7ba70db24caf855956c39847898e3d140bb1edd3406a0da236dd72bed7d
generated: "2023-08-28T17:23:57.99101+02:00"
digest: sha256:429db54a06ff1d43d546fb5b8da1534e7f06f12a0e408a83e146222eb2585cbb
generated: "2023-10-20T10:53:15.243597+02:00"
4 changes: 2 additions & 2 deletions dagster/helm/dagster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: dagster
description: A Helm chart for Kubernetes
type: application
version: 0.1.45
appVersion: 1.4.10
appVersion: 1.5.4
dependencies:
- name: postgres
version: 0.1.16
repository: https://pluralsh.github.io/module-library
- name: dagster
version: 1.4.10
version: 1.5.4
repository: https://dagster-io.github.io/helm
- name: config-overlays
version: 0.1.1
Expand Down
Binary file removed dagster/helm/dagster/charts/dagster-1.4.10.tgz
Binary file not shown.
Binary file added dagster/helm/dagster/charts/dagster-1.5.4.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion dagster/helm/dagster/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
application: true
description: Deploys dagster crafted for the target cloud
spec:
breaking: true
dependencies:
- type: helm
name: bootstrap
Expand Down
12 changes: 6 additions & 6 deletions dagster/helm/dagster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test-base:
testName: dagster-integration
promoteTag: stable
tags:
- 1.4.10
- 1.5.4

config-overlays:
configOverlays:
Expand All @@ -38,7 +38,7 @@ dagster:
dagsterDaemon:
image:
repository: dkr.plural.sh/dagster/dagster/dagster-celery-k8s
tag: 1.4.10
tag: 1.5.4
resources:
requests:
cpu: 15m
Expand All @@ -48,7 +48,7 @@ dagster:
dagsterWebserver:
image:
repository: dkr.plural.sh/dagster/dagster/dagster-celery-k8s
tag: 1.4.10
tag: 1.5.4
resources:
requests:
cpu: 25m
Expand All @@ -62,7 +62,7 @@ dagster:
pipelineRun:
image:
repository: dkr.plural.sh/dagster/dagster/user-code-example
tag: 1.4.10
tag: 1.5.4

ingress:
enabled: true
Expand All @@ -86,7 +86,7 @@ dagster:
celeryK8sRunLauncher:
image:
repository: dkr.plural.sh/dagster/dagster/dagster-celery-k8s
tag: 1.4.10
tag: 1.5.4

postgresql:
enabled: false
Expand All @@ -106,7 +106,7 @@ dagster:
- name: "k8s-example-user-code-1"
image:
repository: ghcr.io/pluralsh/containers/dagster/user-code-example
tag: 1.4.10-plural1.1.10
tag: 1.5.4-plural1.2.4
pullPolicy: Always
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion dagster/vendor_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker.io:
postgres:
- "9.6.24"
dagster/user-code-example:
- "1.4.10"
- "1.5.4"
images-by-tag-regex:
dagster/dagster-celery-k8s: ^v?[0-9]+\.[0-9]+?\.[0-9]+$
busybox: ^v?[0-9]+\.[0-9]+?\.[0-9]+$
Loading