Look for tiller deployments rather than pods
This commit is contained in:
parent
075a3d3e8a
commit
ddceeea7be
@ -6,7 +6,7 @@ LABEL MAINTAINER="Jonathan Ervine <docker@ervine.org>"
|
|||||||
ENV LANG='en_US.UTF-8' \
|
ENV LANG='en_US.UTF-8' \
|
||||||
LANGUAGE='en_US.UTF-8' \
|
LANGUAGE='en_US.UTF-8' \
|
||||||
FLASK_APP=/data/app-dev/app.py \
|
FLASK_APP=/data/app-dev/app.py \
|
||||||
VERSION=1.1.2
|
VERSION=1.1.3
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk -U upgrade --ignore alpine-baselayout && \
|
apk -U upgrade --ignore alpine-baselayout && \
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -31,7 +31,7 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Notify gchat') {
|
stage('Notify gchat') {
|
||||||
hangoutsNotify message: "Helm 2.13.1 python flask Web Application 1.1.2 on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
hangoutsNotify message: "Helm 2.13.1 python flask Web Application 1.1.3 on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user