UNCLASSIFIED - NO CUI

Skip to content

Update Ironbank

RENOVATE_BOT requested to merge renovate/ironbank into main

This MR contains the following updates:

Package Update Change
registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch (source) patch 8.15.1 -> 8.15.2
registry1.dso.mil/ironbank/elastic/kibana/kibana (source) patch 8.15.1 -> 8.15.2
registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter (source) minor 1.7.0 -> 1.8.0

Complete MR checklist

Assignee

  • Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md
  • Update Docs with new/updated steps as needed
  • Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines

Add supporting info below

Reviewer only

  • Tested and Validated changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR was automatically generated by Renovate Bot.

Upgrade Notices

Taken from the Prometheus-Elastic-Exporter README.md on upgrading to 6.0.0 and adapted for Big Bang elasticsearch-kibana package (link doc).

To 6.0.0

In release 6.0, the chart API version has been increased to v2. From now on, the chart supports Helm 3 only.

The minimum Kubernetes version supported by the chart has been raised to 1.19.

Labels and selectors have been replaced following Helm 3 label and annotation best practices:

Previous Current
app app.kubernetes.io/name
chart helm.sh/chart
[none] app.kubernetes.io/version
heritage app.kubernetes.io/managed-by
release app.kubernetes.io/instance

Important: As the change is affecting immutable selector labels, the deployment must be deleted before upgrading the release. The below command assumes that the Elasticsearch-Kibana package is is deployed in the default Big Bang logging namespace for Elasticsearch-Kibana, one should look to confirm the namespace of their Elasticsearch-Kibana e.g.:

kubectl delete deploy -l app=metrics -n logging

Once the resources have been deleted, you can upgrade the release.

Edited by Kirby Liu

Merge request reports