diff --git a/charts/forms-flow-admin/README.md b/charts/forms-flow-admin/README.md index b8a374e4..c662bfb2 100644 --- a/charts/forms-flow-admin/README.md +++ b/charts/forms-flow-admin/README.md @@ -93,7 +93,7 @@ https:///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 | `""` | diff --git a/charts/forms-flow-admin/values.yaml b/charts/forms-flow-admin/values.yaml index d09f0041..c4d1a45c 100644 --- a/charts/forms-flow-admin/values.yaml +++ b/charts/forms-flow-admin/values.yaml @@ -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: diff --git a/charts/forms-flow-api/values.yaml b/charts/forms-flow-api/values.yaml index c9c196d6..896be742 100644 --- a/charts/forms-flow-api/values.yaml +++ b/charts/forms-flow-api/values.yaml @@ -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: diff --git a/charts/forms-flow-bpm/README.md b/charts/forms-flow-bpm/README.md index 8685d65c..fa48088a 100644 --- a/charts/forms-flow-bpm/README.md +++ b/charts/forms-flow-bpm/README.md @@ -126,7 +126,7 @@ https:///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 | `""` | diff --git a/charts/forms-flow-bpm/values.yaml b/charts/forms-flow-bpm/values.yaml index 4df2a31d..d6f4c991 100644 --- a/charts/forms-flow-bpm/values.yaml +++ b/charts/forms-flow-bpm/values.yaml @@ -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 diff --git a/charts/forms-flow-data-analysis/README.md b/charts/forms-flow-data-analysis/README.md index e9772d16..daa452da 100644 --- a/charts/forms-flow-data-analysis/README.md +++ b/charts/forms-flow-data-analysis/README.md @@ -114,7 +114,7 @@ https:///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. | `""` | diff --git a/charts/forms-flow-data-analysis/values.yaml b/charts/forms-flow-data-analysis/values.yaml index 74e13518..ed7f0df8 100644 --- a/charts/forms-flow-data-analysis/values.yaml +++ b/charts/forms-flow-data-analysis/values.yaml @@ -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: diff --git a/charts/forms-flow-documents-api/README.md b/charts/forms-flow-documents-api/README.md index 01d4309d..e4e3a2a3 100644 --- a/charts/forms-flow-documents-api/README.md +++ b/charts/forms-flow-documents-api/README.md @@ -103,7 +103,7 @@ https:///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. | `""` | diff --git a/charts/forms-flow-documents-api/values.yaml b/charts/forms-flow-documents-api/values.yaml index cf004bc2..fd418f2d 100644 --- a/charts/forms-flow-documents-api/values.yaml +++ b/charts/forms-flow-documents-api/values.yaml @@ -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: diff --git a/charts/forms-flow-forms/README.md b/charts/forms-flow-forms/README.md index 34bd8b68..59f8052e 100644 --- a/charts/forms-flow-forms/README.md +++ b/charts/forms-flow-forms/README.md @@ -91,7 +91,7 @@ https:///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. | `""` | diff --git a/charts/forms-flow-forms/values.yaml b/charts/forms-flow-forms/values.yaml index ab58bee3..7c5f679c 100644 --- a/charts/forms-flow-forms/values.yaml +++ b/charts/forms-flow-forms/values.yaml @@ -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: diff --git a/charts/forms-flow-idm/values.yaml b/charts/forms-flow-idm/values.yaml index a3120724..4ec9bb1d 100644 --- a/charts/forms-flow-idm/values.yaml +++ b/charts/forms-flow-idm/values.yaml @@ -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 diff --git a/charts/forms-flow-web/README.md b/charts/forms-flow-web/README.md index fc10a493..7cb0faab 100644 --- a/charts/forms-flow-web/README.md +++ b/charts/forms-flow-web/README.md @@ -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. | `""` | diff --git a/charts/forms-flow-web/values.yaml b/charts/forms-flow-web/values.yaml index 1c0a8390..03bd9f1b 100644 --- a/charts/forms-flow-web/values.yaml +++ b/charts/forms-flow-web/values.yaml @@ -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: