Skip to content
Open
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
4 changes: 2 additions & 2 deletions Notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 🚨 Important Notice: Upgrade Impact on forms-flow-ai-charts (Helm) v8.3.0
# 🚨 Important Notice: Upgrade Impact on forms-flow-ai-charts (Helm) v8.4.0

## Key Points:

1. **Database Backup**: The latest upgrade (v8.3.0) will affect existing data. Please ensure you backup your database before proceeding with the upgrade.
1. **Database Backup**: The latest upgrade (v8.4.0) will affect existing data. Please ensure you backup your database before proceeding with the upgrade.

2. **Environment Changes**: Changes to the environment variables will not affect the deployment unless there are modifications to the database.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The versions of Helm charts available in this repository are as follows:

| Formsflow Version | Chart Name | Chart Version |
|---------------------------|---------------------------|---------------------------|
| 8.0.0 | forms-flow-ai | v8.4.0 |
| 7.3.0 | forms-flow-ai | v8.3.0 |
| 7.0.1 | forms-flow-ai | v8.1.0 |
| 7.0.1 | forms-flow-ai | v8.0.2 |
Expand Down
9 changes: 2 additions & 7 deletions charts/forms-flow-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# Changelog
## 8.3.0 (2025-11-06)
## 8.4.0 (2025-11-27)

### Added

Added env variables

CONFIGURE_LOGS

### Changed
Updated default version image tag to `7.3.0`.
Updated default version image tag to `v8.0.0`.
2 changes: 1 addition & 1 deletion charts/forms-flow-admin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-admin
description: forms-flow-admin is a component for managing apis provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-ai-admin
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.3.0"
tag: "v8.0.0"
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## Example:
Expand Down
19 changes: 1 addition & 18 deletions charts/forms-flow-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Changelog
## 8.3.0 (2025-11-06)
### Added
Support for custom environment variables in configmap template.
## 8.4.0 (2025-11-27)

Added env variables

USER_NAME_DISPLAY_CLAIM
ENABLE_COMPACT_FORM_VIEW
FORMIO_DB_NAME
CHROME_DRIVER_TIMEOUT
CONFIGURE_LOGS

### Changed

Updated container image sources for `PostgreSQL`, `MongoDB`, and `Keycloak` to use the `bitnamilegacy` registry instead of `bitnami`.
This change was required because `Bitnami removed these images from the main registry`, and the `bitnamilegacy` registry is being used `temporarily` until the images are restored or migrated.

Updated mongodb version image tag into `8.0.10-debian-12-r2`
Updated postgresql version image tag into `17.5.0-debian-12-r10`
2 changes: 1 addition & 1 deletion charts/forms-flow-ai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
condition: mongodb.enabled
repository: https://charts.bitnami.com/bitnami
version: 16.5.24
version: v8.3.0
version: v8.4.0
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
4 changes: 1 addition & 3 deletions charts/forms-flow-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Changelog
## 8.3.0 (2025-11-06)
### Changed
Updated nginx configmap
## 8.4.0 (2025-11-27)
2 changes: 1 addition & 1 deletion charts/forms-flow-analytics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-analytics
description: forms-flow-analytics leverages Redash to build interactive dashboards and gain insights provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
11 changes: 2 additions & 9 deletions charts/forms-flow-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Changelog
## 8.3.0 (2025-11-06)
### Added

Added env variables

USER_NAME_DISPLAY_CLAIM
FORMIO_JWT_EXPIRE
CONFIGURE_LOGS
## 8.4.0 (2025-11-06)

### Changed
Updated default version image tag to `7.3.0`.
Updated default version image tag to `v8.0.0`.
2 changes: 1 addition & 1 deletion charts/forms-flow-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-api
description: forms-flow-api is an adaptive tier for correlating form management, BPM and analytics together. The goal of the REST API is to provide access to all relevant interfaces of the system provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,6 @@ spec:
configMap:
name: forms-flow-api-nginx-config
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 6 }}
{{- end }}
restartPolicy: Always
2 changes: 1 addition & 1 deletion charts/forms-flow-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-webapi
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.3.0"
tag: "v8.0.0"
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## Example:
Expand Down
16 changes: 2 additions & 14 deletions charts/forms-flow-bpm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Changelog
## 8.3.0 (2025-11-06)
### Added

