Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix: issues with the release script 3
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed May 29, 2024
1 parent b874324 commit 2fc4424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ def _create_kustomization(resources, image_name, new_tag):
dict: Kustomization dictionary.
"""
kustomization = {
"namespace": "lke-operator-system",
"namePrefix": "lke-operator-",
"resources": resources,
"images": [{"name": image_name, "newTag": new_tag}],
}
Expand Down

0 comments on commit 2fc4424

Please sign in to comment.