Skip to content

Commit 2a668d1

Browse files
author
GIRAUDON Benjamin
committed
chore(deploy): update chart version
1 parent d456bb1 commit 2a668d1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

helm/stac-fastapi-eodag/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: APACHE-2.0
33

44
apiVersion: v2
5-
appVersion: 0.2.0
5+
appVersion: 0.3.0
66
dependencies:
77
- name: common
88
repository: oci://registry-1.docker.io/bitnamicharts
@@ -24,4 +24,4 @@ name: stac-fastapi-eodag
2424
sources:
2525
- https://github.com/CS-SI/stac-fastapi-eodag
2626
type: application
27-
version: 0.2.0
27+
version: 0.3.0

helm/stac-fastapi-eodag/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ spec:
158158
value: /eodag/resources/eodag.yml
159159
{{- end }}
160160
{{- if .Values.collections }}
161-
- name: EODAG_collectionS_CFG_FILE
161+
- name: EODAG_COLLECTIONS_CFG_FILE
162162
value: /eodag/resources/collections.yml
163163
{{- end }}
164164
{{- if .Values.providers }}

helm/stac-fastapi-eodag/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ keepOriginUrl: false
213213
image:
214214
registry: ghcr.io
215215
repository: cs-si/stac-fastapi-eodag
216-
tag: "v0.2.0-eodag-3.10.0"
216+
tag: "v0.3.0-eodag-4.0.0"
217217
digest: ""
218218
## Specify a imagePullPolicy
219219
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)