UNCLASSIFIED - NO CUI

Skip to content

Renovate Bump with Redundant Pod Label Removed

Kirby Liu requested to merge fix-redundant-label into main

General MR

Summary

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

Relevant logs/screenshots

N/A

Linked Issue

Links to #215

Upgrade Notices

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