Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Open
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
4 changes: 4 additions & 0 deletions releases/notes/1.7.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Prepare Deployment via ArgoCD
- Introduces `Dagster Template` step, to enable offloading the deployment of dagster user-code helm charts to other tools, such as ArgoCD, this step still takes care of writing the helm chart's values.yaml file and modifying the ConfigMap
- Introduces the `Dagster Helm Template` step that, additionally to the functionality described above, enables offloading the modification of dagster server's ConfigMap to other tools, such as GithubActions or ArgoCD, this step only takes care of writing the helm chart's values.yaml file
Loading