diff --git a/.vib/ejbca/goss/goss.yaml b/.vib/ejbca/goss/goss.yaml index 97f80e35ba..e98910ca89 100644 --- a/.vib/ejbca/goss/goss.yaml +++ b/.vib/ejbca/goss/goss.yaml @@ -7,7 +7,7 @@ file: exists: true filetype: directory mode: "0775" - owner: root + owner: wildfly /opt/bitnami/wildfly/standalone/configuration/standalone.xml: exists: true filetype: file diff --git a/bitnami/ejbca/Chart.lock b/bitnami/ejbca/Chart.lock index 90892108c8..1c1f421824 100644 --- a/bitnami/ejbca/Chart.lock +++ b/bitnami/ejbca/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.4.4 + version: 11.4.5 - name: common repository: https://charts.bitnami.com/bitnami version: 2.2.2 -digest: sha256:25abf0179a86ffc133606d01b3c7f7d3a1056fba8143a5f6e94f4c0a789f3e26 -generated: "2023-01-20T09:04:29.093659486Z" +digest: sha256:e6b0a27df208a8a7bc1d5ba4f98aebc1f773420a5415554c6c4f2f04f5c37565 +generated: "2023-02-03T00:36:51.327397055Z" diff --git a/bitnami/ejbca/Chart.yaml b/bitnami/ejbca/Chart.yaml index d5d6f74c49..32086fa963 100644 --- a/bitnami/ejbca/Chart.yaml +++ b/bitnami/ejbca/Chart.yaml @@ -30,4 +30,4 @@ name: ejbca sources: - https://github.com/bitnami/containers/tree/main/bitnami/ejbca - https://www.ejbca.org/ -version: 6.3.11 +version: 6.3.12 diff --git a/bitnami/ejbca/README.md b/bitnami/ejbca/README.md index 64c99d0ea7..c6dd81a0a2 100644 --- a/bitnami/ejbca/README.md +++ b/bitnami/ejbca/README.md @@ -7,7 +7,7 @@ EJBCA is an enterprise class PKI Certificate Authority software, built using Jav [Overview of EJBCA](http://www.ejbca.org) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. - + ## TL;DR ```console @@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------- | ----------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | EJBCA image registry | `docker.io` | | `image.repository` | EJBCA image name | `bitnami/ejbca` | -| `image.tag` | EJBCA image tag | `7.11.0-debian-11-r0` | +| `image.tag` | EJBCA image tag | `7.11.0-debian-11-r5` | | `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 | `[]` | diff --git a/bitnami/ejbca/values.yaml b/bitnami/ejbca/values.yaml index c8747e92e3..62416d5c8f 100644 --- a/bitnami/ejbca/values.yaml +++ b/bitnami/ejbca/values.yaml @@ -70,7 +70,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/ejbca - tag: 7.11.0-debian-11-r0 + tag: 7.11.0-debian-11-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'