Skip to content

elasticsearch v1.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Apr 21:22
· 673 commits to main since this release

elasticsearch v1.0.1

Bug Fixes

  • fix(charts): fix database secret mismatch and runtime compatibility issues (#109)

Other Changes

  • release(elasticsearch): 1.0.1 [skip ci]

Install

# OCI registry
helm install elasticsearch oci://ghcr.io/helmforgedev/helm/elasticsearch --version 1.0.1

# Helm repository
helm repo add helmforge https://repo.helmforge.dev
helm install elasticsearch helmforge/elasticsearch --version 1.0.1