Skip to content

Commit

Permalink
Update GScloud to 1.8.11. Upgrade dependency helm-custom-po 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jemacchi committed Sep 10, 2024
1 parent 9131c8c commit f9a68e7
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 72 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.5.0
version: 2.6.0
30 changes: 15 additions & 15 deletions tests/expected-datadir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,21 +174,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.10"
SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_GWC_NAME: gs-cloud-datadir-gsc-gwc
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_REST_NAME: gs-cloud-datadir-gsc-rest
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WCS_NAME: gs-cloud-datadir-gsc-wcs
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WEBUI_NAME: gs-cloud-datadir-gsc-webui
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WFS_NAME: gs-cloud-datadir-gsc-wfs
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WMS_NAME: gs-cloud-datadir-gsc-wms
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WPS_NAME: gs-cloud-datadir-gsc-wps
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
---
# Source: gs-cloud-datadir/charts/geoservercloud/charts/geoserver/templates/service.yaml
apiVersion: v1
Expand Down Expand Up @@ -400,7 +400,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-gateway:1.8.10"
image: "geoservercloud/geoserver-cloud-gateway:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -599,7 +599,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-gwc:1.8.10"
image: "geoservercloud/geoserver-cloud-gwc:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -798,7 +798,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-rest:1.8.10"
image: "geoservercloud/geoserver-cloud-rest:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -997,7 +997,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-wcs:1.8.10"
image: "geoservercloud/geoserver-cloud-wcs:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -1196,7 +1196,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-webui:1.8.10"
image: "geoservercloud/geoserver-cloud-webui:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -1395,7 +1395,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-wfs:1.8.10"
image: "geoservercloud/geoserver-cloud-wfs:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -1594,7 +1594,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-wms:1.8.10"
image: "geoservercloud/geoserver-cloud-wms:1.8.11"
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 @@ -189,21 +189,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.10"
SERVICE_GATEWAY_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_GWC_NAME: gs-cloud-jdbc-gsc-gwc
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_GWC_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_REST_NAME: gs-cloud-jdbc-gsc-rest
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_REST_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WCS_NAME: gs-cloud-jdbc-gsc-wcs
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WCS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WEBUI_NAME: gs-cloud-jdbc-gsc-webui
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WEBUI_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WFS_NAME: gs-cloud-jdbc-gsc-wfs
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WFS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WMS_NAME: gs-cloud-jdbc-gsc-wms
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WMS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
SERVICE_WPS_NAME: gs-cloud-jdbc-gsc-wps
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.10"
SERVICE_WPS_CONTAINER_SPRING_IMAGE_TAG: "1.8.11"
---
# Source: gs-cloud-jdbc/charts/geoservercloud/charts/geoserver/templates/service.yaml
apiVersion: v1
Expand Down Expand Up @@ -412,7 +412,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-gateway:1.8.10"
image: "geoservercloud/geoserver-cloud-gateway:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -636,7 +636,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-gwc:1.8.10"
image: "geoservercloud/geoserver-cloud-gwc:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -860,7 +860,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-rest:1.8.10"
image: "geoservercloud/geoserver-cloud-rest:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -1084,7 +1084,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-wcs:1.8.10"
image: "geoservercloud/geoserver-cloud-wcs:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -1308,7 +1308,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-webui:1.8.10"
image: "geoservercloud/geoserver-cloud-webui:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -1532,7 +1532,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-wfs:1.8.10"
image: "geoservercloud/geoserver-cloud-wfs:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down Expand Up @@ -1756,7 +1756,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
image: "geoservercloud/geoserver-cloud-wms:1.8.10"
image: "geoservercloud/geoserver-cloud-wms:1.8.11"
imagePullPolicy: IfNotPresent
env:
- name: "ACL_USERNAME"
Expand Down
Loading

0 comments on commit f9a68e7

Please sign in to comment.