This repository was archived by the owner on May 8, 2025. It is now read-only.
Releases: Consensys/orchestrate-helm
Releases · Consensys/orchestrate-helm
1.0.7
1.0.6
Orchestrate Helm 1.0.4
🛠 Bug fixes
- Wrap initContainers into
{{- if .Values.api.migrate.enabled }}
to avoid error in case its value isfalse
Orchestrate Helm 1.0.3
- Update default image repository to
docker.consensys.net
- Bump default image tag to
v21.1.5
Orchestrate Helm 1.0.2
🛠 Features
- Run Vault Agent as sidecar container instead in initContainer only. The Vault Agent will be responsible to renew the vault token for the key manager. Ability to wrap-token instead of plaintext with
keyManager.vaultAgent.config.wrapTTL
Orchestrate Helm 1.0.1
🛠 Features
- Add sticky sessions for the API cache
- Add ability to specify externally created secrets
Orchestrate Helm 1.0.0
🛠 Features
- Compatible with Orchestrate v21.1.X and deploys all Orchestrate stack in the same chart, ie. API, Key-Manager, Tx-Sender and Tx-Listener
- Reshape values:
- global
- api
- keyManager
- txListener
- txSender
- test
- Deploy a service monitor for Prometheus on demand
- Chart compatible to run the stress test
- Chart compatible to run
api migrate copy-db
andkey-manager migrate import-secrets
to upgrade from Orchesrate v2.5.X to v21.1.X