From 2f89f402be905298ea882a2cf30b7fa763c6286f Mon Sep 17 00:00:00 2001 From: Jose Macchi Date: Thu, 4 Jul 2024 16:50:46 -0300 Subject: [PATCH] Upgrade GsCloud to 1.8.7. Upgrade helm-custom-pod to 2.3.1 --- Chart.yaml | 2 +- tests/expected-datadir.yaml | 30 +++++++++---------- tests/expected-jdbc.yaml | 30 +++++++++---------- tests/expected-pgconfig-acl.yaml | 50 ++++++++++++++++++++++---------- tests/expected-statefulset.yaml | 30 +++++++++---------- values.yaml | 2 +- 6 files changed, 81 insertions(+), 63 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index dd2a6ab..a004112 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -6,4 +6,4 @@ dependencies: - name: custom-pod repository: https://camptocamp.github.io/helm-custom-pod/ alias: geoserver - version: 2.3.0 + version: 2.3.1 diff --git a/tests/expected-datadir.yaml b/tests/expected-datadir.yaml index 4a95822..b143d3e 100644 --- a/tests/expected-datadir.yaml +++ b/tests/expected-datadir.yaml @@ -158,21 +158,21 @@ data: SERVICE_ACL_NAME: gs-cloud-datadir-gsc-acl SERVICE_ACL_CONTAINER_SPRING_IMAGE_TAG: "2.2.0" SERVICE_GATEWAY_NAME: gs-cloud-datadir-gsc-gateway - SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_GWC_NAME: gs-cloud-datadir-gsc-gwc - SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_REST_NAME: gs-cloud-datadir-gsc-rest - SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WCS_NAME: gs-cloud-datadir-gsc-wcs - SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WEBUI_NAME: gs-cloud-datadir-gsc-webui - SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WFS_NAME: gs-cloud-datadir-gsc-wfs - SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WMS_NAME: gs-cloud-datadir-gsc-wms - SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WPS_NAME: gs-cloud-datadir-gsc-wps - SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" --- # Source: gs-cloud-datadir/charts/geoservercloud/charts/geoserver/templates/service.yaml apiVersion: v1 @@ -383,7 +383,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gateway:1.8.5" + image: "geoservercloud/geoserver-cloud-gateway:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -581,7 +581,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gwc:1.8.5" + image: "geoservercloud/geoserver-cloud-gwc:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -779,7 +779,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-rest:1.8.5" + image: "geoservercloud/geoserver-cloud-rest:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -977,7 +977,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wcs:1.8.5" + image: "geoservercloud/geoserver-cloud-wcs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1175,7 +1175,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-webui:1.8.5" + image: "geoservercloud/geoserver-cloud-webui:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1373,7 +1373,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wfs:1.8.5" + image: "geoservercloud/geoserver-cloud-wfs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1571,7 +1571,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wms:1.8.5" + image: "geoservercloud/geoserver-cloud-wms:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" diff --git a/tests/expected-jdbc.yaml b/tests/expected-jdbc.yaml index 05706f6..161f447 100644 --- a/tests/expected-jdbc.yaml +++ b/tests/expected-jdbc.yaml @@ -173,21 +173,21 @@ data: SERVICE_ACL_NAME: gs-cloud-jdbc-gsc-acl SERVICE_ACL_CONTAINER_SPRING_IMAGE_TAG: "2.2.0" SERVICE_GATEWAY_NAME: gs-cloud-jdbc-gsc-gateway - SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_GWC_NAME: gs-cloud-jdbc-gsc-gwc - SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_REST_NAME: gs-cloud-jdbc-gsc-rest - SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WCS_NAME: gs-cloud-jdbc-gsc-wcs - SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WEBUI_NAME: gs-cloud-jdbc-gsc-webui - SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WFS_NAME: gs-cloud-jdbc-gsc-wfs - SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WMS_NAME: gs-cloud-jdbc-gsc-wms - SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WPS_NAME: gs-cloud-jdbc-gsc-wps - SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" --- # Source: gs-cloud-jdbc/charts/geoservercloud/charts/geoserver/templates/service.yaml apiVersion: v1 @@ -395,7 +395,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gateway:1.8.5" + image: "geoservercloud/geoserver-cloud-gateway:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -618,7 +618,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gwc:1.8.5" + image: "geoservercloud/geoserver-cloud-gwc:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -841,7 +841,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-rest:1.8.5" + image: "geoservercloud/geoserver-cloud-rest:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1064,7 +1064,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wcs:1.8.5" + image: "geoservercloud/geoserver-cloud-wcs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1287,7 +1287,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-webui:1.8.5" + image: "geoservercloud/geoserver-cloud-webui:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1510,7 +1510,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wfs:1.8.5" + image: "geoservercloud/geoserver-cloud-wfs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1733,7 +1733,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wms:1.8.5" + image: "geoservercloud/geoserver-cloud-wms:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" diff --git a/tests/expected-pgconfig-acl.yaml b/tests/expected-pgconfig-acl.yaml index 1a2108e..3e3f8b1 100644 --- a/tests/expected-pgconfig-acl.yaml +++ b/tests/expected-pgconfig-acl.yaml @@ -329,21 +329,21 @@ data: SERVICE_ACL_NAME: gs-cloud-pgconfig-acl-gsc-acl SERVICE_ACL_CONTAINER_SPRING_IMAGE_TAG: "2.2.0" SERVICE_GATEWAY_NAME: gs-cloud-pgconfig-acl-gsc-gateway - SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_GWC_NAME: gs-cloud-pgconfig-acl-gsc-gwc - SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_REST_NAME: gs-cloud-pgconfig-acl-gsc-rest - SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WCS_NAME: gs-cloud-pgconfig-acl-gsc-wcs - SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WEBUI_NAME: gs-cloud-pgconfig-acl-gsc-webui - SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WFS_NAME: gs-cloud-pgconfig-acl-gsc-wfs - SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WMS_NAME: gs-cloud-pgconfig-acl-gsc-wms - SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WPS_NAME: gs-cloud-pgconfig-acl-gsc-wps - SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" --- # Source: gs-cloud-pgconfig/templates/install-postgis-cm.yml apiVersion: v1 @@ -663,6 +663,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: acl spec: + serviceAccountName: default securityContext: {} @@ -737,6 +738,7 @@ spec: containerPort: 8080 hostIP: 127.0.0.1 + volumes: - name: tmp-empty-dir emptyDir: {} @@ -772,6 +774,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: gateway spec: + serviceAccountName: default securityContext: {} @@ -780,7 +783,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gateway:1.8.5" + image: "geoservercloud/geoserver-cloud-gateway:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -951,6 +954,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: @@ -991,6 +995,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: gwc spec: + serviceAccountName: default securityContext: {} @@ -999,7 +1004,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gwc:1.8.5" + image: "geoservercloud/geoserver-cloud-gwc:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -1170,6 +1175,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: @@ -1211,6 +1217,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: rest spec: + serviceAccountName: default securityContext: {} @@ -1219,7 +1226,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-rest:1.8.5" + image: "geoservercloud/geoserver-cloud-rest:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -1390,6 +1397,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: @@ -1431,6 +1439,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: wcs spec: + serviceAccountName: default securityContext: {} @@ -1439,7 +1448,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wcs:1.8.5" + image: "geoservercloud/geoserver-cloud-wcs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -1610,6 +1619,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: @@ -1651,6 +1661,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: webui spec: + serviceAccountName: default securityContext: {} @@ -1659,7 +1670,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-webui:1.8.5" + image: "geoservercloud/geoserver-cloud-webui:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -1830,6 +1841,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: @@ -1871,6 +1883,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: wfs spec: + serviceAccountName: default securityContext: {} @@ -1879,7 +1892,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wfs:1.8.5" + image: "geoservercloud/geoserver-cloud-wfs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -2050,6 +2063,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: @@ -2091,6 +2105,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: wms spec: + serviceAccountName: default securityContext: {} @@ -2099,7 +2114,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wms:1.8.5" + image: "geoservercloud/geoserver-cloud-wms:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -2270,6 +2285,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: @@ -2311,6 +2327,7 @@ spec: app.kubernetes.io/instance: gs-cloud-pgconfig-acl app.kubernetes.io/component: wps spec: + serviceAccountName: default securityContext: {} @@ -2319,7 +2336,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wps:1.8.5" + image: "geoservercloud/geoserver-cloud-wps:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_PASSWORD" @@ -2490,6 +2507,7 @@ spec: path: /actuator/health/readiness port: health periodSeconds: 5 + volumes: - name: cache persistentVolumeClaim: diff --git a/tests/expected-statefulset.yaml b/tests/expected-statefulset.yaml index 4e9cf1b..b7b3650 100644 --- a/tests/expected-statefulset.yaml +++ b/tests/expected-statefulset.yaml @@ -158,21 +158,21 @@ data: SERVICE_ACL_NAME: gs-cloud-statefulset-gsc-acl SERVICE_ACL_CONTAINER_SPRING_IMAGE_TAG: "2.2.0" SERVICE_GATEWAY_NAME: gs-cloud-statefulset-gsc-gateway - SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_GWC_NAME: gs-cloud-statefulset-gsc-gwc - SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_REST_NAME: gs-cloud-statefulset-gsc-rest - SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WCS_NAME: gs-cloud-statefulset-gsc-wcs - SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WEBUI_NAME: gs-cloud-statefulset-gsc-webui - SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WFS_NAME: gs-cloud-statefulset-gsc-wfs - SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WMS_NAME: gs-cloud-statefulset-gsc-wms - SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" SERVICE_WPS_NAME: gs-cloud-statefulset-gsc-wps - SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5" + SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7" --- # Source: gs-cloud-statefulset/charts/geoservercloud/charts/geoserver/templates/service.yaml apiVersion: v1 @@ -383,7 +383,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gateway:1.8.5" + image: "geoservercloud/geoserver-cloud-gateway:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -580,7 +580,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-rest:1.8.5" + image: "geoservercloud/geoserver-cloud-rest:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -777,7 +777,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wcs:1.8.5" + image: "geoservercloud/geoserver-cloud-wcs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -974,7 +974,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-webui:1.8.5" + image: "geoservercloud/geoserver-cloud-webui:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1171,7 +1171,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wfs:1.8.5" + image: "geoservercloud/geoserver-cloud-wfs:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1368,7 +1368,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-wms:1.8.5" + image: "geoservercloud/geoserver-cloud-wms:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" @@ -1575,7 +1575,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: "geoservercloud/geoserver-cloud-gwc:1.8.5" + image: "geoservercloud/geoserver-cloud-gwc:1.8.7" imagePullPolicy: IfNotPresent env: - name: "ACL_USERNAME" diff --git a/values.yaml b/values.yaml index fd0a22b..e08596c 100644 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ podSecurityContext: {} securityContext: {} common-image-stuff: &common-image-stuff - tag: '1.8.5' + tag: '1.8.7' service: &common-service-definition type: ClusterIP