Skip to content

Commit

Permalink
Uptake ARM compatible container image from OCR for logan(Fluentd) cha…
Browse files Browse the repository at this point in the history
…rt (#59)

* Uptake ARM compatible container image from OCR for logan(Fluentd) chart
  • Loading branch information
santhoshkvuda authored Dec 6, 2023
1 parent 45e7682 commit 1f5fb5f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/logan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/logan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/oci-onm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/oci-onm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
secret:

0 comments on commit 1f5fb5f

Please sign in to comment.