Skip to content

Commit

Permalink
feat(dagster): bump dagster vsn to 1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
walkoss committed Jan 8, 2024
1 parent 5192077 commit 3b9f2a4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dagster/helm/dagster/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies:
version: 0.1.6
- name: dagster
repository: https://dagster-io.github.io/helm
version: 1.5.13
version: 1.5.14
- 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:b55f79ed395fc483deeddd1dad24b15d6ef6e8653c7f739dbff1953003ce8915
generated: "2023-12-28T11:19:15.867896+01:00"
digest: sha256:85fc2a04b79e21eba656760c706afb7fa573f9e5ff6ff1055ee1566031d7149c
generated: "2024-01-08T19:15:16.592611+01: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,7 +3,7 @@ name: dagster
description: A Helm chart for Kubernetes
type: application
version: 0.1.48
appVersion: 1.5.13
appVersion: 1.5.14
dependencies:
- name: postgres
version: 0.1.16
Expand All @@ -13,7 +13,7 @@ dependencies:
repository: https://pluralsh.github.io/module-library
condition: oidc-config.enabled
- name: dagster
version: 1.5.13
version: 1.5.14
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.5.13.tgz
Binary file not shown.
Binary file added dagster/helm/dagster/charts/dagster-1.5.14.tgz
Binary file not shown.
12 changes: 6 additions & 6 deletions dagster/helm/dagster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test-base:
testName: dagster-integration
promoteTag: stable
tags:
- 1.5.13
- 1.5.14

config-overlays:
configOverlays:
Expand All @@ -50,7 +50,7 @@ dagster:
dagsterDaemon:
image:
repository: dkr.plural.sh/dagster/dagster/dagster-celery-k8s
tag: 1.5.13
tag: 1.5.14
resources:
requests:
cpu: 15m
Expand All @@ -60,7 +60,7 @@ dagster:
dagsterWebserver:
image:
repository: dkr.plural.sh/dagster/dagster/dagster-celery-k8s
tag: 1.5.13
tag: 1.5.14
resources:
requests:
cpu: 25m
Expand All @@ -74,7 +74,7 @@ dagster:
pipelineRun:
image:
repository: dkr.plural.sh/dagster/dagster/user-code-example
tag: 1.5.13
tag: 1.5.14

ingress:
enabled: true
Expand All @@ -98,7 +98,7 @@ dagster:
celeryK8sRunLauncher:
image:
repository: dkr.plural.sh/dagster/dagster/dagster-celery-k8s
tag: 1.5.13
tag: 1.5.14

postgresql:
enabled: false
Expand All @@ -118,7 +118,7 @@ dagster:
- name: "k8s-example-user-code-1"
image:
repository: ghcr.io/pluralsh/containers/dagster/user-code-example
tag: 1.5.13-plural1.2.13
tag: 1.5.14-plural1.2.14
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.5.13"
- "1.5.14"
images-by-tag-regex:
dagster/dagster-celery-k8s: ^v?[0-9]+\.[0-9]+?\.[0-9]+$
busybox: ^v?[0-9]+\.[0-9]+?\.[0-9]+$

0 comments on commit 3b9f2a4

Please sign in to comment.