Allow overriding version/appversion on when oci registry is enabled#29
Allow overriding version/appversion on when oci registry is enabled#29tuxillo wants to merge 1 commit intobsord:masterfrom
Conversation
| fi | ||
|
|
||
| if [ "$UPDATE_DEPENDENCIES" == "1" ] || [ "$UPDATE_DEPENDENCIES" == "True" ] || [ "$UPDATE_DEPENDENCIES" == "TRUE" ] || [ "$UPDATE_DEPENDENCIES" == "true" ]; then | ||
| if [ "$UPDATE_DEPENDENCIES" == "1" ] || [[ "$UPDATE_DEPENDENCIES" == [Tt][Rr][Uu][Ee] ]]; then |
Can this statement be validated with a test, or with an exemplary run in a public repository? |
I don't have any exemplary run in public repos, only in private ones. We could add some test for this, I guess, what do you suggest? |
|
I'm not yet a user of But in the important sections it also says "Details to be added". Maybe a screenshot will be enough to show that this works as intended, without causing any unintended side-effects? Or it may be possible to run |
|
🥇 |
|
Very nice recommendation @almereyda, thanks! Given this workflow: I get the following output: |
|
What happens when you don't specify Would you like to add that case, too? Let's just make sure this doesn't break existing user's workflows. |
|
Workflow: Result: |
|
Anything else required? |
|
Can we have this integrated? 😃 |
|
Any chance this can be merged? |
|
@bsord Could someone please take care of merging this PR? |
|
Sure! Let me get it tested. Anyone interested in becoming a maintainer,
please let me know. Happy to have others on board to keep this moving.
…On Sat, Sep 30, 2023, 10:52 AM Benjamin Scholtes ***@***.***> wrote:
@bsord <https://github.com/bsord> Could someone take care of merging this
PR?
—
Reply to this email directly, view it on GitHub
<#29 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKBZBUKLCFUBHEIONJHSXLX5A52HANCNFSM6AAAAAAWCGNNFA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
@bsord happy to help you reviewing PRs if you still want maintainers |
|
folks, any news? |
|
whatever happened to this one 😄 |
|
Please, let's get this merged ! |
When enabling the OCI registry, it is not possible to override Helm chart's version and appversion. With this change it is made possible.