Skip to content

Commit

Permalink
[artemiscloud-operator-crds] - update CRDs to operator version 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Bueno <[email protected]>
  • Loading branch information
tlbueno committed May 21, 2024
1 parent 4f7d8b6 commit b0dcb35
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/artemiscloud-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0
# Along with chart version, the app version needs to in match with the operator version where the CRDs
# where consumed from, also, it must match with the parent chart appVersion.
appVersion: "1.1.0"
appVersion: "1.2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ spec:
description: Whether or not to expose this acceptor
type: boolean
exposeMode:
description: Mode to expose the acceptor. Currently the supported modes are `route` and `ingress`. Default is `route` on OpenShift and `ingress` on Kubernetes. \n\n* `route` mode uses OpenShift Routes to expose the acceptor.\n* `ingress` mode uses Kubernetes Nginx Ingress to expose the acceptor with TLS passthrough.\n"
description: Mode to expose the acceptor. Currently the supported modes are `route` and `ingress`. It is ignored when the field `Expose` is false. Default is `route` on OpenShift and `ingress` on Kubernetes. \n\n* `route` mode uses OpenShift Routes to expose the acceptor.\n* `ingress` mode uses Kubernetes Nginx Ingress to expose the acceptor with TLS passthrough.\n"
enum:
- ingress
- route
type: string
ingressHost:
description: 'Host for Ingress and Route resources of the acceptor. It supports the following variables: $(CR_NAME), $(CR_NAMESPACE), $(BROKER_ORDINAL), $(ITEM_NAME), $(RES_NAME) and $(INGRESS_DOMAIN). Default is $(CR_NAME)-$(ITEM_NAME)-$(BROKER_ORDINAL)-svc-$(RES_TYPE)-$(CR_NAMESPACE).$(INGRESS_DOMAIN)'
description: 'Host for Ingress and Route resources of the acceptor. It supports the following variables: $(CR_NAME), $(CR_NAMESPACE), $(BROKER_ORDINAL), $(ITEM_NAME), $(RES_NAME) and $(INGRESS_DOMAIN). It is required for the acceptors exposed with the ingress mode when the ingress domain is not specified.'
type: string
keyStoreProvider:
description: Provider used for the keystore; "SUN", "SunJCE", etc. Default is null
Expand Down Expand Up @@ -102,6 +102,9 @@ spec:
suppressInternalManagementObjects:
description: If prevents advisory addresses/queues to be registered to management service, default false
type: boolean
trustSecret:
description: The name of the truststore secret.
type: string
trustStoreProvider:
description: Provider used for the truststore; "SUN", "SunJCE", etc. Default in broker is null
type: string
Expand Down Expand Up @@ -376,7 +379,7 @@ spec:
description: Whether or not to expose this connector
type: boolean
exposeMode:
description: Mode to expose the connector. Currently the supported modes are `route` and `ingress`. Default is `route` on OpenShift and `ingress` on Kubernetes. \n\n* `route` mode uses OpenShift Routes to expose the connector.\n* `ingress` mode uses Kubernetes Nginx Ingress to expose the connector with TLS passthrough.\n"
description: Mode to expose the connector. Currently the supported modes are `route` and `ingress`. It is ignored when the field `Expose` is false. Default is `route` on OpenShift and `ingress` on Kubernetes. \n\n* `route` mode uses OpenShift Routes to expose the connector.\n* `ingress` mode uses Kubernetes Nginx Ingress to expose the connector with TLS passthrough.\n"
enum:
- ingress
- route
Expand All @@ -385,7 +388,7 @@ spec:
description: Hostname or IP to connect to
type: string
ingressHost:
description: 'Host for Ingress and Route resources of the acceptor. It supports the following variables: $(CR_NAME), $(CR_NAMESPACE), $(BROKER_ORDINAL), $(ITEM_NAME), $(RES_NAME) and $(INGRESS_DOMAIN). Default is $(CR_NAME)-$(ITEM_NAME)-$(BROKER_ORDINAL)-svc-$(RES_TYPE)-$(CR_NAMESPACE).$(INGRESS_DOMAIN)'
description: 'Host for Ingress and Route resources of the acceptor. It supports the following variables: $(CR_NAME), $(CR_NAMESPACE), $(BROKER_ORDINAL), $(ITEM_NAME), $(RES_NAME) and $(INGRESS_DOMAIN). It is required for the connectors exposed with the ingress mode when the ingress domain is not specified.'
type: string
keyStoreProvider:
description: Provider used for the keystore; "SUN", "SunJCE", etc. Default is null
Expand All @@ -412,6 +415,9 @@ spec:
sslSecret:
description: Name of the secret to use for ssl information
type: string
trustSecret:
description: The name of the truststore secret.
type: string
trustStoreProvider:
description: Provider used for the truststore; "SUN", "SunJCE", etc. Default in broker is null
type: string
Expand Down Expand Up @@ -440,13 +446,13 @@ spec:
description: Whether or not to expose this port
type: boolean
exposeMode:
description: Mode to expose the console. Currently the supported modes are `route` and `ingress`. Default is `route` on OpenShift and `ingress` on Kubernetes. \n\n* `route` mode uses OpenShift Routes to expose the console.\n* `ingress` mode uses Kubernetes Nginx Ingress to expose the console with TLS passthrough.\n"
description: Mode to expose the console. Currently the supported modes are `route` and `ingress`. It is ignored when the field `Expose` is false. Default is `route` on OpenShift and `ingress` on Kubernetes. \n\n* `route` mode uses OpenShift Routes to expose the console.\n* `ingress` mode uses Kubernetes Nginx Ingress to expose the console with TLS passthrough.\n"
enum:
- ingress
- route
type: string
ingressHost:
description: 'Host for Ingress and Route resources of the acceptor. It supports the following variables: $(CR_NAME), $(CR_NAMESPACE), $(BROKER_ORDINAL), $(ITEM_NAME), $(RES_NAME) and $(INGRESS_DOMAIN). Default is $(CR_NAME)-$(ITEM_NAME)-$(BROKER_ORDINAL)-svc-$(RES_TYPE)-$(CR_NAMESPACE).$(INGRESS_DOMAIN)'
description: 'Host for Ingress and Route resources of the acceptor. It supports the following variables: $(CR_NAME), $(CR_NAMESPACE), $(BROKER_ORDINAL), $(ITEM_NAME), $(RES_NAME) and $(INGRESS_DOMAIN). It is required for the console exposed with the ingress mode when the ingress domain is not specified.'
type: string
name:
description: The name of the console. Default is wconsj.
Expand All @@ -457,6 +463,9 @@ spec:
sslSecret:
description: Name of the secret to use for ssl information
type: string
trustSecret:
description: The name of the truststore secret.
type: string
useClientAuth:
description: If the embedded server requires client authentication
type: boolean
Expand Down Expand Up @@ -2904,7 +2913,7 @@ spec:
type: object
type: array
ingressDomain:
description: The ingress domain to expose the application. By default, on Kubernetes it is apps.artemiscloud.io and on OpenShift it is the Ingress Controller domain.
description: The default ingress domain. It is required when any acceptor, connector or console uses the ingress mode and does not specify an IngressHost.
type: string
resourceTemplates:
description: Specifies the template for various resources that the operator controls
Expand Down

0 comments on commit b0dcb35

Please sign in to comment.