DC

Results 7 comments of DC

Actually, I solved this problem by adding an extra step: ``` - if: github.event.release name: Update version in pom.xml (Release only) run: mvn -B versions:set -DnewVersion=${{ github.event.release.tag_name }} -DgenerateBackupPoms=false ```...

I get a similar issue with the 1.1.2 version. `link-python-common` is a private repo project. ``` • Installing link-python-common (1.0.0): Failed RuntimeError Unable to find installation candidates for link-python-common (1.0.0)...

@giedriuskilcauskas Thank you! The version downgrade helped. But did it detect both configMaps and secrets? I see it creates controllers for both but detects only configMaps, not secrets. Any success...

@giedriuskilcauskas Not relevant question, but do you use fine-grained secrets reload `secret.reloader.stakater.com/reload` or auto-reloading `secret.reloader.stakater.com/auto`? The app version that you suggested works perfectly!

@msafwankarim @giedriuskilcauskas For the last few days I was working with this package and I cannot seem to find right configurations. Probably, it is me not quite understanding how things...

While I am digging more and more in this issue, it is apparently `role.yaml` that overrides `clusterrole.yaml`, so this creates an issue, not the fact that `role.yaml` itself has that...

@mahmadmujtaba I share HelmRelease that includes values: ``` apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: reloader namespace: reloader spec: chart: spec: chart: reloader sourceRef: kind: HelmRepository name: reloader-repo namespace: cluster-config interval:...