-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add profile to launch harbor as external registry #862
feat: add profile to launch harbor as external registry #862
Conversation
2e22c07
to
2771b23
Compare
15a7a6c
to
a0324d9
Compare
a690665
to
08cb7ef
Compare
08cb7ef
to
136a748
Compare
136a748
to
4e9d4c8
Compare
43889c4
to
3c70c7d
Compare
/e2e |
End to end tests: ✔️ SUCCESS Nailed it! |
d1b6eb8
to
d085b55
Compare
/e2e --tests=doc |
End to end tests: ✔️ SUCCESS |
charts/substra-backend/CHANGELOG.md
Outdated
## [26.4.0] - 2024-04-23 | ||
|
||
### Added | ||
|
||
- Provides `.Values.kaniko.dockerConfigSecretName` to the executor (#862) |
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.
Why do we need to update both the charts CHANGELOG and the towncrier changes
folder?
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.
We're in CD, so the changelog needs to be generated at each "release" (PR).
You can either update the changelog directly, or use towncrier and generate the new changelog.
(towncrier is more useful when it's a bot updating the changelog)
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 mean:
- Why do we update towncrier-related files if we still need to perform the old fashion manual updates?
- Why don't we leverage the use of towncrier in substra-gha-workflows so we don't bother with manual updates anymore? 😃
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 personally just make the update for the charts changelog by hand for now. Setting up towncrier just saved like 50 lines of sed
on the automation script.
That being said, I'm totally for leveraging the towncrier fragments in the gha workflow so that the changelog is generated automatically :)
(I didn't even know where the GHA were defined before today 😅 )
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.
creating a card for that ⬆️
d085b55
to
a38af59
Compare
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
ab04540
to
8015f7b
Compare
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.
Thank you! I see some YAML files in the skaffold examples
that does not seem necessary to allow plugging an external Harbor but still LGTM.
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
Description
Add a new skaffold profile to use a Harbor registry instead of the Docker one
Also fixes FL-1477 & FL-1479, which was needed for creating the skaffold profile
Companion PR
How has this been tested?
Checklist