UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit bda74bf5 authored by Cody Williams's avatar Cody Williams
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update dependency registry1.dso.mil/ironbank/elastic/kibana/kibana to v8.10.4

See merge request !154
parents 4330e86d 516c59ce
No related branches found
No related tags found
1 merge request!154Update dependency registry1.dso.mil/ironbank/elastic/kibana/kibana to v8.10.4
Pipeline #2391519 passed
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
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). 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.6.0-bb.0] - 2023-10-24 ## [1.6.1-bb.0] - 2023-10-24
### Changed ### Changed
- Updating contributing file to link to external github contributions - ironbank/elastic/kibana/kibana updated from 8.9.1 to 8.10.4
## [1.6.0-bb.0] - 2023-10-16 ## [1.6.0-bb.0] - 2023-10-16
### Changed ### Changed
......
# elasticsearch-kibana # elasticsearch-kibana
![Version: 1.6.0-bb.1](https://img.shields.io/badge/Version-1.6.0--bb.1-informational?style=flat-square) ![AppVersion: 8.10.3](https://img.shields.io/badge/AppVersion-8.10.3-informational?style=flat-square) ![Version: 1.6.1-bb.0](https://img.shields.io/badge/Version-1.6.1--bb.0-informational?style=flat-square) ![AppVersion: 8.10.3](https://img.shields.io/badge/AppVersion-8.10.3-informational?style=flat-square)
Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart. Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart.
...@@ -34,9 +34,9 @@ helm install elasticsearch-kibana chart/ ...@@ -34,9 +34,9 @@ helm install elasticsearch-kibana chart/
| autoRollingUpgrade.enabled | bool | `false` | Enable BigBang specific autoRollingUpgrade support | | autoRollingUpgrade.enabled | bool | `false` | Enable BigBang specific autoRollingUpgrade support |
| imagePullPolicy | string | `"IfNotPresent"` | Pull Policy for all non-init containers in this package. | | imagePullPolicy | string | `"IfNotPresent"` | Pull Policy for all non-init containers in this package. |
| fluentbit | object | `{"enabled":false}` | Toggle for networkpolicies to allow fluentbit ingress | | fluentbit | object | `{"enabled":false}` | Toggle for networkpolicies to allow fluentbit ingress |
| kibana.version | string | `"8.9.1"` | Kibana version | | kibana.version | string | `"8.10.4"` | Kibana version |
| kibana.image.repository | string | `"registry1.dso.mil/ironbank/elastic/kibana/kibana"` | Kibana image repository | | kibana.image.repository | string | `"registry1.dso.mil/ironbank/elastic/kibana/kibana"` | Kibana image repository |
| kibana.image.tag | string | `"8.9.1"` | Kibana image tag | | kibana.image.tag | string | `"8.10.4"` | Kibana image tag |
| kibana.host | string | `""` | Kibana Ingress Host Value. Only required if not using Istio for ingress. | | kibana.host | string | `""` | Kibana Ingress Host Value. Only required if not using Istio for ingress. |
| kibana.count | int | `3` | Number of Kibana replicas | | kibana.count | int | `3` | Number of Kibana replicas |
| kibana.serviceAccountName | string | `"logging-kibana"` | Name for serviceAccount to use, will be autocreated. | | kibana.serviceAccountName | string | `"logging-kibana"` | Name for serviceAccount to use, will be autocreated. |
......
apiVersion: v2 apiVersion: v2
name: elasticsearch-kibana name: elasticsearch-kibana
description: Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart. description: Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart.
version: 1.6.0-bb.1 version: 1.6.1-bb.0
appVersion: 8.10.3 appVersion: 8.10.3
dependencies: dependencies:
- name: gluon - name: gluon
...@@ -14,11 +14,11 @@ dependencies: ...@@ -14,11 +14,11 @@ dependencies:
alias: metrics alias: metrics
annotations: annotations:
bigbang.dev/applicationVersions: | bigbang.dev/applicationVersions: |
- Kibana: 8.9.1 - Kibana: 8.10.4
- Elasticsearch: 8.10.3 - Elasticsearch: 8.10.3
helm.sh/images: | helm.sh/images: |
- name: kibana - name: kibana
image: registry1.dso.mil/ironbank/elastic/kibana/kibana:8.9.1 image: registry1.dso.mil/ironbank/elastic/kibana/kibana:8.10.4
- name: elasticsearch - name: elasticsearch
image: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch:8.10.3 image: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch:8.10.3
- name: base - name: base
......
...@@ -14,12 +14,12 @@ fluentbit: ...@@ -14,12 +14,12 @@ fluentbit:
kibana: kibana:
# -- Kibana version # -- Kibana version
version: 8.9.1 version: 8.10.4
image: image:
# -- Kibana image repository # -- Kibana image repository
repository: registry1.dso.mil/ironbank/elastic/kibana/kibana repository: registry1.dso.mil/ironbank/elastic/kibana/kibana
# -- Kibana image tag # -- Kibana image tag
tag: 8.9.1 tag: 8.10.4
# -- Kibana Ingress Host Value. # -- Kibana Ingress Host Value.
# Only required if not using Istio for ingress. # Only required if not using Istio for ingress.
......
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