Marc Nuri
Marc Nuri
### Eclipse JKube [CI Report](https://github.com/eclipse-jkube/ci) Started new GH workflow run for https://github.com/eclipse-jkube/jkube/pull/2378 (_2024-04-25T13:41:36Z_) :gear: [JKube E2E Tests (8833496308)](https://github.com/eclipse-jkube/ci/actions/runs/8833496308) - :heavy_check_mark: [Bootstrap CI test run (#2378)](https://github.com/eclipse-jkube/ci/actions/runs/8833496308/job/24252953033) - :heavy_check_mark: [K8S v1.25.13 dockerfile...
Reminder. As agreed, before proceeding we need to take a few small step refactors in order to prevent the complexity increase derived from these changes. Let's start by removing the...
Hi @ShantKhatri, Are you working on this?
I'd start just with one of the files so that you get feedback on your approach.
I don't think this is a good first issue, it requires refactoring at several levels.
This is being worked on. However, just a quick note. The [`helm install`](https://helm.sh/docs/helm/helm_install/) command does provide a `--dependency-update` flag intended just for this purpose. The following command: ``` helm install...
# Helm: Update chart's on-disk dependencies (k8s:helm-dependency-update) https://github.com/eclipse/jkube/issues/2110 ## Description As an Eclipse JKube user, I want to be able to update the chart's on-disk dependencies, so that I can...
> Hello @manusa @rohanKanojia , I'm ready to make this improvement, but I need your help. I see here 2 options for how we can do it: > > 1....
I'll try to create a PoC to support this. The goal is to have a `platforms` field that can be used to set the target platforms. For JIB it should...
There seems to be recent effort involved in maintaining the S2I build approach, so it might make sense to delay this change until there's a clear vision on the future...