rancher-partner-charts/charts/btp/chronicle
github-actions[bot] c0fe64868e Charts CI
```
Updated:
  aquarist-labs/s3gw:
    - 0.16.0
  argo/argo-cd:
    - 5.33.1
  bitnami/mariadb:
    - 12.2.3
  bitnami/wordpress:
    - 16.1.2
  btp/chronicle:
    - 0.1.13
  gitlab/gitlab:
    - 6.11.3
  gluu/gluu:
    - 5.0.17
  haproxy/haproxy:
    - 1.30.5
  kong/kong:
    - 2.20.2
  nutanix/nutanix-csi-snapshot:
    - 6.2.1
  nutanix/nutanix-csi-storage:
    - 2.6.3
  pixie/pixie-operator-chart:
    - 0.1.0
  yugabyte/yugabyte:
    - 2.16.4
  yugabyte/yugaware:
    - 2.16.4
```
2023-05-12 13:19:04 +00:00
..
charts feat(chronicle): Add dependencies 2023-03-15 15:31:34 +00:00
templates Charts CI 2023-05-12 13:19:04 +00:00
.helmignore feat(chronicle): Add dependencies 2023-03-15 15:31:34 +00:00
Chart.lock feat(chronicle): Add dependencies 2023-03-15 15:31:34 +00:00
Chart.yaml Charts CI 2023-05-12 13:19:04 +00:00
README.md Charts CI 2023-05-12 13:19:04 +00:00
app-readme.md Charts CI 2023-05-12 13:19:04 +00:00
questions.yaml feat(chronicle): Add dependencies 2023-03-15 15:31:34 +00:00
values.yaml Charts CI 2023-05-12 13:19:04 +00:00

README.md

Chronicle

field description default
imagePullSecrets.enabled if true use the list of named imagePullSecrets false
imagePullSecrets.value a list if named secret references of the form - name: secretName []
image.repository the repository of the image blockchaintp/chronicle
image.tag the tag of the image to use latest
image.pullPolicy the image pull policy to use IfNotPresent
logLevel log level for chronicle info
webUi If true serve the graphql playground interface false
replicas number of Chronicle replicas to run 1
affinity custom affinity rules for the chronicle pod {}
extraVolumes a list of additional volumes to add to chronicle []
extraVolumeMounts a list of additional volume mounts to add to chronicle []
port the port on which the chronicle service listens 9982
serviceAccount.create true to create a service account false
serviceAccount.name name of the service account nil (defaults to based on release name)
ingress.apiVersion if necessary the apiVersion of the ingress may be overridden ""
ingress.enabled true to enable the ingress to the main service rest-api false
ingress.certManager true to enable the acme certmanager for this ingress false
ingress.hostname primary hostname for the ingress false
ingress.path path for the ingress's primary hostname /
ingress.pathType pathType for the ingress's primary hostname nil
ingress.annotations annotations for the ingress {}
ingress.tls true to enable tls on the ingress with a secrete at hostname-tls false
ingress.extraHosts list of extra hosts to add to the ingress []
ingress.extraPaths list of extra paths to add to the primary host of the ingress []
ingress.extraTls list of extra tls entries []
ingress.hosts list of ingress host and path declarations for the chronicle ingress []
sawtooth sawtooth options may be configured see Sawtooth
tp.args a string of arguments to pass to the tp container nil
tp.image.pullPolicy the image pull policy IfNotPresent
tp.image.repository the image repository blockchaintp/chronicle-tp
tp.image.tag the image tag BTP2.1.0
tp.extraVolumes extra volumes declarations for the chronicle-tp deployment list
tp.extraVolumeMounts extra volume mounts for chronicle-tp deployment list
tp.resources resources map
tp.maxUnavailable maximum unavailable nodes during a rolling upgrade
tp.minReadySeconds minimum time before node becomes available
postgres.enabled if true create an internal postgres instance boolean
postgres.env postgres environment variables map
postgres.image.repository postgres image repository string
postgres.image.tag postgres image tag string
postgres.user user for the postgres database string
postgres.host host for the postgres database string
postgres.database database for the postgres database string
postgres.port port for the postgres database int
postgres.password password for the postgres database string
postgres.existingPasswordSecret name of a secret containing the postgres password string
postgres.existingPasswordSecret name of the key in a secret containing the postgres password string
postgres.tls postgres TLS configuration string
postgres.persistence postgres persistence settings map
postgres.persistence.enabled if true allocate a PVC for the postgres instance boolean
postgres.persistence.annotations any custom annotations to the postgres PVC's map
postgres.persistence.accessModes postgres PVC access modes list
postgres.persistence.storageClass postgres PVC storageClass string
postgres.persistence.size postgres PVC volume size string
postgres.resources resources map
resources resources map