[bitnami/ejbca] Release 9.0.3 (#19533)

* [bitnami/ejbca] Release 9.0.3 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-09-27 11:48:31 +02:00
committed by GitHub
parent 3f6c264428
commit ce1c6785a8
4 changed files with 86 additions and 86 deletions

View File

@@ -4,6 +4,6 @@ dependencies:
version: 13.1.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.11.1
digest: sha256:b14f5420fb4965c1d1a59fd019c486080670d44afa1595e6df1cfccf868af54c
generated: "2023-09-21T13:47:26.258315592Z"
version: 2.12.0
digest: sha256:caa848bae8ca8224ac03bb3f49713213a6b63447702cf4e982bfafbf6e2e9bb3
generated: "2023-09-26T11:16:29.99656616Z"

View File

@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: ejbca
image: docker.io/bitnami/ejbca:8.0.20230531-debian-11-r29
image: docker.io/bitnami/ejbca:8.0.0-debian-11-r1
apiVersion: v2
appVersion: 8.0.20230531
appVersion: 8.0.0
dependencies:
- condition: mariadb.enabled
name: mariadb
@@ -35,4 +35,4 @@ maintainers:
name: ejbca
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/ejbca
version: 9.0.2
version: 9.0.3

View File

@@ -79,85 +79,85 @@ The command removes all the Kubernetes components associated with the chart and
### EJBCA parameters
| Name | Description | Value |
| --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ---------------------------- |
| `image.registry` | EJBCA image registry | `docker.io` |
| `image.repository` | EJBCA image name | `bitnami/ejbca` |
| `image.tag` | EJBCA image tag | `8.0.20230531-debian-11-r29` |
| `image.digest` | EJBCA image image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | EJBCA image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `replicaCount` | Number of EJBCA replicas to deploy | `1` |
| `extraVolumeMounts` | Additional volume mounts (used along with `extraVolumes`) | `[]` |
| `extraVolumes` | Array of extra volumes to be added deployment. Requires setting `extraVolumeMounts` | `[]` |
| `podAnnotations` | Additional pod annotations | `{}` |
| `podLabels` | Additional pod labels | `{}` |
| `podSecurityContext.enabled` | Enable security context for EJBCA container | `true` |
| `podSecurityContext.fsGroup` | Group ID for the volumes of the pod | `1001` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `updateStrategy.type` | EJBCA deployment strategy type. | `RollingUpdate` |
| `persistence.enabled` | Whether to enable persistence based on Persistent Volume Claims | `true` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.size` | Size of the PVC to request | `2Gi` |
| `persistence.storageClass` | PVC Storage Class | `""` |
| `persistence.existingClaim` | Name of an existing PVC to reuse | `""` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `sidecars` | Attach additional sidecar containers to the pod | `[]` |
| `initContainers` | Additional init containers to add to the pods | `[]` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `priorityClassName` | EJBCA pods' priorityClassName | `""` |
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `ejbcaAdminUsername` | EJBCA administrator username | `bitnami` |
| `ejbcaAdminPassword` | Password for the administrator account | `""` |
| `existingSecret` | Alternatively, you can provide the name of an existing secret containing | `""` |
| `ejbcaJavaOpts` | Options used to launch the WildFly server | `""` |
| `ejbcaCA.name` | Name of the CA EJBCA will instantiate by default | `ManagementCA` |
| `ejbcaCA.baseDN` | Base DomainName of the CA EJBCA will instantiate by default | `""` |
| `ejbcaKeystoreExistingSecret` | Name of an existing Secret containing a Keystore object | `""` |
| `extraEnvVars` | Array with extra environment variables to add to EJBCA nodes | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for EJBCA nodes | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars for EJBCA nodes | `""` |
| `command` | Custom command to override image cmd | `[]` |
| `args` | Custom args for the custom command | `[]` |
| `lifecycleHooks` | for the EJBCA container(s) to automate configuration before or after startup | `{}` |
| `resources.requests` | The requested resources for the init container | `{}` |
| `resources.limits` | The resources limits for the init container | `{}` |
| `resources.limits` | The resources limits for Ejbca containers | `{}` |
| `resources.requests` | The requested resources for Ejbca containers | `{}` |
| `containerSecurityContext.enabled` | Enabled EJBCA containers' Security Context | `true` |
| `containerSecurityContext.runAsUser` | Set EJBCA containers' Security Context runAsUser | `1001` |
| `containerSecurityContext.runAsNonRoot` | Set EJBCA container's Security Context runAsNonRoot | `true` |
| `startupProbe.enabled` | Enable/disable startupProbe | `false` |
| `startupProbe.initialDelaySeconds` | Delay before startup probe is initiated | `500` |
| `startupProbe.periodSeconds` | How often to perform the probe | `10` |
| `startupProbe.timeoutSeconds` | When the probe times out | `5` |
| `startupProbe.failureThreshold` | Minimum consecutive failures for the probe | `6` |
| `startupProbe.successThreshold` | Minimum consecutive successes for the probe | `1` |
| `livenessProbe.enabled` | Enable/disable livenessProbe | `true` |
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `500` |
| `livenessProbe.periodSeconds` | How often to perform the probe | `10` |
| `livenessProbe.timeoutSeconds` | When the probe times out | `5` |
| `livenessProbe.failureThreshold` | Minimum consecutive failures for the probe | `6` |
| `livenessProbe.successThreshold` | Minimum consecutive successes for the probe | `1` |
| `readinessProbe.enabled` | Enable/disable readinessProbe | `true` |
| `readinessProbe.initialDelaySeconds` | Delay before readiness probe is initiated | `500` |
| `readinessProbe.periodSeconds` | How often to perform the probe | `10` |
| `readinessProbe.timeoutSeconds` | When the probe times out | `5` |
| `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe | `6` |
| `readinessProbe.successThreshold` | Minimum consecutive successes for the probe | `1` |
| `customStartupProbe` | Custom startup probe to execute (when the main one is disabled) | `{}` |
| `customLivenessProbe` | Custom liveness probe to execute (when the main one is disabled) | `{}` |
| `customReadinessProbe` | Custom readiness probe to execute (when the main one is disabled) | `{}` |
| `containerPorts` | EJBCA Container ports to open | `{}` |
| Name | Description | Value |
| --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | EJBCA image registry | `docker.io` |
| `image.repository` | EJBCA image name | `bitnami/ejbca` |
| `image.tag` | EJBCA image tag | `8.0.0-debian-11-r1` |
| `image.digest` | EJBCA image image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | EJBCA image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `image.debug` | Enable image debug mode | `false` |
| `replicaCount` | Number of EJBCA replicas to deploy | `1` |
| `extraVolumeMounts` | Additional volume mounts (used along with `extraVolumes`) | `[]` |
| `extraVolumes` | Array of extra volumes to be added deployment. Requires setting `extraVolumeMounts` | `[]` |
| `podAnnotations` | Additional pod annotations | `{}` |
| `podLabels` | Additional pod labels | `{}` |
| `podSecurityContext.enabled` | Enable security context for EJBCA container | `true` |
| `podSecurityContext.fsGroup` | Group ID for the volumes of the pod | `1001` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `updateStrategy.type` | EJBCA deployment strategy type. | `RollingUpdate` |
| `persistence.enabled` | Whether to enable persistence based on Persistent Volume Claims | `true` |
| `persistence.accessModes` | Persistent Volume access modes | `[]` |
| `persistence.size` | Size of the PVC to request | `2Gi` |
| `persistence.storageClass` | PVC Storage Class | `""` |
| `persistence.existingClaim` | Name of an existing PVC to reuse | `""` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
| `sidecars` | Attach additional sidecar containers to the pod | `[]` |
| `initContainers` | Additional init containers to add to the pods | `[]` |
| `hostAliases` | Add deployment host aliases | `[]` |
| `priorityClassName` | EJBCA pods' priorityClassName | `""` |
| `schedulerName` | Name of the k8s scheduler (other than default) | `""` |
| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` |
| `ejbcaAdminUsername` | EJBCA administrator username | `bitnami` |
| `ejbcaAdminPassword` | Password for the administrator account | `""` |
| `existingSecret` | Alternatively, you can provide the name of an existing secret containing | `""` |
| `ejbcaJavaOpts` | Options used to launch the WildFly server | `""` |
| `ejbcaCA.name` | Name of the CA EJBCA will instantiate by default | `ManagementCA` |
| `ejbcaCA.baseDN` | Base DomainName of the CA EJBCA will instantiate by default | `""` |
| `ejbcaKeystoreExistingSecret` | Name of an existing Secret containing a Keystore object | `""` |
| `extraEnvVars` | Array with extra environment variables to add to EJBCA nodes | `[]` |
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars for EJBCA nodes | `""` |
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars for EJBCA nodes | `""` |
| `command` | Custom command to override image cmd | `[]` |
| `args` | Custom args for the custom command | `[]` |
| `lifecycleHooks` | for the EJBCA container(s) to automate configuration before or after startup | `{}` |
| `resources.requests` | The requested resources for the init container | `{}` |
| `resources.limits` | The resources limits for the init container | `{}` |
| `resources.limits` | The resources limits for Ejbca containers | `{}` |
| `resources.requests` | The requested resources for Ejbca containers | `{}` |
| `containerSecurityContext.enabled` | Enabled EJBCA containers' Security Context | `true` |
| `containerSecurityContext.runAsUser` | Set EJBCA containers' Security Context runAsUser | `1001` |
| `containerSecurityContext.runAsNonRoot` | Set EJBCA container's Security Context runAsNonRoot | `true` |
| `startupProbe.enabled` | Enable/disable startupProbe | `false` |
| `startupProbe.initialDelaySeconds` | Delay before startup probe is initiated | `500` |
| `startupProbe.periodSeconds` | How often to perform the probe | `10` |
| `startupProbe.timeoutSeconds` | When the probe times out | `5` |
| `startupProbe.failureThreshold` | Minimum consecutive failures for the probe | `6` |
| `startupProbe.successThreshold` | Minimum consecutive successes for the probe | `1` |
| `livenessProbe.enabled` | Enable/disable livenessProbe | `true` |
| `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | `500` |
| `livenessProbe.periodSeconds` | How often to perform the probe | `10` |
| `livenessProbe.timeoutSeconds` | When the probe times out | `5` |
| `livenessProbe.failureThreshold` | Minimum consecutive failures for the probe | `6` |
| `livenessProbe.successThreshold` | Minimum consecutive successes for the probe | `1` |
| `readinessProbe.enabled` | Enable/disable readinessProbe | `true` |
| `readinessProbe.initialDelaySeconds` | Delay before readiness probe is initiated | `500` |
| `readinessProbe.periodSeconds` | How often to perform the probe | `10` |
| `readinessProbe.timeoutSeconds` | When the probe times out | `5` |
| `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe | `6` |
| `readinessProbe.successThreshold` | Minimum consecutive successes for the probe | `1` |
| `customStartupProbe` | Custom startup probe to execute (when the main one is disabled) | `{}` |
| `customLivenessProbe` | Custom liveness probe to execute (when the main one is disabled) | `{}` |
| `customReadinessProbe` | Custom readiness probe to execute (when the main one is disabled) | `{}` |
| `containerPorts` | EJBCA Container ports to open | `{}` |
### Service parameters

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/ejbca
tag: 8.0.20230531-debian-11-r29
tag: 8.0.0-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'