File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3434keywords :
3535 - workflows
@@ -78,7 +78,7 @@ dependencies:
7878annotations :
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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ To install the chart with the release name `my-zoo-project-dru`:
2424
2525```` bash
2626helm 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments