This is a hotfix release for Keptn 0.8.5, containing an updated Helm Chart keptn-0.8.6.tgz for setting the node/namespace of a distributor.
Installing and/or upgrading to this release should be done using the helm upgrade
command, e.g.:
Installation (using --install
)
helm upgrade keptn keptn --install -n keptn --create-namespace --wait --version=0.8.6 --repo=https://storage.googleapis.com/keptn-installer
Upgrade (using --reuse-values
)
helm upgrade keptn keptn -n keptn --wait --version=0.8.6 --repo=https://storage.googleapis.com/keptn-installer --reuse-values
It is not required to upgrade the CLI.