Skip to content

Commit e5572ad

Browse files
committed
clowder 1.20.1
1 parent b89e228 commit e5572ad

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Chart.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ description: >
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.15.0
16+
version: 0.15.1
1717

1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
21-
appVersion: 1.20.0
21+
appVersion: 1.20.1
2222

2323
# List of people that maintain this helm chart.
2424
maintainers:
@@ -55,5 +55,4 @@ annotations:
5555
- name: Helm Chart
5656
url: https://github.com/clowder-framework/clowder-helm
5757
artifacthub.io/changes: |
58-
- update clowder to 1.20.0
59-
- update many extractors (update to pyclowder)
58+
- update clowder to 1.20.1

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A list of values frequently changed.
5858
| registerThroughAdmins | Should the admin be required to approve all new users. Setting this to false will result in all new users immediately be given access to Clowder. | true
5959
| idleTimeoutInMinutes | Number of minutes you stay logged into clowder without any interactions. | 30
6060
| tempfolder | Folder used to save files by clowder, before being send to storage location. | /home/clowder/data/tmp
61-
| helpmenu | List of additional menu entries to be added to the clowder help menu. | []
61+
| helpmenu | List of additional menu entries to be added to the clowder help menu. | []
6262
| userid | the id of the user that runs the clowder process, this is helpful if you want to write to a shared storage as a specific user. | 10001
6363
| groupid | the id of the groups that runs the clowder process, this is helpful if you want to write to a shared storage as a specific group. | 0
6464
| replicaCount | Number of instances to run of clowder. | 1
@@ -79,7 +79,7 @@ These options can be used to set any other clowder variables, or plugins.
7979
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
8080

8181
```bash
82-
helm install my-release ncsa/clowder --set clowderkey=ncsa
82+
helm install my-release ncsa/clowder --set clowderkey=ncsa
8383
```
8484

8585
The above command sets the clowder admin key `ncsa`.
@@ -167,6 +167,9 @@ extraConfig:
167167
168168
## ChangeLog
169169
170+
### 0.15.1
171+
- Update clowder to version [1.20.1](https://github.com/clowder-framework/clowder/releases/tag/v1.20.1)
172+
170173
### 0.15.0
171174
- Update clowder to version [1.20.0](https://github.com/clowder-framework/clowder/releases/tag/v1.20.0)
172175
- Update extractors for pyclowder version [2.5.1](https://github.com/clowder-framework/pyclowder/releases/tag/2.5.1)

0 commit comments

Comments
 (0)