Skip to content

Commit 198076f

Browse files
committed
update extractor version
- don't track downloads by extractors - update clamav
1 parent 3372142 commit 198076f

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.16.1
16+
version: 0.16.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
@@ -55,4 +55,4 @@ annotations:
5555
- name: Helm Chart
5656
url: https://github.com/clowder-framework/clowder-helm
5757
artifacthub.io/changes: |
58-
- fix for when `enable: false` for extractors
58+
- update extractor versions

values.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,25 +126,26 @@ smtp:
126126
## env : additional environment variables to pass to extractor.
127127
extractors:
128128
file-digest:
129-
image: clowder/extractors-digest:2.2.2
130-
#enabled: true
131-
#replicaCount: 1
132-
#pullPolicy: Always
129+
image: clowder/extractors-digest:2.2.3
130+
# enabled: true
131+
# replicaCount: 1
132+
# pullPolicy: Always
133+
# imagePullSecrets: regcred
133134
# env:
134135
# - name: extractor.bump.sh
135136
# value: "bar"
136137
image-preview:
137-
image: clowder/extractors-image-preview:2.4.1
138+
image: clowder/extractors-image-preview:2.4.2
138139
image-metadata:
139-
image: clowder/extractors-image-metadata:2.1.8
140+
image: clowder/extractors-image-metadata:2.1.9
140141
audio-preview:
141-
image: clowder/extractors-audio-preview:2.1.8
142+
image: clowder/extractors-audio-preview:2.1.9
142143
pdf-preview:
143-
image: clowder/extractors-pdf-preview:2.1.8
144+
image: clowder/extractors-pdf-preview:2.1.9
144145
video-preview:
145-
image: clowder/extractors-video-preview:2.2.2
146+
image: clowder/extractors-video-preview:2.2.3
146147
clamav:
147-
image: clowder/extractors-clamav:1.0.7
148+
image: clowder/extractors-clamav:1.0.9
148149

149150
# ----------------------------------------------------------------------
150151
# DATA STORAGE

0 commit comments

Comments
 (0)