Reloader
Reloader copied to clipboard
Kustomize release has not been build for over 2 years
The deployment section of the README states that "/deployments/kubernetes" can be used as kustomize base, however the referenced manifests (in /deployments/kubernetes/manifests) have not been updated since Release 77 (at this point over 2 years ago.
This breakage seems to correspond with the changes to the CI in https://github.com/stakater/Reloader/commit/58c622eb9126db3ebefc413b1ba9d7e08312dadd#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52
For anyone who wants a quick fix on this problem, use vanilla manifests provided in the doc
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- https://raw.githubusercontent.com/stakater/Reloader/v0.0.99/deployments/kubernetes/reloader.yaml
namespace: your-namespace
@talha0324 @ahmedwaleedmalik Can you please check the pipeline so it can update the /deployments/kubernetes/manifests
The PR #396 addresses this issue. The manifests that are a necessary part of the chart are being kept in the manifests directory, and are also being updated. The optional manifests are being removed, as they can be generated locally by enabling them from the values file in the helm chart. There is no reason to keep them in the manifests/ directory.
Closed by #396