Skip to content

Commit

Permalink
v3.4.4_quickFix (#83)
Browse files Browse the repository at this point in the history
* quick change to support ImagePullSecret for discovery job and fixing chart versions
  • Loading branch information
santhoshkvuda authored Jul 8, 2024
1 parent b068209 commit 3d48db4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change Log

## 2024-06-26
## 2024-07-08
### Added
- Option to disable JRE default security property for Agent.
- Quick fix to support ImagePullSecrets for discovery job.

## 2024-06-18
### Changed
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.4.3
version: 3.4.4
appVersion: "3.0.0"

dependencies:
Expand Down
2 changes: 2 additions & 0 deletions charts/logan/templates/discovery-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ spec:
spec:
restartPolicy: {{ .Values.k8sDiscovery.objects.restartPolicy }}
serviceAccountName: {{ $serviceAccount }}
imagePullSecrets:
- name: {{ .Values.image.imagePullSecrets }}
containers:
- name: k8-discovery-job
image: {{ .Values.image.url }}
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 @@ -32,10 +32,10 @@ dependencies:
repository: "file://../common"
condition: oci-onm-common.enabled
- name: oci-onm-logan
version: "3.4.3"
version: "3.4.4"
repository: "file://../logan"
condition: oci-onm-logan.enabled
- name: oci-onm-mgmt-agent
version: "3.0.2"
version: "3.0.3"
repository: "file://../mgmt-agent"
condition: oci-onm-mgmt-agent.enabled

0 comments on commit 3d48db4

Please sign in to comment.