v1.17.0

    1. Update the go.mod file with:
    1. Run go mod tidy

    Now, let’s update the Makefile targets accordingly:

    1. Replace sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0 with sigs.k8s.io/controller-tools/cmd/controller-gen@v0.8.0
    2. Run make manifests and make generate to ensure that you will update your manifests with the new versions
    3. You might want to run make all to ensure that all updates were done accordinly and succeffully

    Update the file config/default/manager_auth_proxy_patch.yaml by replacing "--v=10" with

    Update the file config/default/manager_auth_proxy_patch.yaml by adding:

    1. ...
    2. resources:
    3. cpu: 500m
    4. memory: 128Mi
    5. requests:
    6. memory: 64Mi