Skip to content

Commit

Permalink
Upgrade GsCloud to 1.8.7. Upgrade helm-custom-pod to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jemacchi committed Jul 4, 2024
1 parent 94faa77 commit 2f89f40
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 63 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
30 changes: 15 additions & 15 deletions tests/expected-datadir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
30 changes: 15 additions & 15 deletions tests/expected-jdbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 2f89f40

Please sign in to comment.