|
1 | 1 | # geonode-k8s |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 |
|
5 | | -Helm Chart for Geonode. Supported versions: Geonode: 4.4.0, Geoserver: 2.24.4-v1, pyCSW: 2.6.1 |
| 5 | +Helm Chart for Geonode. Supported versions: Geonode: 4.4.2, Geoserver: 2.24.3-latest, pyCSW: 2.6.1 |
6 | 6 |
|
7 | 7 | **Homepage:** <https://geonode.org/> |
8 | 8 |
|
@@ -71,7 +71,7 @@ Helm Chart for Geonode. Supported versions: Geonode: 4.4.0, Geoserver: 2.24.4-v1 |
71 | 71 | | geonode.general.upload.max_parallel_uploads_per_user | int | `10` | DEFAULT_MAX_PARALLEL_UPLOADS_PER_USER (https://docs.geonode.org/en/master/basic/settings/index.html#default-max-parallel-uploads-per-user) Default: 5 When uploading datasets, this value limits the number os parallel uploads. The parallelism limit is set during installation using the value of this variable. After installation, only an user with administrative rights can change it. These limits can be changed in the admin panel or accessing by api. | |
72 | 72 | | geonode.general.upload.size | string | `"2097152000"` | DEFAULT_MAX_UPLOAD_SIZE (https://docs.geonode.org/en/master/basic/settings/index.html#default-max-upload-size) Important: This value must be syncronized with nginx.maxClientBodySize Default: 2097152000 (2000 MB in bytes) (104857600 = 100 MB) When uploading datasets or uploading documents, the total size of the uploaded files is verified. The size limits are set during installation using the value of this variable. After installation, only an user with administrative rights can change it. These limits can be changed in the admin panel or accessing by api. | |
73 | 73 | | geonode.image.name | string | `"geonode/geonode"` | used geonode image | |
74 | | -| geonode.image.tag | string | `"4.4.1"` | tag of used geonode image | |
| 74 | +| geonode.image.tag | string | `"4.4.2"` | tag of used geonode image | |
75 | 75 | | geonode.imagePullPolicy | string | `"IfNotPresent"` | image pull policy | |
76 | 76 | | geonode.imagePullSecret | string | `""` | pull secret to use for geonode image | |
77 | 77 | | geonode.ingress.annotations | object | `{}` | adds ingress annotations for nginx ingress class | |
@@ -145,7 +145,7 @@ Helm Chart for Geonode. Supported versions: Geonode: 4.4.0, Geoserver: 2.24.4-v1 |
145 | 145 | | geonode.uwsgi.processes | int | `128` | Maximum number of workers allowed | |
146 | 146 | | geonode.uwsgi.reload_on_rss | int | `2048` | Restart workers after this much resident memory | |
147 | 147 | | geonode.uwsgi.worker_reload_mercy | int | `60` | How long to wait before forcefully killing workers | |
148 | | -| geonode.version | string | `"4.4.0"` | geonode version, used for some distinguassion between version of GeoNode | |
| 148 | +| geonode.version | string | `"4.4.2"` | geonode version, used for some distinguassion between version of GeoNode | |
149 | 149 | | geonodeFixtures | map of fixture files | `{"somefixture.json":"[\n {\n \"pk\": 0,\n \"model\": \"myapp.sample\"\n \"description\": \"nice little content\"\n }\n]\n"}` | Fixture files which shall be made available under /usr/src/geonode/geonode/fixtures (refer to https://docs.djangoproject.com/en/4.2/howto/initial-data/) | |
150 | 150 | | geoserver.container_name | string | `"geoserver"` | geoserver container name | |
151 | 151 | | geoserver.extraConfigMap | string | `""` | additional elements to include in the config map provided to GeoServer | |
|
0 commit comments