Skip to content

Commit

Permalink
Update docs to 5.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: devOpsHelm <[email protected]>
  • Loading branch information
devOpsHelm committed Oct 21, 2024
1 parent c45fd0c commit 82e024b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
14 changes: 6 additions & 8 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name: operator
title: Hazelcast Operator
# Version in the URL
version: 'latest-snapshot'
version: '5.14'
# Version in the version selector (we display only the latest major.minor version)
display_version: 'latest-snapshot'
# Displays a banner to inform users that this is a prerelease version
prerelease: true
display_version: '5.14'
asciidoc:
attributes:
# The full major.minor.patch version, which is used as a variable in the docs for things like download links
full-version: 'latest-snapshot'
operator-chart-version: '5.14.0-snapshot'
full-version: '5.14.0'
operator-chart-version: '5.14.0'
page-toclevels: 1@
# page-latest-supported versions are used for sample YAML files.
page-latest-supported-mc: '5.5.0'
page-latest-supported-hazelcast: '5.5.0'
page-latest-supported-mc: '5.6.0'
page-latest-supported-hazelcast: '5.5.2'
nav:
- modules/ROOT/nav.adoc
5 changes: 4 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@
.Reference
// Configuration options/spec files/any other reference docs
* xref:phone-homes.adoc[Phone Homes]
* xref:api-ref.adoc[API References]
* xref:api-ref.adoc[API References]
.Release Notes
* xref:release-notes.adoc[5.14.0]
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/api-ref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ m| wan | &#160; m| []<<WANConfig,WANConfig>> | false | -
|===
| Field | Description | Type | Required | Default
m| repository | Repository to pull Hazelcast Platform Operator Agent(https://github.com/hazelcast/platform-operator-agent) m| string | false | "docker.io/hazelcast/platform-operator-agent"
m| version | Version of Hazelcast Platform Operator Agent. m| string | false | "latest-snapshot"
m| version | Version of Hazelcast Platform Operator Agent. m| string | false | "5.14.0"
m| resources | Compute Resources required by the Agent container. m| &#42;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#resourcerequirements-v1-core[corev1.ResourceRequirements] | false | -
|===

Expand Down Expand Up @@ -870,7 +870,7 @@ HazelcastSpec defines the desired state of Hazelcast
| Field | Description | Type | Required | Default
m| clusterSize | Number of Hazelcast members in the cluster. m| &#42;int32 | false | 3
m| repository | Repository to pull the Hazelcast Platform image from. m| string | false | "docker.io/hazelcast/hazelcast-enterprise"
m| version | Version of Hazelcast Platform. m| string | false | "5.5.2-SNAPSHOT"
m| version | Version of Hazelcast Platform. m| string | false | "5.5.2"
m| imagePullPolicy | Pull policy for the Hazelcast Platform image m| https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#pullpolicy-v1-core[corev1.PullPolicy] | false | "IfNotPresent"
m| imagePullSecrets | Image pull secrets for the Hazelcast Platform image m| []https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#localobjectreference-v1-core[corev1.LocalObjectReference] | false | -
m| licenseKeySecretName | Name of the secret with Hazelcast Enterprise License Key. m| string | true | -
Expand All @@ -879,7 +879,7 @@ m| clusterName | Name of the Hazelcast cluster. m| string | false | "dev"
m| scheduling | Scheduling details m| &#42;<<SchedulingConfiguration,SchedulingConfiguration>> | false | -
m| resources | Compute Resources required by the Hazelcast container. m| &#42;https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#resourcerequirements-v1-core[corev1.ResourceRequirements] | false | -
m| persistence | Persistence configuration m| &#42;<<HazelcastPersistenceConfiguration,HazelcastPersistenceConfiguration>> | false | -
m| agent | B&R Agent configurations m| <<AgentConfiguration,AgentConfiguration>> | false | {repository: "docker.io/hazelcast/platform-operator-agent", version: "latest-snapshot"}
m| agent | B&R Agent configurations m| <<AgentConfiguration,AgentConfiguration>> | false | {repository: "docker.io/hazelcast/platform-operator-agent", version: "5.14.0"}
m| jet | Jet Engine configuration m| &#42;<<JetEngineConfiguration,JetEngineConfiguration>> | false | {enabled: true, resourceUploadEnabled: false}
m| executorServices | Java Executor Service configurations, see https://docs.hazelcast.com/hazelcast/latest/computing/executor-service m| []<<ExecutorServiceConfiguration,ExecutorServiceConfiguration>> | false | -
m| durableExecutorServices | Durable Executor Service configurations, see https://docs.hazelcast.com/hazelcast/latest/computing/durable-executor-service m| []<<DurableExecutorServiceConfiguration,DurableExecutorServiceConfiguration>> | false | -
Expand Down

0 comments on commit 82e024b

Please sign in to comment.