Vault
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 89 | 31 Jan 2024 | |
| latest/edge | 9 | 27 Jan 2023 | |
| 1.16/stable | 323 | 20 Jan 2025 | |
| 1.16/candidate | 474 | 18 Nov 2025 | |
| 1.16/beta | 474 | 18 Nov 2025 | |
| 1.16/edge | 474 | 17 Nov 2025 | |
| 1.18/stable | 446 | 26 Sep 2025 | |
| 1.18/candidate | 446 | 26 Sep 2025 | |
| 1.18/beta | 459 | 16 Oct 2025 | |
| 1.18/edge | 476 | 20 Nov 2025 | |
| 1.17/stable | 354 | 11 Apr 2025 | |
| 1.17/candidate | 354 | 11 Apr 2025 | |
| 1.17/beta | 383 | 14 Jul 2025 | |
| 1.17/edge | 475 | 17 Nov 2025 | |
| 1.15/stable | 248 | 24 Jul 2024 | |
| 1.15/candidate | 248 | 24 Jul 2024 | |
| 1.15/beta | 248 | 24 Jul 2024 | |
| 1.15/edge | 248 | 10 Jul 2024 |
juju deploy vault-k8s --channel 1.16/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
Upgrade Vault
Pre-requisites
- Vault >= 1.15 is deployed
- In the case of upgrading
vault-k8s, it is recommended to have at least 5 units deployed and active to ensure minimal to no downtime.
Upgrade Procedure
- Create a backup of your Vault data following this guide (in case anything goes wrong during the upgrade).
- run
juju refresh vault --channel=$VAULT_HIGHER_VERSIONwhere VAULT_HIGHER_VERSION is any version higher than the one you have currently deployed.