File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : oci-onm-logan
66description : Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Objects information to OCI Logging Analytics.
77type : application
8- version : 3.2.0
8+ version : 3.2.1
99appVersion : " 3.0.0"
1010
1111dependencies :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments