Skip to content

Commit

Permalink
[Fixes #176] Task: support GeoNode 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallschlaeger committed Jun 19, 2024
1 parent 1dcf0a3 commit 43dcb21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions charts/geonode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Helm Chart for Geonode. Supported versions: Geonode: 4.2.2, Geoserver: 2.23.3-v2
| 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.2.2"` | tag of used geonode image |
| geonode.image.tag | string | `"4.3.0"` | 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 Expand Up @@ -147,7 +147,7 @@ Helm Chart for Geonode. Supported versions: Geonode: 4.2.2, Geoserver: 2.23.3-v2
| geoserver.container_name | string | `"geoserver"` | geoserver container name |
| geoserver.force_reinit | bool | `true` | set force reinit true so that changing passwords etc. in Values.yaml will take effect after restarting the pod this on the other hand will increase pod initializing time, only change if you know what you are doing |
| geoserver.image.name | string | `"geonode/geoserver"` | geoserver image docker image (default in zalf namespace because geonode one was not up to date) |
| geoserver.image.tag | string | `"2.23.3-v2"` | geoserver docker image tag |
| geoserver.image.tag | string | `"2.24.3-v1"` | geoserver docker image tag |
| geoserver.imagePullPolicy | string | `"IfNotPresent"` | geoserver image pull policy |
| geoserver.imagePullSecret | string | `""` | pull secret to use for geoserver image |
| geoserver.port | int | `8080` | geoserver port |
Expand Down Expand Up @@ -192,6 +192,7 @@ Helm Chart for Geonode. Supported versions: Geonode: 4.2.2, Geoserver: 2.23.3-v2
| postgres.external.secret.geodata_password | string | `"geogeonode"` | |
| postgres.external.secret.geonode_password | string | `"geonode"` | |
| postgres.external.secret.postgres_password | string | `"postgres"` | |
| postgres.external.ssl | string | `"prefer"` | |
| postgres.geodata_databasename_and_username | string | `"geodata"` | geoserver database name and username |
| postgres.geonode_databasename_and_username | string | `"geonode"` | geonode database name and username |
| postgres.operator.numberOfInstances | int | `1` | number of database instances |
Expand Down
4 changes: 2 additions & 2 deletions charts/geonode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ geonode:
# -- used geonode image
name: geonode/geonode
# -- tag of used geonode image
tag: "4.2.2"
tag: "4.3.0"
# -- image pull policy
imagePullPolicy: IfNotPresent
# -- pull secret to use for geonode image
Expand Down Expand Up @@ -341,7 +341,7 @@ 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.23.3-v2"
tag: "2.24.3-v1"
# -- geoserver image pull policy
imagePullPolicy: "IfNotPresent"
# -- pull secret to use for geoserver image
Expand Down

0 comments on commit 43dcb21

Please sign in to comment.