Skip to content

Commit

Permalink
Devops 2150 Helm 3.1.3 and Helmfile 0.142.0 (#26)
Browse files Browse the repository at this point in the history
* helm3 set 3.1.3

* helmfile set to 0.142.0
  • Loading branch information
viktor-aura committed Dec 10, 2021
1 parent df4926b commit 3fc3241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM alpine:3.9.3
ENV HELM_VERSION v2.17.0
ENV HELM_DIFF_VERSION v3.1.3
ENV HELM_SECRET_VERSION v1.3.1
ENV HELM_V3_VERSION v3.1.2
ENV HELM_V3_SHA256 e6be589df85076108c33e12e60cfb85dcd82c5d756a6f6ebc8de0ee505c9fd4c
ENV HELMFILE_VERSION 0.109.0
ENV HELM_V3_VERSION v3.1.3
ENV HELM_V3_SHA256 7ca15cb5e3a76393eccd7389f2b3d20082b8c535b6689882613bfcc4a7d07c23
ENV HELMFILE_VERSION 0.142.0
ENV AWS_IAM_AUTH_VERSION 0.4.0
ENV VAULT_VERSION 1.3.1
ENV AWS_CLI_VERSION 1.16.276
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
stages {
stage('Build') {
steps {
dockerBuildTagPush()
dockerBuildTagPush(project: "aura-networking/docker-registry-public")
}
}
}
Expand Down

0 comments on commit 3fc3241

Please sign in to comment.