File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff 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.1
16+ version : 0.15.2
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.1
21+ appVersion : 1.20.3
2222
2323# List of people that maintain this helm chart.
2424maintainers :
@@ -55,4 +55,5 @@ annotations:
5555 - name: Helm Chart
5656 url: https://github.com/clowder-framework/clowder-helm
5757 artifacthub.io/changes : |
58- - update clowder to 1.20.1
58+ - update clowder to 1.20.3
59+ - update image previewer to 2.4.0
Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ extraConfig:
167167
168168## ChangeLog
169169
170+ ### 0.15.2
171+ - update clowder to [1.20.3](https://github.com/clowder-framework/clowder/releases/tag/v1.20.3)
172+ - update image previewer to 2.4.0
173+
170174### 0.15.1
171175- Update clowder to version [1.20.1](https://github.com/clowder-framework/clowder/releases/tag/v1.20.1)
172176
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ extractors:
134134 # - name: extractor.bump.sh
135135 # value: "bar"
136136 image-preview :
137- image : clowder/extractors-image-preview:2.2.2
137+ image : clowder/extractors-image-preview:2.4.0
138138 image-metadata :
139139 image : clowder/extractors-image-metadata:2.1.7
140140 audio-preview :
You can’t perform that action at this time.
0 commit comments