Skip to content

Commit 5b0f413

Browse files
authored
Upgrade GsCloud to 1.8.7. Upgrade helm-custom-pod to 2.3.1 (#229)
1 parent 94faa77 commit 5b0f413

File tree

6 files changed

+81
-63
lines changed

6 files changed

+81
-63
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- name: custom-pod
77
repository: https://camptocamp.github.io/helm-custom-pod/
88
alias: geoserver
9-
version: 2.3.0
9+
version: 2.3.1

tests/expected-datadir.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -158,21 +158,21 @@ data:
158158
SERVICE_ACL_NAME: gs-cloud-datadir-gsc-acl
159159
SERVICE_ACL_CONTAINER_SPRING_IMAGE_TAG: "2.2.0"
160160
SERVICE_GATEWAY_NAME: gs-cloud-datadir-gsc-gateway
161-
SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
161+
SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
162162
SERVICE_GWC_NAME: gs-cloud-datadir-gsc-gwc
163-
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
163+
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
164164
SERVICE_REST_NAME: gs-cloud-datadir-gsc-rest
165-
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
165+
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
166166
SERVICE_WCS_NAME: gs-cloud-datadir-gsc-wcs
167-
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
167+
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
168168
SERVICE_WEBUI_NAME: gs-cloud-datadir-gsc-webui
169-
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
169+
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
170170
SERVICE_WFS_NAME: gs-cloud-datadir-gsc-wfs
171-
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
171+
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
172172
SERVICE_WMS_NAME: gs-cloud-datadir-gsc-wms
173-
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
173+
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
174174
SERVICE_WPS_NAME: gs-cloud-datadir-gsc-wps
175-
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
175+
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
176176
---
177177
# Source: gs-cloud-datadir/charts/geoservercloud/charts/geoserver/templates/service.yaml
178178
apiVersion: v1
@@ -383,7 +383,7 @@ spec:
383383
securityContext:
384384
allowPrivilegeEscalation: false
385385
readOnlyRootFilesystem: true
386-
image: "geoservercloud/geoserver-cloud-gateway:1.8.5"
386+
image: "geoservercloud/geoserver-cloud-gateway:1.8.7"
387387
imagePullPolicy: IfNotPresent
388388
env:
389389
- name: "ACL_USERNAME"
@@ -581,7 +581,7 @@ spec:
581581
securityContext:
582582
allowPrivilegeEscalation: false
583583
readOnlyRootFilesystem: true
584-
image: "geoservercloud/geoserver-cloud-gwc:1.8.5"
584+
image: "geoservercloud/geoserver-cloud-gwc:1.8.7"
585585
imagePullPolicy: IfNotPresent
586586
env:
587587
- name: "ACL_USERNAME"
@@ -779,7 +779,7 @@ spec:
779779
securityContext:
780780
allowPrivilegeEscalation: false
781781
readOnlyRootFilesystem: true
782-
image: "geoservercloud/geoserver-cloud-rest:1.8.5"
782+
image: "geoservercloud/geoserver-cloud-rest:1.8.7"
783783
imagePullPolicy: IfNotPresent
784784
env:
785785
- name: "ACL_USERNAME"
@@ -977,7 +977,7 @@ spec:
977977
securityContext:
978978
allowPrivilegeEscalation: false
979979
readOnlyRootFilesystem: true
980-
image: "geoservercloud/geoserver-cloud-wcs:1.8.5"
980+
image: "geoservercloud/geoserver-cloud-wcs:1.8.7"
981981
imagePullPolicy: IfNotPresent
982982
env:
983983
- name: "ACL_USERNAME"
@@ -1175,7 +1175,7 @@ spec:
11751175
securityContext:
11761176
allowPrivilegeEscalation: false
11771177
readOnlyRootFilesystem: true
1178-
image: "geoservercloud/geoserver-cloud-webui:1.8.5"
1178+
image: "geoservercloud/geoserver-cloud-webui:1.8.7"
11791179
imagePullPolicy: IfNotPresent
11801180
env:
11811181
- name: "ACL_USERNAME"
@@ -1373,7 +1373,7 @@ spec:
13731373
securityContext:
13741374
allowPrivilegeEscalation: false
13751375
readOnlyRootFilesystem: true
1376-
image: "geoservercloud/geoserver-cloud-wfs:1.8.5"
1376+
image: "geoservercloud/geoserver-cloud-wfs:1.8.7"
13771377
imagePullPolicy: IfNotPresent
13781378
env:
13791379
- name: "ACL_USERNAME"
@@ -1571,7 +1571,7 @@ spec:
15711571
securityContext:
15721572
allowPrivilegeEscalation: false
15731573
readOnlyRootFilesystem: true
1574-
image: "geoservercloud/geoserver-cloud-wms:1.8.5"
1574+
image: "geoservercloud/geoserver-cloud-wms:1.8.7"
15751575
imagePullPolicy: IfNotPresent
15761576
env:
15771577
- name: "ACL_USERNAME"

tests/expected-jdbc.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,21 @@ data:
173173
SERVICE_ACL_NAME: gs-cloud-jdbc-gsc-acl
174174
SERVICE_ACL_CONTAINER_SPRING_IMAGE_TAG: "2.2.0"
175175
SERVICE_GATEWAY_NAME: gs-cloud-jdbc-gsc-gateway
176-
SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
176+
SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
177177
SERVICE_GWC_NAME: gs-cloud-jdbc-gsc-gwc
178-
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
178+
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
179179
SERVICE_REST_NAME: gs-cloud-jdbc-gsc-rest
180-
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
180+
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
181181
SERVICE_WCS_NAME: gs-cloud-jdbc-gsc-wcs
182-
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
182+
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
183183
SERVICE_WEBUI_NAME: gs-cloud-jdbc-gsc-webui
184-
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
184+
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
185185
SERVICE_WFS_NAME: gs-cloud-jdbc-gsc-wfs
186-
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
186+
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
187187
SERVICE_WMS_NAME: gs-cloud-jdbc-gsc-wms
188-
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
188+
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
189189
SERVICE_WPS_NAME: gs-cloud-jdbc-gsc-wps
190-
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.5"
190+
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.7"
191191
---
192192
# Source: gs-cloud-jdbc/charts/geoservercloud/charts/geoserver/templates/service.yaml
193193
apiVersion: v1
@@ -395,7 +395,7 @@ spec:
395395
securityContext:
396396
allowPrivilegeEscalation: false
397397
readOnlyRootFilesystem: true
398-
image: "geoservercloud/geoserver-cloud-gateway:1.8.5"
398+
image: "geoservercloud/geoserver-cloud-gateway:1.8.7"
399399
imagePullPolicy: IfNotPresent
400400
env:
401401
- name: "ACL_USERNAME"
@@ -618,7 +618,7 @@ spec:
618618
securityContext:
619619
allowPrivilegeEscalation: false
620620
readOnlyRootFilesystem: true
621-
image: "geoservercloud/geoserver-cloud-gwc:1.8.5"
621+
image: "geoservercloud/geoserver-cloud-gwc:1.8.7"
622622
imagePullPolicy: IfNotPresent
623623
env:
624624
- name: "ACL_USERNAME"
@@ -841,7 +841,7 @@ spec:
841841
securityContext:
842842
allowPrivilegeEscalation: false
843843
readOnlyRootFilesystem: true
844-
image: "geoservercloud/geoserver-cloud-rest:1.8.5"
844+
image: "geoservercloud/geoserver-cloud-rest:1.8.7"
845845
imagePullPolicy: IfNotPresent
846846
env:
847847
- name: "ACL_USERNAME"
@@ -1064,7 +1064,7 @@ spec:
10641064
securityContext:
10651065
allowPrivilegeEscalation: false
10661066
readOnlyRootFilesystem: true
1067-
image: "geoservercloud/geoserver-cloud-wcs:1.8.5"
1067+
image: "geoservercloud/geoserver-cloud-wcs:1.8.7"
10681068
imagePullPolicy: IfNotPresent
10691069
env:
10701070
- name: "ACL_USERNAME"
@@ -1287,7 +1287,7 @@ spec:
12871287
securityContext:
12881288
allowPrivilegeEscalation: false
12891289
readOnlyRootFilesystem: true
1290-
image: "geoservercloud/geoserver-cloud-webui:1.8.5"
1290+
image: "geoservercloud/geoserver-cloud-webui:1.8.7"
12911291
imagePullPolicy: IfNotPresent
12921292
env:
12931293
- name: "ACL_USERNAME"
@@ -1510,7 +1510,7 @@ spec:
15101510
securityContext:
15111511
allowPrivilegeEscalation: false
15121512
readOnlyRootFilesystem: true
1513-
image: "geoservercloud/geoserver-cloud-wfs:1.8.5"
1513+
image: "geoservercloud/geoserver-cloud-wfs:1.8.7"
15141514
imagePullPolicy: IfNotPresent
15151515
env:
15161516
- name: "ACL_USERNAME"
@@ -1733,7 +1733,7 @@ spec:
17331733
securityContext:
17341734
allowPrivilegeEscalation: false
17351735
readOnlyRootFilesystem: true
1736-
image: "geoservercloud/geoserver-cloud-wms:1.8.5"
1736+
image: "geoservercloud/geoserver-cloud-wms:1.8.7"
17371737
imagePullPolicy: IfNotPresent
17381738
env:
17391739
- name: "ACL_USERNAME"

0 commit comments

Comments
 (0)