Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade GsCloud and helm-custom-pod #229

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading