Skip to content
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

feat: Add checksum to operator deployment #45

Merged
merged 4 commits into from
Sep 29, 2023
Merged

feat: Add checksum to operator deployment #45

merged 4 commits into from
Sep 29, 2023

Conversation

michaeljguarino
Copy link
Member

This will force redeployment of the operator when deploy tokens rotate

This will force redeployment of the operator when deploy tokens rotate
We can't use helm natively in go unfortunately because of collisions w/ gitops engines deps (argo faces a similar issue apparently).  This modifies the dockerfile to add the helm cli
@michaeljguarino michaeljguarino changed the title Add checksum to operator deployment feat: Add checksum to operator deployment Sep 29, 2023
@zreigz zreigz merged commit 6200583 into main Sep 29, 2023
10 of 11 checks passed
rauerhans pushed a commit that referenced this pull request Jan 7, 2024
* Add checksum to operator deployment

This will force redeployment of the operator when deploy tokens rotate

* Add helm cli to dockerfile

We can't use helm natively in go unfortunately because of collisions w/ gitops engines deps (argo faces a similar issue apparently).  This modifies the dockerfile to add the helm cli

* make deploy operator syncs conditional when local flag is set

* use contains to check extensions for raw parser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants