We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3a453 commit ed2dde4Copy full SHA for ed2dde4
2 files changed
helm/stac-fastapi-eodag/Chart.yaml
@@ -22,4 +22,4 @@ name: stac-fastapi-eodag
22
sources:
23
- https://github.com/CS-SI/stac-fastapi-eodag
24
type: application
25
-version: 0.3.0
+version: 0.1.0
helm/stac-fastapi-eodag/values.yaml
@@ -204,9 +204,9 @@ keepOriginUrl: false
204
## Number of replicas to deploy
205
##
206
image:
207
- registry: docker.io
208
- repository: csspace/eodag-server
209
- tag: ""
+ registry: ghcr.io
+ repository: cs-si/stac-fastapi-eodag
+ tag: "v0.1.0-eodag-3.10.0"
210
digest: ""
211
## Specify a imagePullPolicy
212
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
0 commit comments