UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b46e7ebf authored by RENOVATE_BOT's avatar RENOVATE_BOT Committed by Kevin Scheunemann
Browse files

Update Ironbank

parent 986238ee
No related branches found
No related tags found
1 merge request!319Update Ironbank
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.22.0-bb.0] - 2024-11-13
### Changed
- gluon updated from 0.5.8 to 0.5.10
- ironbank/elastic/elasticsearch/elasticsearch updated from 8.15.3 to 8.16.0
- ironbank/elastic/kibana/kibana updated from 8.15.3 to 8.16.0
## [1.21.0-bb.0] - 2024-10-25
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# elasticsearch-kibana
![Version: 1.21.0-bb.0](https://img.shields.io/badge/Version-1.21.0--bb.0-informational?style=flat-square) ![AppVersion: 8.15.3](https://img.shields.io/badge/AppVersion-8.15.3-informational?style=flat-square)
![Version: 1.22.0-bb.0](https://img.shields.io/badge/Version-1.22.0--bb.0-informational?style=flat-square) ![AppVersion: 8.16.0](https://img.shields.io/badge/AppVersion-8.16.0-informational?style=flat-square)
Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart.
......@@ -46,9 +46,9 @@ helm install elasticsearch-kibana chart/
| autoRollingUpgrade.enabled | bool | `true` | Enable BigBang specific autoRollingUpgrade support |
| imagePullPolicy | string | `"IfNotPresent"` | Pull Policy for all non-init containers in this package. |
| fluentbit | object | `{"enabled":false}` | Toggle for networkpolicies to allow fluentbit ingress |
| kibana.version | string | `"8.15.3"` | Kibana version |
| kibana.version | string | `"8.16.0"` | Kibana version |
| kibana.image.repository | string | `"registry1.dso.mil/ironbank/elastic/kibana/kibana"` | Kibana image repository |
| kibana.image.tag | string | `"8.15.3"` | Kibana image tag |
| kibana.image.tag | string | `"8.16.0"` | Kibana image tag |
| kibana.host | string | `""` | Kibana Ingress Host Value. Only required if not using Istio for ingress. |
| kibana.count | int | `3` | Number of Kibana replicas |
| kibana.serviceAccountName | string | `"logging-kibana"` | Name for serviceAccount to use, will be autocreated. |
......@@ -67,9 +67,9 @@ helm install elasticsearch-kibana chart/
| kibana.nodeSelector | object | `{}` | Kibana nodeSelector |
| kibana.lifecycle | object | `{}` | Kibana lifecycle |
| kibana.agents | object | `{}` | Kibana Elastic Agent / Fleet Server configuration https://www.elastic.co/guide/en/cloud-on-k8s/2.7/k8s-elastic-agent-fleet-quickstart.html |
| elasticsearch.version | string | `"8.15.3"` | Elasticsearch version |
| elasticsearch.version | string | `"8.16.0"` | Elasticsearch version |
| elasticsearch.image.repository | string | `"registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch"` | Elasticsearch image repository |
| elasticsearch.image.tag | string | `"8.15.3"` | Elasticsearch image tag |
| elasticsearch.image.tag | string | `"8.16.0"` | Elasticsearch image tag |
| elasticsearch.imagePullSecrets | list | `[]` | Elasticsearch imagePullSecrets |
| elasticsearch.serviceAccountName | string | `"logging-elasticsearch"` | Name for serviceAccount to use, will be autocreated. |
| elasticsearch.serviceAccountAnnotations | object | `{}` | Annotations for the elasticsearch service account. |
......
dependencies:
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.5.8
version: 0.5.10
- name: prometheus-elasticsearch-exporter
repository: file://./deps/prometheus-elasticsearch-exporter
version: 6.5.0
digest: sha256:325fcc1c24819cbf52626bb3dd9486b751433447856ee2a15e43ded07c38e089
generated: "2024-10-25T06:17:53.436902743Z"
digest: sha256:0276444aead8c00b81833cb65e5a9570635a0fe9ae6b4b8da7a0273e47e7a598
generated: "2024-11-13T07:17:50.754219616Z"
apiVersion: v2
name: elasticsearch-kibana
description: Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart.
version: 1.21.0-bb.0
appVersion: 8.15.3
version: 1.22.0-bb.0
appVersion: 8.16.0
dependencies:
- name: gluon
version: 0.5.8
version: 0.5.10
repository: oci://registry1.dso.mil/bigbang
- name: prometheus-elasticsearch-exporter
repository: file://./deps/prometheus-elasticsearch-exporter
......@@ -14,8 +14,8 @@ dependencies:
alias: metrics
annotations:
bigbang.dev/applicationVersions: |
- Kibana: 8.15.3
- Elasticsearch: 8.15.3
- Kibana: 8.16.0
- Elasticsearch: 8.16.0
bigbang.dev/upstreamReleaseNotesMarkdown: |
This chart has no upstream and is maintained entirely by the Big Bang team. It is
(usually) updated any time new versions of elasticsearch and kibana are released
......@@ -25,9 +25,9 @@ annotations:
- [Kibana](https://www.elastic.co/guide/en/kibana/current/release-notes.html)
helm.sh/images: |
- name: kibana
image: registry1.dso.mil/ironbank/elastic/kibana/kibana:8.15.3
image: registry1.dso.mil/ironbank/elastic/kibana/kibana:8.16.0
- name: elasticsearch
image: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch:8.15.3
image: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch:8.16.0
- name: base
image: registry1.dso.mil/ironbank/big-bang/base:2.1.0
- name: script-tests
......
File added
File deleted
No preview for this file type
......@@ -15,12 +15,12 @@ fluentbit:
kibana:
# -- Kibana version
version: 8.15.3
version: 8.16.0
image:
# -- Kibana image repository
repository: registry1.dso.mil/ironbank/elastic/kibana/kibana
# -- Kibana image tag
tag: 8.15.3
tag: 8.16.0
# -- Kibana Ingress Host Value.
# Only required if not using Istio for ingress.
......@@ -159,12 +159,12 @@ kibana:
elasticsearch:
# -- Elasticsearch version
version: 8.15.3
version: 8.16.0
image:
# -- Elasticsearch image repository
repository: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch
# -- Elasticsearch image tag
tag: 8.15.3
tag: 8.16.0
# -- Elasticsearch imagePullSecrets
imagePullSecrets: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment