Skip to content

Commit

Permalink
Merge pull request #148 from AOT-Technologies/release/8.0.0
Browse files Browse the repository at this point in the history
Release/8.0.0
  • Loading branch information
kiran-aot authored Jan 10, 2025
2 parents 73526c8 + 0b51c56 commit b35da6b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/forms-flow-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ https://<HOSTNAME>/admin
| `image.registry` | Docker registry for the image | `docker.io` |
| `image.repository` | Repository for the image | `formsflow/forms-flow-ai-admin` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.tag` | Image tag | `v7.0.0-alpha` |
| `image.tag` | Image tag | `v7.0.0` |
| `image.pullSecrets` | Array of image pull secrets | `forms-flow-ai-auth` |
| `nameOverride` | String to partially override common.names.fullname | `""` |
| `fullnameOverride` | String to fully override common.names.fullname | `""` |
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.0.0-alpha"
tag: "v7.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
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.0.0-alpha"
tag: "v7.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
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.0.0-alpha` |
| `image.tag` | Image tag | `v7.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
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.0.0-alpha"
tag: "v7.0.0"
pullSecrets:
- forms-flow-ai-auth
## @param nameOverride String to partially override common.names.fullname
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-data-analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ https://<HOSTNAME>/analysis
| `image.registry` | Docker registry for the image. | `docker.io` |
| `image.repository` | Repository for the image. | `formsflow/forms-flow-data-analysis-api` |
| `image.pullPolicy` | Image pull policy. | `IfNotPresent` |
| `image.tag` | Tag of the image to use. | `v7.0.0-alpha` |
| `image.tag` | Tag of the image to use. | `v7.0.0` |
| `image.pullSecrets` | Array of image pull secrets. | `forms-flow-ai-auth` |
| `nameOverride` | Override the name of the deployment. | `""` |
| `fullnameOverride` | Override the full name of the deployment. | `""` |
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.0.0-alpha"
tag: "v7.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
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.0.0-alpha` |
| `image.tag` | Tag for the container image. | `v7.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
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.0.0-alpha"
tag: "v7.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
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.0.0-alpha` |
| `image.tag` | Tag of the application image. | `v7.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
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.0.0-alpha"
tag: "v7.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
2 changes: 1 addition & 1 deletion charts/forms-flow-idm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ keycloak:
##
initContainers:
- name: formsflow-themes
image: formsflow/keycloak-customizations:v7.0.0-alpha
image: formsflow/keycloak-customizations:v7.0.0
imagePullPolicy: Always
securityContext:
runAsUser: 1001
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ These environment variables will be used to enable EE-specific features in forms
| `image.registry` | Docker registry for the application image. | `docker.io` |
| `image.repository` | Repository name for the application image. | `formsflow/forms-flow-web` |
| `image.pullPolicy` | Image pull policy for the application. | `IfNotPresent` |
| `image.tag` | Tag of the image to use for the application. | `v7.0.0-alpha` |
| `image.tag` | Tag of the image to use for the application. | `v7.0.0` |
| `image.pullSecrets` | Secrets to use for pulling the application image. | `["forms-flow-ai-auth"]` |
| `nameOverride` | Override for the name of the application. | `""` |
| `fullnameOverride` | Override for the full name of the application. | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/forms-flow-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: formsflow/forms-flow-web
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v7.0.0-alpha"
tag: "v7.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

0 comments on commit b35da6b

Please sign in to comment.