Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating staging/QA with master #158

Merged
merged 12 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/forms-flow-bpm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
version: 2.x.x
2 changes: 1 addition & 1 deletion charts/forms-flow-bpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ extraEnvVars:
- name: VAULT_ENABLED
value: "false"
- name: VAULT_URL
value: "http://{your-ip-address}:8200"
value: ""
- name: VAULT_TOKEN
value: ""
- name: VAULT_PATH
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-data-analysis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
version: 2.x.x
2 changes: 1 addition & 1 deletion charts/forms-flow-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
version: 2.x.x
54 changes: 27 additions & 27 deletions charts/forms-flow-web/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "common.names.fullname" . }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: forms-flow-web
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data:
KEYCLOAK_CLIENT: "{{ tpl .Values.webclient . }}"
APPLICATION_NAME: "{{ tpl .Values.webname . }}"
USER_ACCESS_PERMISSIONS: "{{ .Values.UserAccesPermissions }}"
PUBLIC_WORKFLOW_ENABLED: "{{ tpl .Values.web.public_workflow_enabled . }}"
OPENTELEMETRY_SERVICE: "{{ tpl .Values.web.opentelemetry_service . }}"
WEB_BASE_CUSTOM_URL: "{{ tpl .Values.web.base_custom_url . }}"
CUSTOM_THEME_URL: "{{ tpl .Values.web.custom_theme_url . }}"
ENABLE_FORMS_MODULE: "{{ tpl .Values.web.enable_forms_module . }}"
ENABLE_TASKS_MODULE: "{{ tpl .Values.web.enable_tasks_module . }}"
ENABLE_DASHBOARDS_MODULE: "{{ tpl .Values.web.enable_dashboards_module . }}"
ENABLE_PROCESSES_MODULE: "{{ tpl .Values.web.enable_processes_module . }}"
ENABLE_APPLICATIONS_MODULE: "{{ tpl .Values.web.enable_applications_module . }}"
REACT_APP_LANGUAGE: "{{ tpl .Values.Language . }}"
REACT_APP_SHOW_PREMIUM_ICON: "{{ tpl .Values.ShowPremiumIcon . }}"
REACT_APP_IS_ENTERPRISE: "{{ tpl .Values.IsEnterPrise . }}"
REACT_APP_CLARITY_KEY: "{{ tpl .Values.ClarityKey . }}"
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "common.names.fullname" . }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: forms-flow-web
{{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data:
KEYCLOAK_CLIENT: "{{ tpl .Values.webclient . }}"
APPLICATION_NAME: "{{ tpl .Values.webname . }}"
USER_ACCESS_PERMISSIONS: "{{ .Values.UserAccesPermissions }}"
PUBLIC_WORKFLOW_ENABLED: "{{ tpl .Values.web.public_workflow_enabled . }}"
OPENTELEMETRY_SERVICE: "{{ tpl .Values.web.opentelemetry_service . }}"
WEB_BASE_CUSTOM_URL: "{{ tpl .Values.web.base_custom_url . }}"
CUSTOM_THEME_URL: "{{ tpl .Values.web.custom_theme_url . }}"
ENABLE_FORMS_MODULE: "{{ tpl .Values.web.enable_forms_module . }}"
ENABLE_TASKS_MODULE: "{{ tpl .Values.web.enable_tasks_module . }}"
ENABLE_DASHBOARDS_MODULE: "{{ tpl .Values.web.enable_dashboards_module . }}"
ENABLE_PROCESSES_MODULE: "{{ tpl .Values.web.enable_processes_module . }}"
ENABLE_APPLICATIONS_MODULE: "{{ tpl .Values.web.enable_applications_module . }}"
REACT_APP_LANGUAGE: "{{ tpl .Values.Language . }}"
REACT_APP_SHOW_PREMIUM_ICON: "{{ tpl .Values.ShowPremiumIcon . }}"
REACT_APP_IS_ENTERPRISE: "{{ tpl .Values.IsEnterPrise . }}"
REACT_APP_CLARITY_KEY: "{{ tpl .Values.ClarityKey . }}"
2 changes: 1 addition & 1 deletion charts/forms-flow-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,4 +517,4 @@ UserAccesPermissions: ""
Language: ""
ShowPremiumIcon: ""
IsEnterPrise: ""
ClarityKey: ""
ClarityKey: ""
Loading