Skip to content

Commit da00bfe

Browse files
Bertrand Rigaudchaen
authored andcommitted
remove initOS condition in init-secrets
1 parent 993194a commit da00bfe

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

diracx/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: application
1111
# This is the chart version. This version number should be incremented each time you make changes
1212
# to the chart and its templates, including the app version.
1313
# Versions are expected to follow Semantic Versioning (https://semver.org/)
14-
version: "1.1.5"
14+
version: "1.1.6"
1515

1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application. Versions are not expected to

diracx/templates/diracx/init-secrets/_init-secrets.sh.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ generate_secret_if_needed diracx-task-redis-url \
145145
{{- end }}
146146
{{- end }}
147147

148-
{{- if .Values.initOs.enabled }}
149148
# If we deploy opensearch ourselves
150149
{{- if .Values.opensearch.enabled }}
151150

@@ -197,7 +196,5 @@ generate_secret_if_needed diracx-os-connection-urls \
197196
generate_secret_if_needed diracx-os-root-connection-urls \
198197
--from-literal=DIRACX_OS_DB_{{ $osDbName | upper }}='{"hosts": "{{ $defaultOsDbRootUser }}:{{ $defaultOsDbRootPassword }}@{{ $defaultOsDbHost }}", "use_ssl": true, "verify_certs": false}'
199198
{{- end }}
200-
201-
{{- end }}
202199
{{- end }}
203200
{{- end }}

docs/admin/explanations/architecture_diagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ config:
55
flowchart TD
66

77
subgraph k8s_instance ["K8s Instance: diracx"]
8-
subgraph helm_chart ["Helm Chart: diracx 1.1.5"]
8+
subgraph helm_chart ["Helm Chart: diracx 1.1.6"]
99
subgraph k8s_app ["K8s Application: diracx"]
1010
ing_diracx{{"ing: diracx"}}
1111
svc_diracx(("svc: diracx"))

0 commit comments

Comments
 (0)