Running with gitlab-runner 13.1.0-rc1 (b9d289ed)
  on docker-auto-scale 72989761
section_start:1592475132:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v0.17.0 ...
Pulling docker image registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v0.17.0 ...
Using docker image sha256:f3e93bdc0fc2992fbc7a273e897f5f2f1d37c1a4e64cc3e5b53c5c9a1e73dc73 for registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v0.17.0 ...
section_end:1592475193:prepare_executor
section_start:1592475193:prepare_script
Preparing environment
Running on runner-72989761-project-4422333-concurrent-0 via runner-72989761-stg-srm-1592475132-3331c5fb...
section_end:1592475196:prepare_script
section_start:1592475196:get_sources
Getting source from Git repository
$ eval "$CI_PRE_CLONE_SCRIPT"
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/gitlab-org/monitor/monitor-sandbox/.git/
Created fresh repository.
Checking out 8186baa9 as master...

Skipping Git submodules setup
section_end:1592475197:get_sources
section_start:1592475197:step_script
Executing "step_script" stage of the job script
$ auto-deploy check_kube_domain
$ auto-deploy download_chart
Creating /root/.helm 
Creating /root/.helm/repository 
Creating /root/.helm/repository/cache 
Creating /root/.helm/repository/local 
Creating /root/.helm/plugins 
Creating /root/.helm/starters 
Creating /root/.helm/cache/archive 
Creating /root/.helm/repository/repositories.yaml 
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com 
Adding local repo with URL: http://127.0.0.1:8879/charts 
$HELM_HOME has been configured at /root/.helm.
Not installing Tiller due to 'client-only' flag having been set
"gitlab" has been added to your repositories
Hang tight while we grab the latest from your chart repositories...
...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):
	Get http://127.0.0.1:8879/charts/index.yaml: dial tcp 127.0.0.1:8879: connect: connection refused
...Successfully got an update from the "gitlab" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
Saving 1 charts
Downloading postgresql from repo https://kubernetes-charts.storage.googleapis.com/
Deleting outdated charts
Hang tight while we grab the latest from your chart repositories...
...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):
	Get http://127.0.0.1:8879/charts/index.yaml: dial tcp 127.0.0.1:8879: connect: connection refused
...Successfully got an update from the "gitlab" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
Saving 1 charts
Downloading postgresql from repo https://kubernetes-charts.storage.googleapis.com/
Deleting outdated charts
$ auto-deploy ensure_namespace
NAME                                   STATUS   AGE
monitor-sandbox-4422333-dast-default   Active   232d
$ auto-deploy initialize_tiller
Checking Tiller...
Tiller is listening on localhost:44134
Client: &version.Version{SemVer:"v2.16.7", GitCommit:"5f2584fd3d35552c4af26036f0c464191287986b", GitTreeState:"clean"}
[debug] SERVER: "localhost:44134"

Kubernetes: &version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.10-gke.36", GitCommit:"34a615f32e9a0c9e97cdb9f749adb392758349a6", GitTreeState:"clean", BuildDate:"2020-04-06T16:33:17Z", GoVersion:"go1.12.12b4", Compiler:"gc", Platform:"linux/amd64"}
Server: &version.Version{SemVer:"v2.16.7", GitCommit:"5f2584fd3d35552c4af26036f0c464191287986b", GitTreeState:"clean"}

$ auto-deploy create_secret
Create secret...
$ auto-deploy deploy
secret/dast-default-secret replaced
No helm values file found at '.gitlab/auto-deploy-values.yaml'
Deploying new stable release...
Release "dast-default" does not exist. Installing it now.
NAME:   dast-default
LAST DEPLOYED: Thu Jun 18 10:13:35 2020
NAMESPACE: monitor-sandbox-4422333-dast-default
STATUS: DEPLOYED

RESOURCES:
==> v1/Deployment
NAME          READY  UP-TO-DATE  AVAILABLE  AGE
dast-default  1/1    1           1          11s

==> v1/PersistentVolumeClaim
NAME                   STATUS  VOLUME                                    CAPACITY  ACCESS MODES  STORAGECLASS  AGE
dast-default-postgres  Bound   pvc-5eb69e9c-b14c-11ea-b871-42010a800022  8Gi       RWO           standard      10s

==> v1/Pod(related)
NAME                                    READY  STATUS             RESTARTS  AGE
dast-default-75f445ffd8-fg425           1/1    Running            0         11s
dast-default-postgres-85b487bfb8-25njr  0/1    ContainerCreating  0         11s

==> v1/Secret
NAME                   TYPE    DATA  AGE
dast-default-postgres  Opaque  1     10s

==> v1/Service
NAME                      TYPE       CLUSTER-IP  EXTERNAL-IP  PORT(S)   AGE
dast-default-auto-deploy  ClusterIP  10.12.0.99  <none>       5000/TCP  11s
dast-default-postgres     ClusterIP  10.12.1.70  <none>       5432/TCP  11s

==> v1beta1/Deployment
NAME                   READY  UP-TO-DATE  AVAILABLE  AGE
dast-default-postgres  0/1    1           0          11s

==> v1beta1/Ingress
NAME                      HOSTS                                                                         ADDRESS  PORTS  AGE
dast-default-auto-deploy  dast-4422333-dast-default.34.67.11.220.nip.io,le-4422333.34.67.11.220.nip.io  80, 443  11s


NOTES:
Application should be accessible at

    http://dast-4422333-dast-default.34.67.11.220.nip.io
deployment "dast-default" successfully rolled out
$ auto-deploy persist_environment_url
section_end:1592475227:step_script
section_start:1592475227:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
environment_url.txt: found 1 matching files and directories 
Uploading artifacts as "archive" to coordinator... ok  id=37261299 responseStatus=201 Created token=LXqPJu1Y
section_end:1592475229:upload_artifacts_on_success
Job succeeded