diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 903f9d312..6695d2994 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -97,10 +97,6 @@ helmInstall() { helm upgrade --install openreplay -n app openreplay -f vars.yaml $ARGS } -upgrade() { - sed -i "s/tag:.*/ tag: 'latest'/g" ./app/$1.yaml -} - logs() { check kubectl logs --timestamps -n app -l app.kubernetes.io/name=$1 -f