Skip to content

Commit 838a25d

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: update usage tracker send request
1 parent 6fa7624 commit 838a25d

File tree

5 files changed

+22
-23
lines changed

5 files changed

+22
-23
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.64
18+
version: 2.76.65
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.64"
24+
appVersion: "2.76.65"
2525

2626
dependencies:
2727
- name: keda

opensecurity/templates/elastic.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
value: "myStrongPassword@123!"
1010
- name: ELASTICSEARCH_INGESTION_ENDPOINT
1111
value: ""
12+
- name: ELASTICSEARCH_ISONAKS
13+
value: "true"
1214
{{- end }}

opensecurity/templates/es-sink/deployment.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{- /* /Users/anil/workspace/charts/opensecurity/templates/es-sink/deployment.yaml */}}
21
apiVersion: apps/v1
32
kind: Deployment
43
metadata:
@@ -37,9 +36,9 @@ spec:
3736
- name: ES_URL
3837
value: "https://opensearch-cluster-master.{{ .Release.Namespace }}.svc.cluster.local:9200"
3938
- name: ES_USER
40-
value: "{{ .Values.opensecurity.elasticsearch.user }}"
39+
value: "admin"
4140
- name: ES_PASS
42-
value: "{{ .Values.opensecurity.elasticsearch.password }}"
41+
value: "myStrongPassword@123!"
4342
command: ["sh","-xc"]
4443
args:
4544
- |
@@ -88,9 +87,9 @@ spec:
8887
- name: ESSINK_ELASTICSEARCH__IS_ON_AKS
8988
value: "true"
9089
- name: ESSINK_ELASTICSEARCH__USERNAME
91-
value: "{{ .Values.opensecurity.elasticsearch.user }}"
90+
value: "admin"
9291
- name: ESSINK_ELASTICSEARCH__PASSWORD
93-
value: "{{ .Values.opensecurity.elasticsearch.password }}"
92+
value: "myStrongPassword@123!"
9493
- name: ESSINK_NATS__URL
9594
value: "{{ .Release.Name }}-nats.{{ .Release.Namespace }}.svc.cluster.local:4222"
9695

opensecurity/templates/post-install-configuration/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
# Assumes prometheus pushgateway exists at this address
7373
value: "prom-system-prometheus-pushgateway.prom-system.svc.cluster.local:9091"
7474
- name: IS_MANUAL
75-
value: "false"
75+
value: "true"
7676
- name: JAEGER_AGENT_HOST # For tracing
7777
valueFrom:
7878
fieldRef:

opensecurity/values.yaml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@ opensecurity:
99
registry: ghcr.io/opengovern
1010
tags:
1111
webui: v2.76.23
12-
auth: v2.76.38
12+
auth: v2.76.54
1313
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
2826
initJob: latest
2927
customDeploy:
3028
externalPostgresql: false

0 commit comments

Comments
 (0)