File tree Expand file tree Collapse file tree 5 files changed +22
-23
lines changed
post-install-configuration Expand file tree Collapse file tree 5 files changed +22
-23
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.76.64
18
+ version : 2.76.65
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 2.76.64 "
24
+ appVersion : " 2.76.65 "
25
25
26
26
dependencies :
27
27
- name : keda
Original file line number Diff line number Diff line change 9
9
value: "myStrongPassword@123!"
10
10
- name: ELASTICSEARCH_INGESTION_ENDPOINT
11
11
value: ""
12
+ - name: ELASTICSEARCH_ISONAKS
13
+ value: "true"
12
14
{ {- end } }
Original file line number Diff line number Diff line change 1
- {{- /* /Users/anil/workspace/charts/opensecurity/templates/es-sink/deployment.yaml */}}
2
1
apiVersion : apps/v1
3
2
kind : Deployment
4
3
metadata :
37
36
- name : ES_URL
38
37
value : " https://opensearch-cluster-master.{{ .Release.Namespace }}.svc.cluster.local:9200"
39
38
- name : ES_USER
40
- value : " {{ .Values.opensecurity.elasticsearch.user }} "
39
+ value : " admin "
41
40
- name : ES_PASS
42
- value : " {{ .Values.opensecurity.elasticsearch.password }} "
41
+ value : " myStrongPassword@123! "
43
42
command : ["sh","-xc"]
44
43
args :
45
44
- |
88
87
- name : ESSINK_ELASTICSEARCH__IS_ON_AKS
89
88
value : " true"
90
89
- name : ESSINK_ELASTICSEARCH__USERNAME
91
- value : " {{ .Values.opensecurity.elasticsearch.user }} "
90
+ value : " admin "
92
91
- name : ESSINK_ELASTICSEARCH__PASSWORD
93
- value : " {{ .Values.opensecurity.elasticsearch.password }} "
92
+ value : " myStrongPassword@123! "
94
93
- name : ESSINK_NATS__URL
95
94
value : " {{ .Release.Name }}-nats.{{ .Release.Namespace }}.svc.cluster.local:4222"
96
95
Original file line number Diff line number Diff line change 72
72
# Assumes prometheus pushgateway exists at this address
73
73
value : " prom-system-prometheus-pushgateway.prom-system.svc.cluster.local:9091"
74
74
- name : IS_MANUAL
75
- value : " false "
75
+ value : " true "
76
76
- name : JAEGER_AGENT_HOST # For tracing
77
77
valueFrom :
78
78
fieldRef :
Original file line number Diff line number Diff line change @@ -9,22 +9,20 @@ opensecurity:
9
9
registry : ghcr.io/opengovern
10
10
tags :
11
11
webui : v2.76.23
12
- auth : v2.76.38
12
+ auth : v2.76.54
13
13
swagger : v2.76.13
14
- checkupJob : v2.76.13
15
- postInstallJob : v2.76.48
16
- schedulerService : v2.76.37
17
- integration : v2.76.44
18
- core : v2.76.50
19
- compliance : v2.76.30
20
- complianceSummarizerJob : v2.76.30
21
- complianceReportJob : v2.76.30
22
- esSink : v2.76.13
23
- complianceQuick : v2.76.13
24
- queryRunnerJob : v2.76.13
25
- demoImporterJob : v2.76.13
26
- psqlImport : v2.60.0
27
- tasks : v2.76.44
14
+ checkupJob : v2.76.54
15
+ postInstallJob : v2.76.54
16
+ schedulerService : v2.76.54
17
+ integration : v2.76.54
18
+ core : v2.76.54
19
+ compliance : v2.76.54
20
+ complianceSummarizerJob : v2.76.54
21
+ complianceReportJob : v2.76.54
22
+ esSink : v2.76.54
23
+ complianceQuick : v2.76.54
24
+ queryRunnerJob : v2.76.54
25
+ tasks : v2.76.54
28
26
initJob : latest
29
27
customDeploy :
30
28
externalPostgresql : false
You can’t perform that action at this time.
0 commit comments