diff --git a/cmd/main.go b/cmd/main.go index abd2656..73aabe0 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -51,7 +51,7 @@ import ( ) const ( - defaultGokoalaImage = "docker.io/pdok/gokoala:0.58.0" + defaultGokoalaImage = "docker.io/pdok/gokoala:0.59.0" ) var ( diff --git a/config/crd/bases/pdok.nl_ogcapis.yaml b/config/crd/bases/pdok.nl_ogcapis.yaml index 4951b8a..e7fabbc 100644 --- a/config/crd/bases/pdok.nl_ogcapis.yaml +++ b/config/crd/bases/pdok.nl_ogcapis.yaml @@ -628,6 +628,20 @@ spec: type: object type: array type: object + healthCheck: + description: Optional health check configuration + properties: + srs: + default: EPSG:28992 + description: Projection (SRS/CRS) used for tile + healthcheck + pattern: ^EPSG:\d+$ + type: string + tilePath: + description: Path to specific tile used for + healthcheck + type: string + type: object id: description: Unique ID of the collection type: string @@ -1453,6 +1467,20 @@ spec: type: object type: array type: object + healthCheck: + description: Optional health check configuration + properties: + srs: + default: EPSG:28992 + description: Projection (SRS/CRS) used for tile + healthcheck + pattern: ^EPSG:\d+$ + type: string + tilePath: + description: Path to specific tile used for + healthcheck + type: string + type: object id: description: Unique ID of the collection type: string @@ -2804,6 +2832,20 @@ spec: type: object type: array type: object + healthCheck: + description: Optional health check configuration + properties: + srs: + default: EPSG:28992 + description: Projection (SRS/CRS) used for tile + healthcheck + pattern: ^EPSG:\d+$ + type: string + tilePath: + description: Path to specific tile used for + healthcheck + type: string + type: object id: description: Unique ID of the collection type: string @@ -3098,6 +3140,18 @@ spec: - id type: object type: array + healthCheck: + description: Optional health check configuration + properties: + srs: + default: EPSG:28992 + description: Projection (SRS/CRS) used for tile healthcheck + pattern: ^EPSG:\d+$ + type: string + tilePath: + description: Path to specific tile used for healthcheck + type: string + type: object supportedSrs: description: |- Specifies in what projections (SRS/CRS) the tiles are offered diff --git a/go.mod b/go.mod index ee989b7..b9ea6da 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/PDOK/ogcapi-operator go 1.23.1 require ( - github.com/PDOK/gokoala v0.58.0 + github.com/PDOK/gokoala v0.59.0 github.com/onsi/ginkgo/v2 v2.17.1 github.com/onsi/gomega v1.32.0 github.com/peterbourgon/ff v1.7.1 diff --git a/go.sum b/go.sum index dbcb497..d784e93 100644 --- a/go.sum +++ b/go.sum @@ -3,8 +3,8 @@ dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/toml v1.3.2 h1:o7IhLm0Msx3BaB+n3Ag7L8EVlByGnpq14C4YWiu/gL8= github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/PDOK/gokoala v0.58.0 h1:4oL+z4PoJsHkKS4DrexJLB/fmXTQEFq8dDA2hr/cCzY= -github.com/PDOK/gokoala v0.58.0/go.mod h1:jT3LZWfUpwu0+itydD0a8PUflz0u1x73TNxLhEU4ugs= +github.com/PDOK/gokoala v0.59.0 h1:tZpkb+AqEC/bIzLKBzpekXhLZBIafG4how9OR9wd6Vs= +github.com/PDOK/gokoala v0.59.0/go.mod h1:jT3LZWfUpwu0+itydD0a8PUflz0u1x73TNxLhEU4ugs= github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPnH1Wvgk= github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=