Skip to content

Commit

Permalink
[Fixes #230] Task: update geonode and geoserver container version to …
Browse files Browse the repository at this point in the history
…geonode 4.4.1 (#231)

Co-authored-by: Marcel Wallschlaeger <[email protected]>
  • Loading branch information
mwallschlaeger and Marcel Wallschlaeger authored Feb 25, 2025
1 parent 61168a3 commit 49c70a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/geonode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Helm Chart for Geonode. Supported versions: Geonode: 4.4.0, Geoserver: 2.24.4-v1
| geonode.haystack.engine_url | string | `"http://elasticsearch:9200/"` | hystack url |
| geonode.haystack.search_results_per_page | string | `"200"` | hystack results per page |
| geonode.image.name | string | `"geonode/geonode"` | used geonode image |
| geonode.image.tag | string | `"4.4.0"` | tag of used geonode image |
| geonode.image.tag | string | `"4.4.1"` | tag of used geonode image |
| geonode.imagePullPolicy | string | `"IfNotPresent"` | image pull policy |
| geonode.imagePullSecret | string | `""` | pull secret to use for geonode image |
| geonode.ingress.annotations | object | `{}` | adds ingress annotations for nginx ingress class |
Expand Down
6 changes: 4 additions & 2 deletions charts/geonode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ geonode:
# -- used geonode image
name: geonode/geonode
# -- tag of used geonode image
tag: "4.4.0"
tag: "4.4.1"

# -- image pull policy
imagePullPolicy: IfNotPresent
# -- pull secret to use for geonode image
Expand Down Expand Up @@ -351,7 +352,8 @@ geoserver:
# -- geoserver image docker image (default in zalf namespace because geonode one was not up to date)
name: geonode/geoserver
# -- geoserver docker image tag
tag: "2.24.4-v1"
tag: "2.24.3-latest"

# -- geoserver image pull policy
imagePullPolicy: "IfNotPresent"
# -- pull secret to use for geoserver image
Expand Down

0 comments on commit 49c70a5

Please sign in to comment.