-
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
Bump logging stack versions #2946
Bump logging stack versions #2946
Conversation
Hello teddyandrieux,My role is to assist you with the merge of this Status report is not available. |
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: |
12ac709
to
be2c2ab
Compare
For fluent-bit charts do not override the image tag in the `fluent-bit.yaml` option helm file, instead let the default one define in the `values.yaml` of the helm chart
Update the image downloaded in the buildchain for fluent-bit. Update fluent-bit chart using: ``` rm -rf charts/fluent-bit helm repo add loki https://grafana.github.io/loki/charts helm repo update helm fetch -d charts --untar loki/fluent-bit ``` And then re-rendering using: ``` ./charts/render.py fluent-bit --namespace metalk8s-logging \ --remove-manifest ConfigMap fluent-bit \ charts/fluent-bit.yaml charts/fluent-bit/ \ > salt/metalk8s/addons/logging/fluent-bit/deployed/chart.sls ```
For loki charts do not override the image tag in the `loki.yaml` option helm file, instead let the default one define in the `values.yaml` of the helm chart
Update the image downloaded in the buildchain for loki. Update loki chart using: ``` rm -rf charts/loki helm repo add loki https://grafana.github.io/loki/charts helm repo update helm fetch -d charts --untar loki/loki ``` And then re-rendering using: ``` ./charts/render.py loki charts/loki.yaml charts/loki/ \ --remove-manifest Secret loki \ --namespace metalk8s-logging \ --service-config loki metalk8s-loki-config \ metalk8s/addons/logging/loki/config/loki.yaml \ metalk8s-logging \ > salt/metalk8s/addons/logging/loki/deployed/chart.sls ```
Add an entry in changelog file about bump of fluent-bit and loki charts
be2c2ab
to
3069601
Compare
/approve |
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 teddyandrieux. |
Component:
'logging'
Summary: