You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(☸|lspay-trial-eu-west-1:default)➜ helm-compose-test helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
helloworld1 default 4 2023-09-01 15:56:18.159761 +0200 CEST deployed hello-world-0.6.0
helloworld2 default 4 2023-09-01 15:56:18.115698 +0200 CEST deployed hello-world-0.6.0
(☸|lspay-trial-eu-west-1:default)➜ helm-compose-test helm plugin list
NAME VERSION DESCRIPTION
compose 1.2.0
@dberuben this is default helm behaviour. Which I wouldn't like to mess with as you might never know if the referenced chart or value files have changed.
A release version is an incremental revision. Every time an install, upgrade, or rollback happens, the revision number is incremented by 1. The first revision number is always 1
Did I miss something?
The text was updated successfully, but these errors were encountered: