Skip to content

Commit

Permalink
heartex/label-studio: allow specifying unknown global variables (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Wittig <[email protected]>
  • Loading branch information
Sh4kE and Michael Wittig authored Oct 21, 2024
1 parent 51d3791 commit 7cee4d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion heartex/label-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Improvements
* Upgrade psql helm chart.
* Pin psql version to 13.15.0.
* Allow defining more global variables

## 1.5.0
### Improvements
Expand All @@ -27,7 +28,7 @@

## 1.4.5
### Improvements
* Expose LS app service name and service port as an env variables.
* Expose LS app service name and service port as an env variables.

## 1.4.3
### Fixes
Expand Down
2 changes: 1 addition & 1 deletion heartex/label-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://labelstud.io/
type: application
icon: https://raw.githubusercontent.com/heartexlabs/label-studio/master/images/logo.png
# Chart version
version: 1.6.3
version: 1.6.4
# Label Studio release version
appVersion: "1.13.1"
kubeVersion: ">= 1.14.0-0"
Expand Down
2 changes: 1 addition & 1 deletion heartex/label-studio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"additionalProperties": true
}
},
"additionalProperties": false
"additionalProperties": true
},
"upgradeCheck": {
"type": "object",
Expand Down

0 comments on commit 7cee4d5

Please sign in to comment.