Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2273 from Wikia/release-609-k8s-deployer
Browse files Browse the repository at this point in the history
Bump k8s-deployer to 0.0.26
  • Loading branch information
nikodamn authored Jun 30, 2020
2 parents ba682fa + a535ca8 commit d2af284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-build-and-deploy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import groovy.json.JsonSlurperClassic

def deployenv = 'artifactory.wikia-inc.com/platform/alpine:3.6-curl'
def kubectl = 'artifactory.wikia-inc.com/ops/k8s-deployer:0.0.22'
def kubectl = 'artifactory.wikia-inc.com/ops/k8s-deployer:0.0.26'

node('docker-daemon') {
// serviceVersion is used in k8s deployment name - capital letters are forbidden there
Expand Down

0 comments on commit d2af284

Please sign in to comment.