Skip to content

Commit 17c1af2

Browse files
committed
Helm chart and Application version bump
1 parent 8ac9caa commit 17c1af2

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

zoo-project-dru/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ type: application
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 0.9.6
26+
version: 0.9.7
2727

2828
# This is the version number of the application being deployed. This version number should be
2929
# incremented each time you make changes to the application. Versions are not expected to
3030
# follow Semantic Versioning. They should reflect the version the application is using.
3131
# It is recommended to use it with quotes.
32-
appVersion: "0.2.43"
32+
appVersion: "0.2.44"
3333

3434
keywords:
3535
- workflows
@@ -78,7 +78,7 @@ dependencies:
7878
annotations:
7979
artifacthub.io/changes: |
8080
- kind: changed
81-
description: "Update the ZOO-Project docker image to tag dru-bfa23b5bf0d826e691984e51a5d8304d1b87b4ee"
81+
description: "Update the ZOO-Project docker image to tag dru-ad6563d64c564268778263ad41fed9f9d18d07ca"
8282
- kind: changed
8383
description: "Align the README.md with the Chart.yaml version"
8484

zoo-project-dru/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install the chart with the release name `my-zoo-project-dru`:
2424

2525
````bash
2626
helm repo add zoo-project https://zoo-project.github.io/charts/
27-
helm install my-zoo-project-dru zoo-project/zoo-project-dru --version 0.9.6
27+
helm install my-zoo-project-dru zoo-project/zoo-project-dru --version 0.9.7
2828
````
2929

3030
## Parameters

zoo-project-dru/files/example/app-package.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $graph:
155155
PYTHONPATH: /app
156156
ResourceRequirement:
157157
coresMax: 1
158-
ramMax: 512
158+
ramMax: 1024
159159
hints:
160160
DockerRequirement:
161161
dockerPull: ghcr.io/terradue/ogc-eo-application-package-hands-on/norm_diff:1.5.0

zoo-project-dru/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ zoofpm:
191191
image:
192192
repository: zooproject/zoo-project
193193
pullPolicy: IfNotPresent
194-
tag: dru-bfa23b5bf0d826e691984e51a5d8304d1b87b4ee
194+
tag: dru-ad6563d64c564268778263ad41fed9f9d18d07ca
195195
autoscaling:
196196
enabled: false
197197
replicaCount: 1
@@ -215,7 +215,7 @@ zookernel:
215215
image:
216216
repository: zooproject/zoo-project
217217
pullPolicy: IfNotPresent
218-
tag: dru-bfa23b5bf0d826e691984e51a5d8304d1b87b4ee
218+
tag: dru-ad6563d64c564268778263ad41fed9f9d18d07ca
219219
extraMountPoints: []
220220
# Pod-level security context (applies to all containers in the pod, including init containers)
221221
podSecurityContext:

0 commit comments

Comments
 (0)