Skip to content

Commit

Permalink
Merge pull request #258 from blockchaintp/fix/297-default-values
Browse files Browse the repository at this point in the history
Ensure all test configuration is disabled by default, do not use pre-…
  • Loading branch information
ryan-s-roberts committed Apr 22, 2024
2 parents be1bc3d + a7254f0 commit f09e8f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/chronicle-on-sawtooth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ devIdProvider:
## @md | `devIdProvider.image.repository` | the image repository | blockchaintp/id-provider |
repository: blockchaintp/id-provider-amd64
## @md | `devIdProvider.image.tag` | the image tag | latest |
tag: BTP2.1.0-0.7.4
tag: BTP2.1.0-0.7.3

## @md | `extraVolumes` | a list of additional volumes to add to chronicle | [] |
extraVolumes: []
Expand All @@ -75,7 +75,7 @@ image:
## @md | `image.repository` | the repository of the image | blockchaintp/chronicle |
repository: blockchaintp/chronicle-amd64
## @md | `image.tag`| the tag of the image to use | latest |
tag: BTP2.1.0-0.7.4
tag: BTP2.1.0-0.7.3
## @md | `image.pullPolicy` | the image pull policy to use | IfNotPresent |
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -128,7 +128,7 @@ opa:
## @md | `image.repository` | the repository of the image | blockchaintp/chronicle |
repository: blockchaintp/opactl-amd64
## @md | `image.tag`| the tag of the image to use | latest |
tag: BTP2.1.0-0.7.4
tag: BTP2.1.0-0.7.3
policy:
entrypoint: allow_transactions.allowed_users
id: allow_transactions
Expand All @@ -138,7 +138,7 @@ opa:
## @md | `image.repository` | the repository of the image | blockchaintp/chronicle |
repository: blockchaintp/opa-tp-amd64
## @md | `image.tag`| the tag of the image to use | latest |
tag: BTP2.1.0-0.7.4
tag: BTP2.1.0-0.7.3
## @md | `image.pullPolicy` | the image pull policy to use | IfNotPresent |
pullPolicy: IfNotPresent
## @md | `opa.tp.resources` | resources | map | nil |
Expand Down Expand Up @@ -172,11 +172,11 @@ test:
## @md | `test.api.image.repository` | the image repository | blockchaintp/chronicle-helm-api-test |
repository: blockchaintp/chronicle-helm-api-test-amd64
## @md | `test.api.image.tag` | the image tag | latest |
tag: BTP2.1.0-0.7.4
tag: BTP2.1.0-0.7.3
## @md | `test.auth` | test the chronicle auth server API |
auth:
## @md | `test.auth.enabled` | true to enable auth-related testing | true |
enabled: true
## @md | `test.auth.enabled` | true to enable auth-related testing | false |
enabled: false
## @md | `test.auth.token` | provide a token for auth-related testing | nil |
token:

Expand Down Expand Up @@ -248,7 +248,7 @@ tp:
## @md | `tp.image.repository` | the image repository | blockchaintp/chronicle-tp |
repository: blockchaintp/chronicle-tp-amd64
## @md | `tp.image.tag` | the image tag | latest |
tag: BTP2.1.0-0.7.4
tag: BTP2.1.0-0.7.3
## @md | `tp.extraVolumes` | extra volumes declarations for the chronicle-tp deployment | list | nil
extraVolumes:
## @md | `tp.extraVolumeMounts` | extra volume mounts for chronicle-tp deployment | list | nil
Expand Down

0 comments on commit f09e8f3

Please sign in to comment.