DopplerHQ / kubernetes-operator

Apache License 2.0
44 stars 18 forks source link

recommended.yaml not available in latest #33

Closed pve closed 1 year ago

pve commented 1 year ago

https://github.com/DopplerHQ/kubernetes-operator/releases/latest/download/recommended.yaml used to work, we have this in a Kustomize file. This stopped working, as it redirects to https://github.com/DopplerHQ/kubernetes-operator/releases/download/v1.2.2/recommended.yaml

1.2.1 is also MIA 1.2.0 seems to still work.

pve commented 1 year ago

This is mentioned in https://github.com/DopplerHQ/kubernetes-operator/#readme

but it does not work:

kubectl apply -f https://github.com/DopplerHQ/kubernetes-operator/releases/latest/download/recommended.yaml error: unable to read URL "https://github.com/DopplerHQ/kubernetes-operator/releases/latest/download/recommended.yaml", server reported 404 Not Found, status code=404

nmanoogian commented 1 year ago

Thanks for reporting this @pve and sorry for the trouble. We're on it.

nmanoogian commented 1 year ago

We've fixed our build job and released a new version, which should solve the problem. Thanks again for letting us know and please let me know if you have any trouble installing v1.2.5!

pve commented 1 year ago

Looks like the file is there. Will check my ArgoCD setup tomorrow. Happy to see my second issues with doppler resolved :-).