chore(helm): Proper commenting
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
7166daee05
commit
b1fa7f1fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -387,11 +387,11 @@ function upgrade() {
|
||||||
|
|
||||||
# Update the version
|
# Update the version
|
||||||
busybox sed -i "s/fromVersion.*/fromVersion: ${or_new_version}/" vars.yaml
|
busybox sed -i "s/fromVersion.*/fromVersion: ${or_new_version}/" vars.yaml
|
||||||
|
patch_version
|
||||||
sudo mv ./openreplay-cli /bin/openreplay
|
sudo mv ./openreplay-cli /bin/openreplay
|
||||||
sudo chmod +x /bin/openreplay
|
sudo chmod +x /bin/openreplay
|
||||||
sudo mv ./vars.yaml "$OR_DIR"
|
sudo mv ./vars.yaml "$OR_DIR"
|
||||||
sudo cp -rf ../../../openreplay $OR_DIR/
|
sudo cp -rf ../../../openreplay $OR_DIR/
|
||||||
patch_version
|
|
||||||
log info "Configuration file is saved in /var/lib/openreplay/vars.yaml"
|
log info "Configuration file is saved in /var/lib/openreplay/vars.yaml"
|
||||||
log info "Run ${BWHITE}openreplay -h${GREEN} to see the cli information to manage OpenReplay."
|
log info "Run ${BWHITE}openreplay -h${GREEN} to see the cli information to manage OpenReplay."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue