Skip to content

Commit

Permalink
Merge pull request helm#8 from marc-sensenich/release-vault-init-cont…
Browse files Browse the repository at this point in the history
…ainer

Release vault init container
  • Loading branch information
marc-sensenich authored Jan 24, 2018
2 parents b0519d2 + 84329ff commit 4c732ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ try {
def chartPath = changedFolders[i]

// TODO: Add this back in once dependencies are added
// stage("Lint the Chart: $chartName") {
// sh(
// returnStdout: false,
// script: "helm lint $chartPath"
// )
// }
stage("Lint the Chart: $chartName") {
sh(
returnStdout: false,
script: "helm lint $chartPath"
)
}

stage("Package the Chart: $chartName") {
packagePath = sh(
Expand Down
3 changes: 3 additions & 0 deletions stable/vault-init-container/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ description: Helpers for generating API objects for getting a inital Vault token
name: vault-init-container
version: 0.1.0
appVersion: 0.1.0
maintainers:
- name: Marc Sensenich (@marc-sensenich)
email: marc.sensenich@bossanova.com

0 comments on commit 4c732ae

Please sign in to comment.