mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-05-20 23:12:48 +00:00
Update Jenkinsfile.build
Fix for Error: Can't get a valid version for repositories mariadb. Try changing the version constraint in requirements.yaml And extra debug info
This commit is contained in:
@@ -22,6 +22,8 @@ pipeline {
|
||||
|
||||
cp -r /home/helm/.helm ~
|
||||
helm repo add my-charts s3://${HELM_BUCKET}/charts
|
||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com
|
||||
helm repo list
|
||||
cd helm/${PACKAGE}
|
||||
helm dependency update
|
||||
helm package .
|
||||
|
||||
Reference in New Issue
Block a user