diff --git a/kustomize/overlays/prod/kustomization.yaml b/kustomize/overlays/prod/kustomization.yaml index 5c060a89..41592bb1 100644 --- a/kustomize/overlays/prod/kustomization.yaml +++ b/kustomize/overlays/prod/kustomization.yaml @@ -33,4 +33,4 @@ patches: - path: postgres_fdw_service_patch.yaml images: - name: ghcr.io/dbca-wa/it-assets - newTag: 2.4.17 + newTag: 2.4.18 diff --git a/pyproject.toml b/pyproject.toml index dd167d00..0f94332e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "itassets" -version = "2.4.17" +version = "2.4.18" description = "DBCA IT assets (both physical and knowledge-based) management system" authors = ["DBCA OIM "] license = "Apache-2.0"