From 818403e2e429b1087d739e4bf01561f9d4a4500b Mon Sep 17 00:00:00 2001 From: Dei Vilkinsons <6226576+vilkinsons@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:18:32 +0100 Subject: [PATCH] Clarify status of included Helm charts Clarify that the Helm chart in `labs` is outdated. Updated deployment processes will be open-sourced in due course. In the meantime, please open a GitHub Discussion if you require support: https://github.com/orgs/hashintel/discussions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b187d46..b94a0c0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The `pocs` folder contains **proof of concepts** and other one-off experiments. - [`distributed_collab`](pocs/distributed_collab) - **Distributed Collab**: a BEAM VM based system for publishing/subscribing to JSON Patches with core logic implemented in Rust - [`hash-agents`](pocs/hash-agents) - **HASH Agents**: an experimental setup for writing Python-based 'agents' that interface with LLMs -- [`hash_helm_chart`](pocs/hash_helm_chart) - **HASH Helm Charts**: An experimental [Helm](https://helm.sh) chart for deploying an instance of HASH on Kubernetes +- [`hash_helm_chart`](pocs/hash_helm_chart) - **HASH Helm Charts**: An experimental [Helm](https://helm.sh) chart for deploying (now outdated, legacy) instances of HASH on Kubernetes A number of older POCs can be found in our `hasharchives` organization, including: - [`wasm-ts-esm-in-node-jest-and-nextjs`](https://github.com/hasharchives/wasm-ts-esm-in-node-jest-and-nextjs) - A **Wasm + TypeScript + ESM in Node.js, Jest and Next.js 13** example project