Skip to content

Commit

Permalink
upgrade to Magda v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Aug 30, 2024
1 parent f5d39eb commit ed024f2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 24 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ helm upgrade -n dga-prod magda ./chart --timeout 30000s --install -f config.yaml
# Upgrade Guide:

## v4.2.3

- Upgrade to Magda v4.2.3
- Upgrade search engine to opensearch v2.15.0
- Connector config adjustments

## v4.0.0

- Upgrades with improvements & bug fixes
Expand Down
9 changes: 3 additions & 6 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: magda
repository: oci://ghcr.io/magda-io/charts
version: 4.0.0
version: 4.2.3
- name: ingress
repository: file://../ingress
version: 1.1.0
Expand Down Expand Up @@ -53,9 +53,6 @@ dependencies:
- name: magda-ckan-connector
repository: oci://ghcr.io/magda-io/charts
version: 2.1.0
- name: magda-csw-connector
repository: oci://ghcr.io/magda-io/charts
version: 2.0.2
- name: magda-ckan-connector
repository: oci://ghcr.io/magda-io/charts
version: 2.1.0
Expand Down Expand Up @@ -104,5 +101,5 @@ dependencies:
- name: magda-project-open-data-connector
repository: oci://ghcr.io/magda-io/charts
version: 2.0.0
digest: sha256:b7ecc19451d180141dd313d4e42dbd4d1bf13c916c0719708313da2047234c5e
generated: "2024-06-14T20:47:40.565497+10:00"
digest: sha256:da0aa60e8ebae9efc569777d18f08a14eb720ac3d68e4497c742b364cd8eb58c
generated: "2024-08-30T13:29:06.003262+10:00"
19 changes: 10 additions & 9 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
name: "magda-config"
description: "DGA magda deployment chart"
version: "4.0.0"
version: "4.2.3"
kubeVersion: ">= 1.16.0-0"
dependencies:
- name: magda
version: "4.0.0"
version: "4.2.3"
repository: "oci://ghcr.io/magda-io/charts"

- name: ingress
Expand Down Expand Up @@ -143,13 +143,14 @@ dependencies:
tags:
- connectors
- connector-nsw
- name: magda-csw-connector
version: "2.0.2"
alias: connector-sdinsw
repository: "oci://ghcr.io/magda-io/charts"
tags:
- connectors
- connector-sdinsw
# provider server is not available
# - name: magda-csw-connector
# version: "2.0.2"
# alias: connector-sdinsw
# repository: "oci://ghcr.io/magda-io/charts"
# tags:
# - connectors
# - connector-sdinsw
- name: magda-ckan-connector
version: "2.1.0"
alias: connector-qld
Expand Down
23 changes: 14 additions & 9 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ connector-marlin:
config:
id: marlin
name: CSIRO Marlin
sourceUrl: http://www.marlin.csiro.au/geonetwork/srv/eng/csw
sourceUrl: https://marlin.csiro.au/geonetwork/srv/eng/csw
outputSchema: http://standards.iso.org/iso/19115/-3/mdb/2.0
typeNames: mdb:MD_Metadata
pageSize: 50
schedule: 30 3 */3 * *

Expand Down Expand Up @@ -283,13 +285,14 @@ connector-nsw:
pageSize: 100
schedule: 20 * * * *

connector-sdinsw:
config:
id: sdinsw
name: NSW Land and Property
sourceUrl: https://sdi.nsw.gov.au/csw
pageSize: 100
schedule: 0 9 */3 * *
# provider server is not available
# connector-sdinsw:
# config:
# id: sdinsw
# name: NSW Land and Property
# sourceUrl: https://sdi.nsw.gov.au/csw
# pageSize: 100
# schedule: 0 9 */3 * *

connector-qld:
config:
Expand Down Expand Up @@ -319,7 +322,9 @@ connector-tern:
config:
id: tern
name: Terrestrial Ecosystem Research Network
sourceUrl: http://data.auscover.org.au/geonetwork/srv/eng/csw
sourceUrl: https://geonetwork.tern.org.au/geonetwork/srv/eng/csw
outputSchema: http://standards.iso.org/iso/19115/-3/mdb/2.0
typeNames: mdb:MD_Metadata
pageSize: 100
schedule: 0 11 */3 * *

Expand Down

0 comments on commit ed024f2

Please sign in to comment.