Skip to content

Commit

Permalink
Automated entando-releases update
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenoQVDS authored and Entando Bot committed Jun 13, 2024
1 parent 4308d11 commit eab3ca2
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 12 deletions.
160 changes: 156 additions & 4 deletions dist/ge-1-1-6/cluster-scoped-deployment/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
The database management system (DBMS) to use for persistence of this EntandoApp.
Can be any of mysql, oracle postgresql, embedded or none. Only 1 replica of the container is supported if embedded is selected. If Oracle is selected it must be created manually, the operator does not deploy Oracle instances.
See [here] (https://developer.entando.com/next/docs/consume/operator-intro.html#database-deployment) for how the operator will create and configure the DBMS.
See [here] (https://developer.entando.com/v7.3/docs/consume/operator-intro.html#database-deployment) for how the operator will create and configure the DBMS.
type: string
pattern: '^(mysql|oracle|postgresql|embedded|none)$'
storageClass:
Expand All @@ -223,7 +223,7 @@ spec:
path specified in 'EntandoApp.spec.ingressPath' on
this host. If omitted, the Entando Operator will automatically generate a hostname.
See [here] (https://developer.entando.com/next/docs/consume/operator-intro.html#ingress-path-generation) for how the operator will create and configure the Ingress.
See [here] (https://developer.entando.com/v7.3/docs/consume/operator-intro.html#ingress-path-generation) for how the operator will create and configure the Ingress.
type: string
pattern: '^([A-Za-z0-9-]{1,63}\.)*[[A-Za-z0-9-]{1,63}$'
ingressPath:
Expand All @@ -237,7 +237,7 @@ spec:
tlsSecretName:
description: >
The name of a standard Kubernetes TLS Secret, assumed to be in the same Namespace as the EntandoApp being created.
See [here](https://developer.entando.com/next/docs/consume/operator-intro.html#tls-secret-creation) for details and instructions on
See [here](https://developer.entando.com/v7.3/docs/consume/operator-intro.html#tls-secret-creation) for details and instructions on
creating a secret for your Entando applications.
type: string
pattern: '^([a-z])+([a-z0-9-\.])*[a-z0-9]$'
Expand All @@ -248,6 +248,107 @@ spec:
type: string
pattern: '^([a-z])+([a-z0-9-\.])*[a-z0-9]$'
environmentVariables:
description: >
A list of environment variables that are propagated to the app-engine and component-manager sub-modules.
The format follows the standard structure of Kubernetes Environment Variables
type: array
items:
type: object
properties:
name:
type: string
value:
type: string
valueFrom:
type: object
properties:
configMapKeyRef:
type: object
properties:
name:
description: Name of a ConfigMap in the same namespace as the EntandoApp
type: string
key:
description: Key of the ConfigMap entry in that holds the value to be used for the EnvironmentVariable
type: string
fieldRef:
type: object
properties:
apiVersion:
description: Version of the API to used for the field expression
type: string
fieldPath:
description: Full expression starting from the Pod resource
type: string
resourceFieldRef:
type: object
properties:
containerName:
description: Name of the container to use
type: string
resource:
description: Name of the resource to use
type: string
secretKeyRef:
type: object
properties:
name:
description: Name of a Secret in the same namespace as the EntandoApp
type: string
key:
description: Key of the Secret entry in that holds the value to be used for the EnvironmentVariable
type: string
environmentVariablesAppEngine:
description: >
A list of environment variables for the app-engine sub-module
type: array
items:
type: object
properties:
name:
type: string
value:
type: string
valueFrom:
type: object
properties:
configMapKeyRef:
type: object
properties:
name:
description: Name of a ConfigMap in the same namespace as the EntandoApp
type: string
key:
description: Key of the ConfigMap entry in that holds the value to be used for the EnvironmentVariable
type: string
fieldRef:
type: object
properties:
apiVersion:
description: Version of the API to used for the field expression
type: string
fieldPath:
description: Full expression starting from the Pod resource
type: string
resourceFieldRef:
type: object
properties:
containerName:
description: Name of the container to use
type: string
resource:
description: Name of the resource to use
type: string
secretKeyRef:
type: object
properties:
name:
description: Name of a Secret in the same namespace as the EntandoApp
type: string
key:
description: Key of the Secret entry in that holds the value to be used for the EnvironmentVariable
type: string
environmentVariablesComponentManager:
description: >
A list of environment variable following the standard structure of Kubernetes Environment Variables
type: array
Expand Down Expand Up @@ -297,6 +398,57 @@ spec:
key:
description: Key of the Secret entry in that holds the value to be used for the EnvironmentVariable
type: string
environmentVariablesAppBuilder:
description: >
A list of environment variables for the app-builder sub-module
type: array
items:
type: object
properties:
name:
type: string
value:
type: string
valueFrom:
type: object
properties:
configMapKeyRef:
type: object
properties:
name:
description: Name of a ConfigMap in the same namespace as the EntandoApp
type: string
key:
description: Key of the ConfigMap entry in that holds the value to be used for the EnvironmentVariable
type: string
fieldRef:
type: object
properties:
apiVersion:
description: Version of the API to used for the field expression
type: string
fieldPath:
description: Full expression starting from the Pod resource
type: string
resourceFieldRef:
type: object
properties:
containerName:
description: Name of the container to use
type: string
resource:
description: Name of the resource to use
type: string
secretKeyRef:
type: object
properties:
name:
description: Name of a Secret in the same namespace as the EntandoApp
type: string
key:
description: Key of the Secret entry in that holds the value to be used for the EnvironmentVariable
type: string

resourceRequirements:
description: >
The projected resource requirements of the given EntandoApp deployment. Specifies the limits that the
Expand Down Expand Up @@ -1799,7 +1951,7 @@ data:
entando-component-manager-6-3: >-
{"version":"6.3.26-fix.1","executable-type":"jvm","registry":"registry.hub.docker.com","organization":"entando","repository":"entando-component-manager"}
entando-component-manager-6-4: >-
{"version":"7.3.0","executable-type":"jvm","registry":"registry.hub.docker.com","organization":"entando","repository":"entando-component-manager"}
{"version":"7.3.0-fix.2","executable-type":"jvm","registry":"registry.hub.docker.com","organization":"entando","repository":"entando-component-manager"}
entando-de-app-eap-6-3: >-
{"version":"6.3.68-fix.3-ENG-3332-PR-335","executable-type":"jvm","registry":"registry.hub.docker.com","organization":"entando","repository":"entando-de-app-eap"}
entando-de-app-eap-6-4: >-
Expand Down
Loading

0 comments on commit eab3ca2

Please sign in to comment.