Files
chart/library/ix-dev/community/passbolt/values.yaml
bugclerk 2b95dbcd87 Upgraded catalog item(s) (#1814)
* Upgraded catalog item(s)

        This commit upgrades paperless-ngx, drawio, castopod, immich, jellyfin, passbolt, searxng, homarr, odoo, jellyfin catalog item(s).

* undo 2 apps

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-11-30 15:15:35 +02:00

46 lines
893 B
YAML

image:
repository: passbolt/passbolt
pullPolicy: IfNotPresent
tag: 4.4.2-1-ce-non-root
resources:
limits:
cpu: 4000m
memory: 8Gi
passboltConfig:
appUrl: ''
additionalEnvs: []
passboltNetwork:
webPort: 30097
certificateID:
hostNetwork: false
passboltStorage:
gpg:
type: ixVolume
datasetName: gpg
jwt:
type: ixVolume
datasetName: jwt
mariadbData:
type: ixVolume
datasetName: mariadbData
mariadbBackup:
type: ixVolume
datasetName: mariadbBackup
additionalStorages: []
notes:
custom: |
## Register admin user
Connect to the container's shell and run the following command replacing the
values (`user@example.com`, `first_name`, `last_name`) with your own values.
```shell
/usr/share/php/passbolt/bin/cake passbolt register_user -r admin \
-u user@example.com -f first_name -l last_name
```