From 1f5fb5fa2a197df348bb48a17181dffd179b2660 Mon Sep 17 00:00:00 2001 From: santhoshkvuda <98019709+santhoshkvuda@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:32:32 +0530 Subject: [PATCH] Uptake ARM compatible container image from OCR for logan(Fluentd) chart (#59) * Uptake ARM compatible container image from OCR for logan(Fluentd) chart --- CHANGELOG.md | 4 ++++ charts/logan/Chart.yaml | 2 +- charts/logan/values.yaml | 2 +- charts/oci-onm/Chart.yaml | 4 ++-- charts/oci-onm/values.yaml | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42d2c19..6f0d1323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 2023-12-01 +### Added +- Uptake ARM compatible container image from OCR for logan(Fluentd) chart. + ## 2023-11-30 ### Added - Added resources information that got created through RM Stack to Stack output. diff --git a/charts/logan/Chart.yaml b/charts/logan/Chart.yaml index af82bea2..7681dc5e 100644 --- a/charts/logan/Chart.yaml +++ b/charts/logan/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 name: oci-onm-logan description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics. type: application -version: 3.2.0 +version: 3.2.1 appVersion: "3.0.0" dependencies: diff --git a/charts/logan/values.yaml b/charts/logan/values.yaml index c6f3dc72..00d37dba 100644 --- a/charts/logan/values.yaml +++ b/charts/logan/values.yaml @@ -48,7 +48,7 @@ image: # Image pull secrets for. Secret must be in the namespace defined by namespace imagePullSecrets: # -- Replace this value with actual docker image url - url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.1.0 + url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.2.0 # -- Image pull policy imagePullPolicy: Always diff --git a/charts/oci-onm/Chart.yaml b/charts/oci-onm/Chart.yaml index f97a4098..92853230 100644 --- a/charts/oci-onm/Chart.yaml +++ b/charts/oci-onm/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.2.0 +version: 3.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -32,7 +32,7 @@ dependencies: repository: "file://../common" condition: oci-onm-common.enabled - name: oci-onm-logan - version: "3.2.0" + version: "3.2.1" repository: "file://../logan" condition: oci-onm-logan.enabled - name: oci-onm-mgmt-agent diff --git a/charts/oci-onm/values.yaml b/charts/oci-onm/values.yaml index ecbecece..43da9792 100644 --- a/charts/oci-onm/values.yaml +++ b/charts/oci-onm/values.yaml @@ -31,7 +31,7 @@ oci-onm-logan: kubernetesClusterID: "{{ .Values.global.kubernetesClusterID }}" kubernetesClusterName: "{{ .Values.global.kubernetesClusterName }}" image: - url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.1.0 + url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.2.0 # Go to OCI Logging Analytics Administration, click Service Details, and note the namespace value. ociLANamespace: # OCI Logging Analytics Default Log Group OCID @@ -52,4 +52,4 @@ oci-onm-mgmt-agent: # Replace this value with actual docker image URL for Management Agent url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.0.0 # Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file) - secret: \ No newline at end of file + secret: