We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, My deployment config contains this code:
metadata: annotations: keel.sh/approvals: "1" keel.sh/policy: "all" keel.sh/pollSchedule: "@daily" keel.sh/trigger: "poll" keel.sh/match-tag: "true"
In keel's dashboard I see the new image version and if I approve it from there keel is logging it:
time="2023-03-30T06:18:41Z" level=info msg="approvals.manager: approved" identifier="deployment/<redacted>/<redacted>:latest"
But the deployment is not updated.
What am I doing wrong? Can it be a problem that I am using the latest image tag?
The text was updated successfully, but these errors were encountered:
If using latest, policy should be force
https://keel.sh/docs/#policies
Sorry, something went wrong.
No branches or pull requests
Hi,
My deployment config contains this code:
In keel's dashboard I see the new image version and if I approve it from there keel is logging it:
But the deployment is not updated.
What am I doing wrong?
Can it be a problem that I am using the latest image tag?
The text was updated successfully, but these errors were encountered: