Skip to content

Commit

Permalink
fixup requestedDuration field (#150)
Browse files Browse the repository at this point in the history
fixup requestedDuration
  • Loading branch information
skykanin authored Nov 11, 2024
1 parent 1032b34 commit 27cb140
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-playground/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.3
version: 0.6.4


dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-playground/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sliderUnit": "h",
"hidden": {
"value": "",
"path": "dapla/buckets/reason"
"path": "dapla/buckets/enabled"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.6
version: 0.0.7


dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sliderUnit": "h",
"hidden": {
"value": "",
"path": "dapla/buckets/reason"
"path": "dapla/buckets/enabled"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.3
version: 0.7.4


dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sliderUnit": "h",
"hidden": {
"value": "",
"path": "dapla/buckets/reason"
"path": "dapla/buckets/enabled"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.2
version: 0.6.3


dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sliderUnit": "h",
"hidden": {
"value": "",
"path": "dapla/buckets/reason"
"path": "dapla/buckets/enabled"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.3
version: 0.7.4


dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"sliderUnit": "h",
"hidden": {
"value": "",
"path": "dapla/buckets/reason"
"path": "dapla/buckets/enabled"
}
}
}
Expand Down

0 comments on commit 27cb140

Please sign in to comment.