Skip to content

Commit 43713cf

Browse files
update Helm repo before reading operator binaries
1 parent 48a53ef commit 43713cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/src/jenkins-job-builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def read_helm_operator_versions():
118118
"""
119119
Reads all available Stackable operator versions from our Helm repos
120120
"""
121+
os.system("helm repo update")
121122
command = "helm search repo --versions --devel | grep stackable | grep '\\-operator' | awk -F'/' '{print $2}' | sort | awk '{print $1\"/\"$2}'"
122123
proc = Popen(['/bin/bash', '-c', command], stdout=PIPE, stderr=PIPE)
123124
output = proc.stdout.read()

0 commit comments

Comments
 (0)