File tree Expand file tree Collapse file tree 5 files changed +345
-14
lines changed
Expand file tree Collapse file tree 5 files changed +345
-14
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.14.6
16+ version : 0.15.0
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.19.4
21+ appVersion : 1.20.0
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- - don't set traefik ingress annotionion, it breaks TLS
58+ - update clowder to 1.20.0
59+ - update many extractors (update to pyclowder)
Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ extraConfig:
167167
168168## ChangeLog
169169
170+ ### 0.15.0
171+ - Update clowder to version [1.20.0](https://github.com/clowder-framework/clowder/releases/tag/v1.20.0)
172+ - Update extractors for pyclowder version [2.5.1](https://github.com/clowder-framework/pyclowder/releases/tag/2.5.1)
173+
170174### 0.14.6
171175- don't set traefik ingress annotionion, it breaks TLS
172176
Original file line number Diff line number Diff line change 1616
1717# ZIP EXTRACTORS
1818for x in extract2folder inventory; do
19- URL=" https://raw.githubusercontent.com/clowder-framework/extractors-zip/master /${x} /extractor_info.json"
19+ URL=" https://raw.githubusercontent.com/clowder-framework/extractors-zip/main /${x} /extractor_info.json"
2020 VERSION=$( curl -s ${URL} | awk ' /"version":/ { print $2}' | sed ' s/[",]//g' )
2121 sed -i~ " s/extractors-$x :.*/extractors-$x :${VERSION} /" values.yaml
2222done
2323
2424# ANTI-VIRUS EXTRACTORS
25- VERSION=$( curl -s https://raw.githubusercontent.com/clowder-framework/extractors-clamav/master /extractor_info.json | awk ' /"version":/ { print $2}' | sed ' s/[",]//g' )
25+ VERSION=$( curl -s https://raw.githubusercontent.com/clowder-framework/extractors-clamav/main /extractor_info.json | awk ' /"version":/ { print $2}' | sed ' s/[",]//g' )
2626sed -i~ " s/extractors-clamav:.*/extractors-clamav:${VERSION} /" values.yaml
2727
2828# GEOSPATIAL EXTRACTORS
Original file line number Diff line number Diff line change @@ -126,25 +126,25 @@ smtp:
126126# # env : additional environment variables to pass to extractor.
127127extractors :
128128 file-digest :
129- image : clowder/extractors-digest:2.2.0
129+ image : clowder/extractors-digest:2.2.1
130130 # enabled: true
131131 # replicaCount: 1
132132 # pullPolicy: Always
133133 # env:
134134 # - name: extractor.bump.sh
135135 # value: "bar"
136136 image-preview :
137- image : clowder/extractors-image-preview:2.2.1
137+ image : clowder/extractors-image-preview:2.2.2
138138 image-metadata :
139- image : clowder/extractors-image-metadata:2.1.6
139+ image : clowder/extractors-image-metadata:2.1.7
140140 audio-preview :
141- image : clowder/extractors-audio-preview:2.1.6
141+ image : clowder/extractors-audio-preview:2.1.7
142142 pdf-preview :
143- image : clowder/extractors-pdf-preview:2.1.6
143+ image : clowder/extractors-pdf-preview:2.1.7
144144 video-preview :
145- image : clowder/extractors-video-preview:2.2.0
145+ image : clowder/extractors-video-preview:2.2.1
146146 clamav :
147- image : clowder/extractors-clamav:1.0.3
147+ image : clowder/extractors-clamav:1.0.6
148148
149149# ----------------------------------------------------------------------
150150# DATA STORAGE
@@ -235,8 +235,6 @@ monitor:
235235 # nodePort: 30000
236236 port : 9999
237237
238- # ----------------------------------------------------------------------
239-
240238# ----------------------------------------------------------------------
241239# clowder requires mongodb to be able to run
242240#
You can’t perform that action at this time.
0 commit comments