From ddceeea7be4bbc1231f5c60c42aeccd7fe9e79f1 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 16 Sep 2020 14:00:06 +0800 Subject: [PATCH] Look for tiller deployments rather than pods --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 944d3a2..9d54670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL MAINTAINER="Jonathan Ervine " ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ FLASK_APP=/data/app-dev/app.py \ - VERSION=1.1.2 + VERSION=1.1.3 RUN apk update && \ apk -U upgrade --ignore alpine-baselayout && \ diff --git a/Jenkinsfile b/Jenkinsfile index 01ae9d9..5ea678f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ spec: } } 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 } } }