Skip to content

Commit 6fdd0d8

Browse files
Version 0.1.0 - we are not stable yet - also ontoserver helm chart has never been released so note that in the readme
1 parent 8d5db52 commit 6fdd0d8

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Deployment resources for [Ontoserver](https://ontoserver.csiro.au) — a FHIR te
1313
| [`charts/`](charts/) | Helm charts for Kubernetes deployments |
1414
| [`docker/`](docker/) | Docker Compose and container images |
1515
| [`azure/`](azure/) | Azure infrastructure (Terraform, AKS setup) |
16-
| [`legacy/`](legacy/) | Archived charts — see deprecation notices |
16+
| [`legacy/`](legacy/) | Archived charts — never publicly released; superseded by `charts/` |
1717

1818
## Helm Charts (Kubernetes)
1919

@@ -22,7 +22,7 @@ Three charts are published from this repository:
2222
| Chart | Description |
2323
|-------|-------------|
2424
| [`ontoserver`](charts/ontoserver/) | Main chart — single/scaled deployments, Gateway API or Ingress, optional Postgres sidecar, Prometheus, OTel, External Secrets |
25-
| [`ontoserver-extras`](charts/ontoserver-extras/) | Optional add-ons — Varnish cache, OTel Collector, PersistentVolume |
25+
| [`ontoserver-extras`](charts/ontoserver-extras/) | Optional add-ons — Varnish cache, OTel Collector |
2626
| [`ontoserver-indexer`](charts/ontoserver-indexer/) | One-shot Job to index SNOMED CT or LOINC and publish to a syndication server and/or write to a PVC |
2727

2828
### Installing
@@ -104,4 +104,4 @@ Then create a `ClusterIssuer` resource — see [cert-manager docs](https://cert-
104104

105105
---
106106

107-
Copyright © 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. All rights reserved.
107+
Copyright © 2026 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. All rights reserved.

charts/ontoserver-extras/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ontoserver-extras
33
description: Optional infrastructure components for Ontoserver (Varnish cache, OTel Collector, PV)
44
type: application
5-
version: 1.0.0
5+
version: 0.1.0
66
appVersion: "ctsa-6"
77
home: https://ontoserver.csiro.au
88
sources:

charts/ontoserver-extras/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ spec:
8585
- repoURL: https://github.com/your-org/your-argocd-config
8686
targetRevision: HEAD
8787
ref: values
88-
- repoURL: oci://your-registry/helm
88+
- repoURL: oci://ghcr.io/aehrc
8989
chart: ontoserver
90-
targetRevision: 1.0.0
90+
targetRevision: 0.1.0
9191
helm:
9292
valueFiles:
9393
- $values/apps/ontoserver/values.yaml
@@ -200,4 +200,4 @@ Table generated with Readme Generator For Helm: [https://github.com/bitnami/read
200200
Regenerate it with `npx --yes @bitnami/readme-generator-for-helm -v values.yaml -r README.md`
201201
---
202202

203-
Copyright © 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. All rights reserved.
203+
Copyright © 2026 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. All rights reserved.

charts/ontoserver-indexer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ontoserver-indexer
33
description: Runs a Kubernetes Job to index a SNOMED CT (or other) code system and publish to a syndication server
44
type: application
5-
version: 1.0.0
5+
version: 0.1.0
66
appVersion: "ctsa-6"
77
home: https://ontoserver.csiro.au
88
sources:

charts/ontoserver-indexer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ontoserver-indexer
22

3-
A Helm chart that runs a one-shot Kubernetes Job to index a terminology code system and publish the result to an [Ontoserver](https://ontoserver.csiro.au) syndication server and/or write it to a PersistentVolumeClaim.
3+
A Helm chart that runs a one-shot Kubernetes Job to index a terminology code system and publish the result to an [Atomio](https://ontoserver.csiro.au/site/our-solutions/atomio/) syndication server and/or write it to a PersistentVolumeClaim.
44

55
Supported code systems:
66

charts/ontoserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ontoserver
33
description: Ontoserver FHIR terminology server helm chart with various deployment configurations
44
type: application
5-
version: 3.0.0
5+
version: 0.1.0
66
appVersion: "ctsa-6"
77
home: https://ontoserver.csiro.au
88
sources:

charts/ontoserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,4 +841,4 @@ Requires the [External Secrets Operator](https://external-secrets.io/) installed
841841

842842
---
843843

844-
Copyright © 2025 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. All rights reserved.
844+
Copyright © 2026 Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. All rights reserved.

legacy/helm-ontoserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Deprecated: ontoserver Helm chart (legacy)
22

3-
This chart (v2.1.0) is no longer maintained.
3+
This chart (v2.1.0) was never publicly released and is no longer maintained. The current charts start at v0.1.0.
44

55
Use the [`ontoserver`](../../charts/ontoserver/) chart instead — it supports all deployment configurations (single/scaled, Deployment/StatefulSet, read-only/read-write), Gateway API and Ingress networking, and optional Postgres sidecar, Prometheus metrics, OpenTelemetry tracing, and External Secrets integration.

0 commit comments

Comments
 (0)