Skip to content

Commit

Permalink
Upgrade log monitoring components
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Jul 18, 2024
1 parent f3adfe7 commit f031068
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SAS Viya Monitoring for Kubernetes

## unreleased
* [UPGRADE] OpenSearch and OpenSearch Dashboards upgraded from 2.12.0 to 2.15.0
* [UPGRADE] Fluent Bit upgraded from 3.0.7 to 3.1.3


## Version 1.2.27 (16JUL2024)
* **Overall**
* [FIX] Modified renew-tls-certs.sh script to regenerate the root CA cert when renewing auto-generated certs
Expand Down
12 changes: 6 additions & 6 deletions component_versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ ES_EXPORTER_FULL_IMAGE="quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.
#Fluent Bit
FLUENTBIT_HELM_CHART_REPO=fluent
FLUENTBIT_HELM_CHART_NAME=fluent-bit
FLUENTBIT_HELM_CHART_VERSION=0.46.7
FB_FULL_IMAGE="cr.fluentbit.io/fluent/fluent-bit:3.0.6"
FLUENTBIT_HELM_CHART_VERSION=0.47.2
FB_FULL_IMAGE="cr.fluentbit.io/fluent/fluent-bit:3.1.3"

#OpenSearch
OPENSEARCH_HELM_CHART_REPO=opensearch
OPENSEARCH_HELM_CHART_NAME=opensearch
OPENSEARCH_HELM_CHART_VERSION=2.18.0
OS_FULL_IMAGE="docker.io/opensearchproject/opensearch:2.12.0"
OPENSEARCH_HELM_CHART_VERSION=2.21.0
OS_FULL_IMAGE="docker.io/opensearchproject/opensearch:2.15.0"
OS_SYSCTL_FULL_IMAGE="docker.io/library/busybox:latest"

#OpenSearch Dashboards
OSD_HELM_CHART_REPO=opensearch
OSD_HELM_CHART_NAME=opensearch-dashboards
OSD_HELM_CHART_VERSION=2.16.0
OSD_FULL_IMAGE="docker.io/opensearchproject/opensearch-dashboards:2.12.0"
OSD_HELM_CHART_VERSION=2.19.0
OSD_FULL_IMAGE="docker.io/opensearchproject/opensearch-dashboards:2.15.0"

#Grafana (when deployed on OpenShift)
OPENSHIFT_GRAFANA_CHART_REPO=grafana
Expand Down

0 comments on commit f031068

Please sign in to comment.