Hi, I’m slightly puzzled because I have two instan...
# general
b
Hi, I’m slightly puzzled because I have two instances of Rancher installed with the same version (v2.16.8-rancher2) of the helm chart but the versions of Rancher differ (v2.8.2 vs. v2.8.3). Both instances have been installed 3 weeks apart. However, I would expect the same chart version to install the same version. Am I missing something? Furthermore, how do I upgrade the older version to the same version as the newer one? The documentation (https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrades) states that I should use the latest version of the helm chart, but I believe that won’t work because I would be applying the same version of the chart.
b
@brief-twilight-82954 I suspect the helm repository updated between installs, You should be able to use the --version option to set, which is detailed in your document link. At present v2.8.4 is the latest...
b
That was it. Thanks.