File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2626dependencies :
2727 - name : keda
Original file line number Diff line number Diff line change 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 - |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments