Skip to content

Commit

Permalink
Merge pull request #99 from terrestris/update-shogun-chart
Browse files Browse the repository at this point in the history
feat: update shogun chart to latest geoserver and mfp
  • Loading branch information
buehner authored Oct 11, 2024
2 parents 05d88e7 + 40ecf9f commit 37505d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/shogun/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: A Helm chart for a complete installation of SHOGun
name: shogun
type: application
icon: https://raw.githubusercontent.com/terrestris/shogun/main/shogun-boot/src/main/resources/public/assets/img/shogun_logo.png
version: 1.2.8
version: 2.0.0
dependencies:
- name: postgis
version: "3.0.1"
# repository: "file://../postgis/"
repository: "https://terrestris.github.io/helm-charts"
condition: postgis.enabled
- name: geoserver
version: "4.2.2"
version: "5.0.0"
# repository: "file://../geoserver/"
repository: "https://terrestris.github.io/helm-charts"
condition: geoserver.enabled
Expand All @@ -35,7 +35,7 @@ dependencies:
repository: "https://terrestris.github.io/helm-charts"
condition: shogun-client.enabled
- name: mapfish-print
version: "2.0.3"
version: "3.0.0"
# repository: "file://../mapfish-print/"
repository: "https://terrestris.github.io/helm-charts"
condition: mapfish-print.enabled
Expand Down
9 changes: 4 additions & 5 deletions charts/shogun/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,12 @@ geoserver:
enabled: true
ingress:
enabled: true
annotations:
spec.ingressClassName: nginx
# kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
className: ""
hosts:
- host: shogun.local
paths: [ "/geoserver" ]
paths:
- path: /geoserver
pathType: ImplementationSpecific
tls: []
# - secretName: geoserver-secret
# hosts:
Expand Down

0 comments on commit 37505d2

Please sign in to comment.