Skip to content

Commit

Permalink
Increment and standardize Stacks version
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjasa-db committed Feb 28, 2024
1 parent 0048c3f commit 17ea6e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions library/template_variables.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@
{{ define `cli_version` -}}
v0.212.2
{{- end }}

{{ define `stacks_version` -}}
0.3
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ new_cluster: &new_cluster
spark_version: 13.3.x-cpu-ml-scala2.12
node_type_id: {{template `cloud_specific_node_type_id` .}}
custom_tags:
clusterSource: mlops-stack/0.2
clusterSource: mlops-stacks_{{template `stacks_version` .}}

resources:
jobs:
Expand Down Expand Up @@ -210,7 +210,7 @@ new_cluster: &new_cluster
spark_version: 13.3.x-cpu-ml-scala2.12
node_type_id: {{template `cloud_specific_node_type_id` .}}
custom_tags:
clusterSource: mlops-stack/0.2
clusterSource: mlops-stacks_{{template `stacks_version` .}}

resources:
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ new_cluster: &new_cluster
spark_version: 13.3.x-cpu-ml-scala2.12
node_type_id: {{template `cloud_specific_node_type_id` .}}
custom_tags:
clusterSource: mlops-stack/0.2
clusterSource: mlops-stacks_{{template `stacks_version` .}}

common_permissions: &permissions
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ new_cluster: &new_cluster
spark_version: 13.3.x-cpu-ml-scala2.12
node_type_id: {{template `cloud_specific_node_type_id` .}}
custom_tags:
clusterSource: mlops-stack/0.2
clusterSource: mlops-stacks_{{template `stacks_version` .}}

common_permissions: &permissions
permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ new_cluster: &new_cluster
spark_version: 13.3.x-cpu-ml-scala2.12
node_type_id: {{template `cloud_specific_node_type_id` .}}
custom_tags:
clusterSource: mlops-stack/0.2
clusterSource: mlops-stacks_{{template `stacks_version` .}}

common_permissions: &permissions
permissions:
Expand Down

0 comments on commit 17ea6e0

Please sign in to comment.