Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-ks committed Nov 18, 2021
1 parent 940b078 commit b54b998
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions utils/update-image-tag.py → utils/update-image-tag-helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,4 @@
with open(fname, "w") as f:
yaml.dump(code, f)


# paramLength = len(code['spec']['source']['helm']['parameters'])
# paramName = imageName + ".image.tag"

# for x in range(paramLength):
# for key, value in code['spec']['source']['helm']['parameters'][x].items():
# if code['spec']['source']['helm']['parameters'][x]['name'] == paramName:
# code['spec']['source']['helm']['parameters'][x]['value'] = tag

0 comments on commit b54b998

Please sign in to comment.