-
Notifications
You must be signed in to change notification settings - Fork 8
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
CP-22731: add insights-controller chart #97
Conversation
charts/cloudzero-agent/Chart.yaml
Outdated
condition: prometheus-node-exporter.enabled | ||
- name: cloudzero-insights-controller | ||
version: "0.0.1" | ||
repository: https://cloudzero.github.io/cloudzero-charts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this use the beta
channel for now? Not sure if we need to add the --devel
flag somehow
We may want to create a
|
@josephbarnett I'm up for it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you - lgtm
- name: cloudzero-insights-controller | ||
version: "0.0.1" | ||
repository: https://cloudzero.github.io/cloudzero-charts/beta | ||
condition: cloudzero-insights-controller.enabled | ||
alias: tags |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When we cut this first version, let's double check this is replaced correctly with the sed
command in the release CI/CD job
* CP-22731: include cz-insights-controller as subchart * increase replicacount for tag server * CP-22731: add beta testing * update release process for insights controller * update release workflow * make most resources off by default * update readme * use global for secret names * incorporate changes from 0.0.30-beta * add beta release doc * use local chart for testing --------- Co-authored-by: josephbarnett <[email protected]>
By submitting a PR to this repository, you agree to the terms within the CloudZero Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Testing
Checklist
main