Skip to content

Commit

Permalink
chore: Update logging stack to the latest stable versions (#104)
Browse files Browse the repository at this point in the history
Closes: #104

Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
  • Loading branch information
SergK committed Jul 4, 2024
1 parent 745ccf1 commit 2a2c975
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ make update-readme
| edp | 3.9.0 | 3.9.0 | False | False |
| extensions-oidc | 1.21.0 | 1.21.0 | False | False |
| external-secrets | 0.9.9 | 1.0 | False | False |
| fluent-bit | 0.46.9 | 3.0.6 | False | False |
| fluent-bit | 0.46.11 | 3.0.7 | False | False |
| harbor | 0.1.0 | 1.12.2 | False | False |
| harbor-ha | 1.13.0 | 2.9.0 | False | False |
| harbor-ha-okd | 1.13.0 | 2.9.0 | False | False |
Expand All @@ -163,11 +163,11 @@ make update-readme
| minio-operator | 0.1.0 | 5.0.5 | False | False |
| nexus | 61.0.3 | 3.69.0 | False | False |
| nexus-operator | 3.2.0 | 3.2.0 | False | False |
| opensearch | 2.19.1 | 2.13.1 | False | False |
| opensearch | 2.21.1 | 2.15.0 | False | False |
| opentelemetry-operator | 0.62.0 | 0.102.0 | False | False |
| postgres-operator | 0.1.0 | 5.4.3 | False | False |
| report-portal | 5.10.0 | 23.2 | False | False |
| prometheus-operator | 58.2.1 | v0.73.2 | False | False |
| prometheus-operator | 60.1.0 | v0.73.2 | False | False |
| redis-operator | 0.1.0 | 3.2.8 | False | False |
| sonar | 8.0.2 | 9.9.2 | False | False |
| sonar-operator | 3.1.1 | 3.1.1 | False | False |
Expand Down
6 changes: 3 additions & 3 deletions add-ons/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ type: application

# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.46.9
version: 0.46.11

# Version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "3.0.6"
appVersion: "3.0.7"

dependencies:
- name: fluent-bit
version: 0.46.9
version: 0.46.11
repository: https://fluent.github.io/helm-charts
4 changes: 2 additions & 2 deletions add-ons/fluent-bit/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# fluent-bit

![Version: 0.46.9](https://img.shields.io/badge/Version-0.46.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.6](https://img.shields.io/badge/AppVersion-3.0.6-informational?style=flat-square)
![Version: 0.46.11](https://img.shields.io/badge/Version-0.46.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.7](https://img.shields.io/badge/AppVersion-3.0.7-informational?style=flat-square)

A Helm chart for Fluent Bit

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://fluent.github.io/helm-charts | fluent-bit | 0.46.9 |
| https://fluent.github.io/helm-charts | fluent-bit | 0.46.11 |

## Values

Expand Down
10 changes: 5 additions & 5 deletions add-ons/opensearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ type: application

# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.19.1
version: 2.21.1

# Version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "2.13.1"
appVersion: "2.15.0"

dependencies:
- name: opensearch
version: 2.20.0
version: 2.21.0
repository: https://opensearch-project.github.io/helm-charts/

- name: opensearch-dashboards
version: 2.18.0
version: 2.19.0
repository: https://opensearch-project.github.io/helm-charts/

- name: fluent-bit
version: 0.46.9
version: 0.46.11
repository: https://fluent.github.io/helm-charts
8 changes: 4 additions & 4 deletions add-ons/opensearch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opensearch

![Version: 2.19.1](https://img.shields.io/badge/Version-2.19.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.13.1](https://img.shields.io/badge/AppVersion-2.13.1-informational?style=flat-square)
![Version: 2.21.1](https://img.shields.io/badge/Version-2.21.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.0](https://img.shields.io/badge/AppVersion-2.15.0-informational?style=flat-square)

A Helm chart for OpenSearch Stack

Expand All @@ -23,9 +23,9 @@ cd /usr/share/opensearch/plugins/opensearch-security/tools/

| Repository | Name | Version |
|------------|------|---------|
| https://fluent.github.io/helm-charts | fluent-bit | 0.46.9 |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.20.0 |
| https://opensearch-project.github.io/helm-charts/ | opensearch-dashboards | 2.18.0 |
| https://fluent.github.io/helm-charts | fluent-bit | 0.46.11 |
| https://opensearch-project.github.io/helm-charts/ | opensearch | 2.21.0 |
| https://opensearch-project.github.io/helm-charts/ | opensearch-dashboards | 2.19.0 |

## Values

Expand Down

0 comments on commit 2a2c975

Please sign in to comment.