Update Jenkinsfile

This commit is contained in:
2025-05-22 11:11:48 +03:00
parent 46dfd484c5
commit 9ecdc37bb6

1
Jenkinsfile vendored
View File

@@ -146,7 +146,6 @@ spec:
stage('Deploy with Helm') {
steps {
sh 'kubectl version --client'
}
// sh 'helm repo add my-helm-repo http://localhost:8081/repository/my-helm-repo/'
// sh 'helm repo update'
//sh 'helm install example-app my-helm-repo/example-app --set port=8090'