telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.55k stars 515 forks source link

Helm upgrade issue 2.19.6 #3654

Closed vstepko closed 2 months ago

vstepko commented 2 months ago

Describe the bug If you have installed the telepresence version 2.19.6 and try to use the command: telepresence helm upgrade The upgrade is stuck because Helm generated the k8s manifest try to download the image docker.io/datawire/tel2:2.19.6

But can't because the last image that for now exists on docker hub is 2.19.1:

image

To Reproduce Steps to reproduce the behavior:

  1. install telepresence client version 2.19.6
  2. use telepresence helm upgrade
  3. See the error on k8s cluster

Expected behavior Helm Chart generates manifests with the correct image version.

Versions (please complete the following information):

thallgren commented 2 months ago

There seem to be some confusion between OSS and Enterprise versions here. The datawire/tel2 is the OSS version of the traffic-manager. There's no 2.19.6 version of OSS released just yet. Perhaps try a telepresence helm uninstall first to resolve this confusion?

thallgren commented 2 months ago

Closing this since no further info was provided.