Skip to content

Commit 135af7d

Browse files
committed
Fix: updating checkup
1 parent 21f5154 commit 135af7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

opensecurity/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.76.62
18+
version: 2.76.63
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.76.62"
24+
appVersion: "2.76.63"
2525

2626
dependencies:
2727
- name: keda

opensecurity/templates/es-sink/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
# Get the Elasticsearch URL from the main container's env vars for consistency
4040
# Note: This assumes the service name 'opensearch-cluster-master' is static
4141
- name: ES_URL
42-
value: "https://opensearch-cluster-master.{{ $.Release.Namespace }}.svc.cluster.local:9200"
42+
value: "http://opensearch-cluster-master.{{ $.Release.Namespace }}.svc.cluster.local:9200"
4343
command: ["sh", "-xc"]
4444
args:
4545
- |

opensecurity/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ opensecurity:
1515
postInstallJob: v2.76.48
1616
schedulerService: v2.76.37
1717
integration: v2.76.44
18-
core: v2.76.44
18+
core: v2.76.50
1919
compliance: v2.76.30
2020
complianceSummarizerJob: v2.76.30
2121
complianceReportJob: v2.76.30

0 commit comments

Comments
 (0)