-
Notifications
You must be signed in to change notification settings - Fork 45
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
Update Prometheus-adapter addon to version 0.6.0 #2441
Update Prometheus-adapter addon to version 0.6.0 #2441
Conversation
Hello ebaneck,My role is to assist you with the merge of this Status report is not available. |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
|
a160a9d
to
43c2150
Compare
History mismatchMerge commit #33bed9827107f1b495503db7205d043673eedf05 on the integration branch It is likely due to a rebase of the branch Please use the |
/reset |
Reset completeI have successfully deleted this pull request's integration branches. |
/approve |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
The following options are set: approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following options are set: approve |
charts/render.py
Outdated
if args.service_configs: | ||
sys.stdout.write( | ||
START_BLOCK.format( | ||
configlines='\n'.join( | ||
("{{%- set {} = salt.metalk8s_service_configuration" | ||
".get_service_conf('{}', '{}') %}}").format( | ||
service_config[0], args.namespace, service_config[1] | ||
) for service_config in args.service_configs | ||
) | ||
).lstrip() | ||
) | ||
sys.stdout.write('\n') | ||
else: | ||
sys.stdout.write(START_BLOCK.format(configlines='').lstrip()) |
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.
Would prefer an if
only to set a configlines
variable and then having the write with format
Some charts do not have a service config argument but the renderer script enforces that we pass a service configuration. This commit ensures the `--service-config` argument is not mandatory while rendering the charts
43c2150
to
d759f7b
Compare
History mismatchMerge commit #d07a599b1a4265c52ce98bef021b47fe97ac9320 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
d759f7b
to
0eb0962
Compare
This chart is render using: ``` $ rm -rf charts/prometheus-adapter $ helm repo update $ helm fetch -d charts --untar stable/prometheus-adapter $ ./charts/render.py prometheus-adapter --namespace metalk8s-monitoring charts/prometheus-adapter.yaml charts/prometheus-adapter/ > salt/metalk8s/addons/prometheus-adapter/deployed/chart.sls ``` Closes #2431
/reset |
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
The following options are set: approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list:
The following options are set: approve |
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.
Not tested but changes LGTM
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue None. Goodbye ebaneck. |
Component:
'charts', 'prometheus-adapter',
Context:
See #2431
Summary:
Bump Prometheus-adapter version to 0.6.0
Acceptance criteria:
No regression
Closes: #2431