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
I'm trying to use install --upgrade to validate that a chart is upgradable from one version to another.
At the end of the previous version installation, the namespace is deleted and a new one is created to install current version
I'm testing with CT latest container (2.4.0) against a private repository with changes on a branch.
from the logs changes are well detected :
Testing upgrades of chart 'maxscale => (version: "0.1.1", path: "maxscale")' relative to previous revision 'maxscale => (version: "0.1.0", path: "ct_previous_revision535151147/maxscale")'...
Hi there,
I'm trying to use
install --upgrade
to validate that a chart is upgradable from one version to another.At the end of the previous version installation, the namespace is deleted and a new one is created to install current version
I'm testing with CT latest container (2.4.0) against a private repository with changes on a branch.
from the logs changes are well detected :
But at the end of the previous install :
The text was updated successfully, but these errors were encountered: