Skip to content

Commit b5ae0d0

Browse files
Refer to helm reop and add production note
1 parent fd92754 commit b5ae0d0

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ See each chart's README for full configuration reference:
5050

5151
Example ArgoCD manifests are in [`examples/argocd/`](examples/argocd/):
5252

53+
> **Production note:** The examples source charts directly from this Git repository for simplicity. For production deployments, replace the Git source with a released chart version from the Helm repository — this gives you pinned, immutable versions and faster ArgoCD sync:
54+
> ```yaml
55+
> - repoURL: https://aehrc.github.io/ontoserver-deploy
56+
> chart: ontoserver
57+
> targetRevision: 0.1.0
58+
> # or OCI
59+
> - repoURL: oci://ghcr.io/aehrc
60+
> chart: ontoserver
61+
> targetRevision: 0.1.0
62+
> ```
63+
5364
| File | How to use | Description |
5465
|------|------------|-------------|
5566
| [`dev-readonly.yaml`](examples/argocd/dev-readonly.yaml) | App-of-Apps inner app | Ready to use. Read-only dev server — sidecar PostgreSQL, ephemeral storage, Varnish. Expects a `quay-pull-secret` in the destination namespace (see below). No networking config — add your own gateway/ingress. |

charts/ontoserver-extras/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ spec:
8585
- repoURL: https://github.com/your-org/your-argocd-config
8686
targetRevision: HEAD
8787
ref: values
88-
- repoURL: oci://ghcr.io/aehrc
88+
- repoURL: https://aehrc.github.io/ontoserver-deploy
8989
chart: ontoserver
9090
targetRevision: 0.1.0
9191
helm:
9292
valueFiles:
9393
- $values/apps/ontoserver/values.yaml
94-
- repoURL: https://github.com/aehrc/ontoserver-deploy
95-
targetRevision: HEAD
96-
path: charts/ontoserver-extras
94+
- repoURL: https://aehrc.github.io/ontoserver-deploy
95+
chart: ontoserver-extras
96+
targetRevision: 0.1.0
9797
helm:
9898
valueFiles:
9999
- $values/apps/ontoserver/extras-values.yaml

0 commit comments

Comments
 (0)