This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 25e82597e chore: nightly automatic updates
25e82597e is described below
commit 25e82597e72de156f6bc7d839b27758dab7ab16d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 24 23:36:52 2024 +0000
chore: nightly automatic updates
---
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 3 +-
docs/modules/traits/pages/mount.adoc | 3 +-
helm/camel-k/crds/camel-k-crds.yaml | 40 +++++++++++++---------
.../camel.apache.org_integrationplatforms.yaml | 10 +++---
.../camel.apache.org_integrationprofiles.yaml | 10 +++---
.../crd/bases/camel.apache.org_integrations.yaml | 10 +++---
.../bases/camel.apache.org_kameletbindings.yaml | 5 +--
.../config/crd/bases/camel.apache.org_pipes.yaml | 5 +--
8 files changed, 52 insertions(+), 34 deletions(-)
diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
index 6a58a7a56..90560f8f7 100644
--- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
+++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc
@@ -8017,7 +8017,8 @@ or the default cluster Storage Class. However, if the PVC
exists, the operator w
|
-A list of EmptyDir volumes to be mounted. Syntax: [name:/container/path]
+A list of EmptyDir volumes to be mounted. An optional size limit may be
configured (default 500Mi).
+Syntax: name:/container/path[:sizeLimit]
|`hotReload` +
bool
diff --git a/docs/modules/traits/pages/mount.adoc
b/docs/modules/traits/pages/mount.adoc
index 0d5d6b476..c7bc569cb 100644
--- a/docs/modules/traits/pages/mount.adoc
+++ b/docs/modules/traits/pages/mount.adoc
@@ -51,7 +51,8 @@ or the default cluster Storage Class. However, if the PVC
exists, the operator w
| mount.empty-dirs
| []string
-| A list of EmptyDir volumes to be mounted. Syntax: [name:/container/path]
+| A list of EmptyDir volumes to be mounted. An optional size limit may be
configured (default 500Mi).
+Syntax: name:/container/path[:sizeLimit]
| mount.hot-reload
| bool
diff --git a/helm/camel-k/crds/camel-k-crds.yaml
b/helm/camel-k/crds/camel-k-crds.yaml
index 3bb34c12b..fa44035de 100644
--- a/helm/camel-k/crds/camel-k-crds.yaml
+++ b/helm/camel-k/crds/camel-k-crds.yaml
@@ -4803,8 +4803,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -6948,8 +6949,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -8996,8 +8998,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -11020,8 +11023,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -19085,8 +19089,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -21071,8 +21076,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -29211,8 +29217,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted.
- Syntax: [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -40142,8 +40149,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted.
- Syntax: [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
diff --git
a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
index dc2cb3a04..fbdde54c7 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationplatforms.yaml
@@ -1645,8 +1645,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -3790,8 +3791,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
diff --git
a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
index 748fba573..8c88e1618 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrationprofiles.yaml
@@ -1514,8 +1514,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -3538,8 +3539,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
index fdf089424..a319f405e 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_integrations.yaml
@@ -7534,8 +7534,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
@@ -9520,8 +9521,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted. Syntax:
- [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
diff --git
a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
index bafbf1080..fb73f10ae 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_kameletbindings.yaml
@@ -7602,8 +7602,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted.
- Syntax: [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array
diff --git a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
index 5c0bacc7b..9681a91a1 100644
--- a/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
+++ b/pkg/resources/config/crd/bases/camel.apache.org_pipes.yaml
@@ -7600,8 +7600,9 @@ spec:
type: object
x-kubernetes-preserve-unknown-fields: true
emptyDirs:
- description: 'A list of EmptyDir volumes to be
mounted.
- Syntax: [name:/container/path]'
+ description: |-
+ A list of EmptyDir volumes to be mounted. An
optional size limit may be configured (default 500Mi).
+ Syntax: name:/container/path[:sizeLimit]
items:
type: string
type: array