Skip to content

Commit 3d48db4

Browse files
v3.4.4_quickFix (#83)
* quick change to support ImagePullSecret for discovery job and fixing chart versions
1 parent b068209 commit 3d48db4

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Change Log
22

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

78
## 2024-06-18
89
### Changed

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.4.3
8+
version: 3.4.4
99
appVersion: "3.0.0"
1010

1111
dependencies:

charts/logan/templates/discovery-cronjob.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ spec:
2222
spec:
2323
restartPolicy: {{ .Values.k8sDiscovery.objects.restartPolicy }}
2424
serviceAccountName: {{ $serviceAccount }}
25+
imagePullSecrets:
26+
- name: {{ .Values.image.imagePullSecrets }}
2527
containers:
2628
- name: k8-discovery-job
2729
image: {{ .Values.image.url }}

charts/oci-onm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ dependencies:
3232
repository: "file://../common"
3333
condition: oci-onm-common.enabled
3434
- name: oci-onm-logan
35-
version: "3.4.3"
35+
version: "3.4.4"
3636
repository: "file://../logan"
3737
condition: oci-onm-logan.enabled
3838
- name: oci-onm-mgmt-agent
39-
version: "3.0.2"
39+
version: "3.0.3"
4040
repository: "file://../mgmt-agent"
4141
condition: oci-onm-mgmt-agent.enabled

0 commit comments

Comments
 (0)