Added env variables

CONFIGURE_LOGS
CAMUNDA_BPM_HISTORY_LEVEL
USER_NAME_DISPLAY_CLAIM
BPM_CLIENT_CONN_TIMEOUT
DATA_BUFFER_SIZE
IDENTITY_PROVIDER_MAX_RESULT_SIZE
SESSION_COOKIE_SECURE
## 8.4.0 (2025-11-27)

### Changed
Updated default version image tag to `7.3.0`.
Updated README.md file with new env variables
Updated default version image tag to `v8.0.0`.
2 changes: 1 addition & 1 deletion charts/forms-flow-bpm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-bpm
description: forms-flow-bpm is a component which leverages Camunda for workflow and decision automation and its provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-bpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ https://<HOSTNAME>/camunda
| `image.registry` | Container image registry | `docker.io` |
| `image.repository` | Container image repository | `formsflow/forms-flow-bpm` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.tag` | Image tag | `v7.3.0` |
| `image.tag` | Image tag | `v8.0.0` |
| `image.pullSecrets` | Pull secrets for the image | `forms-flow-ai-auth` |
| `nameOverride` | Override for common names | `""` |
| `fullnameOverride` | Full override for common names | `""` |
Expand Down
4 changes: 2 additions & 2 deletions charts/forms-flow-bpm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ spec:
{{- include "common.tplvalues.render" ( dict "value" .Values.extraVolumeMounts "context" $ ) | nindent 12 }}
{{- end }}
{{- if .Values.sidecars }}
{{- include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) | nindent 6 }}
{{- end }}
volumes:
- name: bpm-logs
Expand All @@ -419,6 +419,6 @@ spec:
path: mail-config.properties
defaultMode: 420
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 6 }}
{{- end }}
restartPolicy: Always
2 changes: 1 addition & 1 deletion charts/forms-flow-bpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: formsflow/forms-flow-bpm
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.3.0"
tag: "v8.0.0"
pullSecrets:
- forms-flow-ai-auth
## @param nameOverride String to partially override common.names.fullname
Expand Down
4 changes: 2 additions & 2 deletions charts/forms-flow-data-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog
## 8.3.0 (2025-11-06)
## 8.4.0 (2025-11-27)
### Changed
Updated default version image tag to `7.3.0`.
Updated default version image tag to `v8.0.0`.
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 @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-data-analysis
description: forms-flow-data-analysis is used to understand the sentiments of the customer for products, movies, and other such things, whether they feel positive, negative, or neutral about it. BERT is a very good pre-trained language model which helps machines learn excellent representations of text with respect to context in many natural language tasks provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-data-analysis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-data-analysis-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.3.0"
tag: "v8.0.0"
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## Example:
Expand Down
4 changes: 2 additions & 2 deletions charts/forms-flow-data-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## 8.3.0 (2025-11-06)
## 8.4.0 (2025-11-27)

### Added
default version image tag to `7.3.0`.
default version image tag to `v8.0.0`.
2 changes: 1 addition & 1 deletion charts/forms-flow-data-layer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-data-layer
description: forms-flow-data-layer is an adaptive tier for connecting all databases together. The goal of the REST API is to provide access to all relevant interfaces of the system, provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-data-layer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-data-layer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.3.0"
tag: "v8.0.0"
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## Example:
Expand Down
14 changes: 3 additions & 11 deletions charts/forms-flow-documents-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Changelog
## 8.3.0 (2025-11-06)
### Added
Support for custom environment variables in configmap template.
## 8.4.0 (2025-11-27)

Added env variables

ENABLE_COMPACT_FORM_VIEW

### Changed
Updated default version image tag to `7.3.0`.
Updated README.md file with new env variables
Updated `Values.yaml` file
### Updated
Updated default version image tag to `v8.0.0`.
2 changes: 1 addition & 1 deletion charts/forms-flow-documents-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-documents-api
description: forms-flow-documents-api is to generate pdf with form submission data and it's provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-documents-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ https://<HOSTNAME>/docapi
| `image.registry` | Container image registry. | `docker.io` |
| `image.repository` | Repository for the container image. | `formsflow/forms-flow-documents-api` |
| `image.pullPolicy` | Image pull policy. | `IfNotPresent` |
| `image.tag` | Tag for the container image. | `v7.3.0` |
| `image.tag` | Tag for the container image. | `v8.0.0` |
| `image.pullSecrets` | Array of image pull secrets. | `["forms-flow-ai-auth"]` |
| `nameOverride` | Override for the name of the deployment. | `""` |
| `fullnameOverride` | Override for the full name of the deployment. | `""` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ spec:
configMap:
name: forms-flow-documents-api-nginx-config
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 6 }}
{{- end }}
restartPolicy: Always
2 changes: 1 addition & 1 deletion charts/forms-flow-documents-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-documents-api
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.3.0"
tag: "v8.0.0"
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## Example:
Expand Down
4 changes: 2 additions & 2 deletions charts/forms-flow-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## 8.3.0 (2025-11-06)
## 8.4.0 (2025-11-27)

### Changed
Updated default version image tag to `7.3.0`.
Updated default version image tag to `v8.0.0`.
2 changes: 1 addition & 1 deletion charts/forms-flow-forms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: forms-flow-forms
description: forms-flow-forms is a component which leverages form.io to build "serverless" data management applications using a simple drag-and-drop form builder interface and its provided by formsflow.
icon: "https://raw.githubusercontent.com/AOT-Technologies/forms-flow-ai/develop/.images/logo.png"
version: v8.3.0
version: v8.4.0
type: application
appVersion: "8.3.0"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ https://<HOSTNAME>/formio
| `image.registry` | Docker registry for the application image. | `docker.io` |
| `image.repository` | Repository for the application image. | `formsflow/forms-flow-forms` |
| `image.pullPolicy` | Image pull policy. | `IfNotPresent` |
| `image.tag` | Tag of the application image. | `v7.3.0` |
| `image.tag` | Tag of the application image. | `v8.0.0` |
| `image.pullSecrets` | Array of image pull secrets. | `["forms-flow-ai-auth"]` |
| `nameOverride` | Override for the application name. | `""` |
| `fullnameOverride` | Override for the full application name. | `""` |
Expand Down
14 changes: 7 additions & 7 deletions charts/forms-flow-forms/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,9 @@ spec:
volumeMounts:
- name: forms-logs
mountPath: /app/logs
{{- if .Values.extraVolumeMounts }}
{{- include "common.tplvalues.render" ( dict "value" .Values.extraVolumeMounts "context" $ ) | nindent 12 }}
{{- end }}
{{- if .Values.sidecars }}
{{- include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) | nindent 8 }}
{{- end }}
{{- if .Values.extraVolumeMounts }}
{{- include "common.tplvalues.render" ( dict "value" .Values.extraVolumeMounts "context" $ ) | nindent 10 }}
{{- end }}
- name: nginx
{{- if .Values.containerSecurityContext.enabled }}
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.containerSecurityContext "context" $) | nindent 12 }}
Expand All @@ -210,13 +207,16 @@ spec:
- name: nginx-config-volume
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
{{- if .Values.sidecars }}
{{- include "common.tplvalues.render" ( dict "value" .Values.sidecars "context" $) | nindent 8 }}
{{- end }}
volumes:
- name: forms-logs
emptyDir: {}
- name: nginx-config-volume
configMap:
name: forms-flow-forms-nginx-config
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 8 }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 6 }}
{{- end }}
restartPolicy: Always
2 changes: 1 addition & 1 deletion charts/forms-flow-forms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-forms
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.3.0"
tag: "v8.0.0"
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## Example:
Expand Down
5 changes: 5 additions & 0 deletions charts/forms-flow-idm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog
## 8.4.0 (2025-11-27)

### Changed
Updated initdb container image for keycloak customization image tag to `v8.0.0`.
Loading
Loading