Closed bjorns163 closed 3 days ago
hi @bjorns163 can u pls rebase on master branch, and update helm chart version prematurely in chart.yaml?
You'd need to update the version here to 1.2.1
we update it before releasing now so git state is synced with chart in artifact repo
https://github.com/stakater/Reloader/blob/master/deployments/kubernetes/chart/reloader/Chart.yaml#L6
You'd need to update the version here to 1.2.1
we update it before releasing now so git state is synced with chart in artifact repo
https://github.com/stakater/Reloader/blob/master/deployments/kubernetes/chart/reloader/Chart.yaml#L6
Ok I've updated the version and synced project
appVersion will stay the same because theres no image available for 1.2.1 yet. we plan to separate out versioning for these two things. so in ur case, chart version will be ahead of image version, which is completely fine. appVersion points to application version, which will stay the same
Ok i set the appversion back.
When testings the helm chart on OpenShift 4.14 (Kubernetes version: v1.27.16) I noticed that these tags global.imageRegistry and global.imagePullSecrets were not correctly working, here the fix