Skip to content

Commit 1f5fb5f

Browse files
Uptake ARM compatible container image from OCR for logan(Fluentd) chart (#59)
* Uptake ARM compatible container image from OCR for logan(Fluentd) chart
1 parent 45e7682 commit 1f5fb5f

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 2023-12-01
4+
### Added
5+
- Uptake ARM compatible container image from OCR for logan(Fluentd) chart.
6+
37
## 2023-11-30
48
### Added
59
- Added resources information that got created through RM Stack to Stack output.

charts/logan/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: v2
55
name: oci-onm-logan
66
description: Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
77
type: application
8-
version: 3.2.0
8+
version: 3.2.1
99
appVersion: "3.0.0"
1010

1111
dependencies:

charts/logan/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ image:
4848
# Image pull secrets for. Secret must be in the namespace defined by namespace
4949
imagePullSecrets:
5050
# -- Replace this value with actual docker image url
51-
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.1.0
51+
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.2.0
5252
# -- Image pull policy
5353
imagePullPolicy: Always
5454

charts/oci-onm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 3.2.0
21+
version: 3.2.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
@@ -32,7 +32,7 @@ dependencies:
3232
repository: "file://../common"
3333
condition: oci-onm-common.enabled
3434
- name: oci-onm-logan
35-
version: "3.2.0"
35+
version: "3.2.1"
3636
repository: "file://../logan"
3737
condition: oci-onm-logan.enabled
3838
- name: oci-onm-mgmt-agent

charts/oci-onm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ oci-onm-logan:
3131
kubernetesClusterID: "{{ .Values.global.kubernetesClusterID }}"
3232
kubernetesClusterName: "{{ .Values.global.kubernetesClusterName }}"
3333
image:
34-
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.1.0
34+
url: container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.2.0
3535
# Go to OCI Logging Analytics Administration, click Service Details, and note the namespace value.
3636
ociLANamespace:
3737
# OCI Logging Analytics Default Log Group OCID
@@ -52,4 +52,4 @@ oci-onm-mgmt-agent:
5252
# Replace this value with actual docker image URL for Management Agent
5353
url: container-registry.oracle.com/oci_observability_management/oci-management-agent:1.0.0
5454
# Image secrets to use for pulling container image (base64 encoded content of ~/.docker/config.json file)
55-
secret:
55+
secret:

0 commit comments

Comments
 (0)