Skip to content

Commit 760538a

Browse files
authored
Update chart (#808)
* chore: 🤖 add VERSION file * feat: 🎸 update the chart to 0.21.0
1 parent 1621a71 commit 760538a

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
#
22-
# We don't increment it, as it will not be distributed.
23-
version: 1.0.0
21+
version: 1.1.0
2422

2523
# This is the version number of the application being deployed. This version number should be
2624
# incremented each time you make changes to the application. Versions are not expected to
2725
# follow Semantic Versioning. They should reflect the version the application is using.
2826
# It is recommended to use it with quotes.
2927
#
3028
# See https://github.com/huggingface/datasets-server/releases
31-
appVersion: "0.20.2"
29+
appVersion: "0.21.0"
3230

3331
dependencies:
3432
- name: mongodb

chart/env/dev.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ images:
2626
registry: huggingface
2727
useGlobalRegistry: false
2828
repository: datasets-server-jobs-mongodb_migration
29-
tag: sha-27ad2f7
29+
tag: sha-fb3399a
3030
services:
3131
admin:
3232
registry: huggingface
3333
useGlobalRegistry: false
3434
repository: datasets-server-services-admin
35-
tag: sha-27ad2f7
35+
tag: sha-fb3399a
3636
api:
3737
registry: huggingface
3838
useGlobalRegistry: false
3939
repository: datasets-server-services-api
40-
tag: sha-27ad2f7
40+
tag: sha-fb3399a
4141
worker:
4242
registry: huggingface
4343
useGlobalRegistry: false
4444
repository: datasets-server-services-worker
45-
tag: sha-27ad2f7
45+
tag: sha-fb3399a
4646

4747
secrets:
4848
mongoUrl:

chart/env/prod.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ images:
1616
registry: huggingface
1717
useGlobalRegistry: false
1818
repository: datasets-server-jobs-mongodb_migration
19-
tag: sha-27ad2f7
19+
tag: sha-fb3399a
2020
services:
2121
admin:
2222
registry: huggingface
2323
useGlobalRegistry: false
2424
repository: datasets-server-services-admin
25-
tag: sha-27ad2f7
25+
tag: sha-fb3399a
2626
api:
2727
registry: huggingface
2828
useGlobalRegistry: false
2929
repository: datasets-server-services-api
30-
tag: sha-27ad2f7
30+
tag: sha-fb3399a
3131
worker:
3232
registry: huggingface
3333
useGlobalRegistry: false
3434
repository: datasets-server-services-worker
35-
tag: sha-27ad2f7
35+
tag: sha-fb3399a
3636

3737
secrets:
3838
mongoUrl:

chart/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ images:
2323
registry: huggingface
2424
useGlobalRegistry: false
2525
repository: datasets-server-jobs-mongodb_migration
26-
tag: sha-27ad2f7
26+
tag: sha-fb3399a
2727
services:
2828
admin:
2929
registry: huggingface
3030
useGlobalRegistry: false
3131
repository: datasets-server-services-admin
32-
tag: sha-27ad2f7
32+
tag: sha-fb3399a
3333
api:
3434
registry: huggingface
3535
useGlobalRegistry: false
3636
repository: datasets-server-services-api
37-
tag: sha-27ad2f7
37+
tag: sha-fb3399a
3838
worker:
3939
registry: huggingface
4040
useGlobalRegistry: false
4141
repository: datasets-server-services-worker
42-
tag: sha-27ad2f7
42+
tag: sha-fb3399a
4343

4444

4545
common:

0 commit comments

Comments
 (0)