Skip to content

feat: add gitops-operator-default pulling interval #456

New issue

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

Merged
merged 3 commits into from
Apr 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,9 @@ gitops-operator:
# -- Additional labels for gitops operator CRDs
additionalLabels: {}

env: {}
env: {
TASK_PULLING_INTERVAL: 10s
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we are looking for POLLING term

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, at the moment the field is task-pulling-interval, and by default the env var is TASK_PULLING_INTERVAL
in a pr i am currently working on, i fixed the field + env var to use "polling". once i merge it, i will make sure to also update the env var in gitops-runtime-helm accordingly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I just had to match the current value, @ATGardner if you can put your self some note to fix it in the next runtime

}
image: {}
# -- defaults
# repository: quay.io/codefresh/codefresh-gitops-operator
Expand Down