diff --git a/.drone.yaml b/.drone.yaml index 832a9ea..f9d8959 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -39,7 +39,7 @@ steps: image: alpine/helm:latest commands: - mkdir ~/.kube && echo "$KUBE_CONF_DEV" > ~/.kube/config && chmod 600 ~/.kube/config - - helm install --namespace=strafesnet-dev maptest-bot --set config="$(echo $APP_CONFIG | base64 -w0)" --set image.tag=master-$DRONE_BUILD_NUMBER chart + - helm upgrade -i --namespace=strafesnet-dev maptest-bot --set config="$(echo $APP_CONFIG | base64 -w0)" --set image.tag=master-$DRONE_BUILD_NUMBER chart environment: APP_CONFIG: from_secret: APP_CONFIG