diff --git a/scripts/helm/helm/openreplay/templates/job.yaml b/scripts/helm/helm/openreplay/templates/job.yaml index 9659f0dc2..4e8db3d83 100644 --- a/scripts/helm/helm/openreplay/templates/job.yaml +++ b/scripts/helm/helm/openreplay/templates/job.yaml @@ -35,7 +35,7 @@ spec: - -c args: - | - git clone https://github.com/openreplay/openreplay -b {{ .Chart.AppVersion }} /opt/openreplay/openreplay + git clone https://github.com/openreplay/openreplay /opt/openreplay/openreplay if [ ENTERPRISE_EDITION_LICENSE != "" ]; then cd /opt/openreplay/openreplay cp -rf ee/scripts/* scripts/