apicurio-registry
chart is published into OCI compatible registry
and requires Helm version >= 3.8.
It's recommended to install Apicurio Registry into a dedicated namespace.
To install specific VERSION
use following command.
helm upgrade -i --wait --create-namespace -n apicurio apicurio-registry \
oci://ghcr.io/eshepelyuk/helm/apicurio-registry --version <VERSION>
To install the latest version - omit --version
flag from previous command.
- Forward local port to installed registry instance
kubectl port-forward service/myreg-apicurio-registry 8080:8080
-
Open your browser at
Chart parameters can be configured via Helm values files.
Check out values schema for the available configuration options.
Your contributions like feature suggesstions, bug reports and pull requests are always welcomed.
Please check CONTRIBUTING guide for details.