-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Use image digest in csv #274
Conversation
Can you also rename variables so that we're doing the work requested in eclipse-che/che#16815 ? |
Most envs has prefix RELATED_IMAGES_ @tolusha What Do you think could we rename default images env variable, or we can get issue with back compatibility? |
@AndrienkoAleksandr |
@AndrienkoAleksandr |
d36d97f
to
51a1655
Compare
I updated pull request description. |
Maybe it isn't relevant but tag is |
Yes, I really used such name for my test tag. |
Latest version of Eclipse installed and tested successfully on minikube. |
1d83d4d
to
806a593
Compare
Latest version of Eclipse installed and tested successfully on minikube. |
806a593
to
01ba43b
Compare
Latest version of Eclipse installed and tested successfully on minikube. |
01ba43b
to
8799125
Compare
Latest version of Eclipse installed and tested successfully on minikube. |
8799125
to
1d6db68
Compare
Latest version of Eclipse installed and tested successfully on minikube. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confident that these changes will break CRW 2.3 integration via the transformation scripts we use to turn che-operator into crw-operator, but I'm also confident that we can adapt to your changes.
PR related to downstream: https://github.com/redhat-developer/codeready-workspaces-operator/pull/25/files
1d6db68
to
39bceb3
Compare
I will generate nightly scripts later, otherwise this pr is always in merge conflict. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that this is rebased (after the last 7.15.x release) it can be merged.
Also thanks for https://github.com/redhat-developer/codeready-workspaces-operator/pull/25/files
+1, approved.
Downstream issue: https://issues.redhat.com/browse/CRW-1026
@nickboldt |
I was saying that now that it's updated to the last 7.15.x release, it's safe to merge. the new CSVs are no longer causing a conflict. Merge when ready, I already +1'd above. I'll let you decide if the failing PR checks matter. :) |
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
…. Fix some shellchecks. Signed-off-by: Oleksandr Andriienko <[email protected]>
Signed-off-by: Oleksandr Andriienko <[email protected]>
e930fc5
to
6dae492
Compare
Latest version of Eclipse Che installed and tested successfully on minikube. |
CI is green |
This change seems to have caused eclipse-che/che#17480 but I'm not sure if the formatting change is a problem or just results in illegible yaml. |
https://gist.github.com/AndrienkoAleksandr/69c7c8b2409748ddfb000c912266db79#file-gistfile1-txt-L609
Added related images to the che-operator env: https://gist.github.com/AndrienkoAleksandr/69c7c8b2409748ddfb000c912266db79#file-gistfile1-txt-L224
Referenced issue/s:
eclipse-che/che#14993
eclipse-che/che#16815
Signed-off-by: Oleksandr Andriienko [email protected]