Skip to content

Commit

Permalink
[label-studio] Fixed fullnameOverride's title
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspi committed Oct 10, 2024
1 parent fb7ccdf commit a1f13bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/label-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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: 3.0.0
version: 3.0.1

dependencies:
- name: library-chart
Expand Down
4 changes: 2 additions & 2 deletions charts/label-studio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"properties": {
"fullnameOverride": {
"type": "string",
"title": "Name of the mysql database",
"title": "Name of the Label-studio helm service",
"default": "label-studio-db"
},
"persistence": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"username": {
"type": "string",
"title": "username",
"title": "User name",
"default": "username",
"x-onyxia": {
"overwriteDefaultWith": "{{user.email}}"
Expand Down

0 comments on commit a1f13bd

Please sign in to comment.