From 298527429a2eb2b0b9037828c9936c230cf2878c Mon Sep 17 00:00:00 2001 From: jonny Date: Fri, 2 Apr 2021 13:21:29 +0000 Subject: [PATCH] 'update files with ansible' --- Jenkinsfile | 2 +- chart/watcher/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4888a69..771dcee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-watcher.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10.7-541713' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10.7-02042021' } } stage('Notify gchat') { diff --git a/chart/watcher/Chart.yaml b/chart/watcher/Chart.yaml index 7aaee1c..4afc018 100644 --- a/chart/watcher/Chart.yaml +++ b/chart/watcher/Chart.yaml @@ -18,6 +18,6 @@ version: 0.1.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.10.7-541713 +appVersion: v3.10.7-02042021 icon: "https://git.ervine.org/jonny/x86_64-alpine-watcher/raw/branch/master/watcher.png"