Yann Lacroix
Yann Lacroix
Complex example using bunkerweb autoconf, including services across several docker-compose files such as: - radarr (movie management) - sonarr (series management) - prowlarr (indexer for services above) - transmission (torrents)...
Hello, I ran into an issue using your plugin when dealing with OCI private helm registries. ## Context I want to add an ArgoCD application that pull a repo containing...
**Is your feature request related to a problem?** Yes. Especially in CI environment, the build avoidance mechanism fails because of Dockerfile or build context. **Which solution do you suggest?** 1....
**Bug description** I cannot render anymore the helm chart with a non-empty extraEnv value in the `values.yaml`. ```yaml extraEnv: - name: Foo value: "Bar" ``` ``` Error: YAML parse error...
Initializer job name in Helm chart uses date which prevent application in ArgoCD from being in Sync
Hi, I’m using the Helm chart version 1.6.153 **Is your feature request related to a problem? Please describe** Because of the helper `initializer.jobname`, a new job could be created each...
Lié à #47
Bonjour ! Merci pour ce plugin très utile ! J’utilise personnellement Mushroom, et je souhaite rajouter des exemples de code dans le README pour cet outil (de la même manière...
Hello, I am observing a strange behavior with the `custom.dependencies.ignore` array. Take this skaffold config: ```yaml apiVersion: skaffold/v4beta12 kind: Config metadata: name: myproject build: artifacts: - image: myimage context: ./test-build-avoidance...