Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions charts/plugin-br-bank-transfer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ sources:
maintainers:
- name: "Lerian Studio"
email: "support@lerian.studio"

version: 1.5.0-beta.1

appVersion: "2.4.0"
appVersion: "3.1.0"
keywords:
- bank-transfer
- ted
Expand Down
4 changes: 2 additions & 2 deletions charts/plugin-br-bank-transfer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bankTransfer:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag used for deployment
tag: "2.4.0"
tag: "3.1.0"
# -- Secrets for pulling images from a private registry
imagePullSecrets: []
# -- Overrides the default generated name by Helm
Expand Down Expand Up @@ -295,7 +295,7 @@ bankTransfer:
JD_SOAP_PATH: "/soap"
JD_ORIGIN_ISPB: "" # MUST BE SET - Origin ISPB code
# JD_LEGACY_CODE: ""
JD_SIGNING_MODE: "local_pem" # local_pem | external_provided | disabled
JD_SIGNING_MODE: "local_pem" # local_pem | external_provided | disabled
JD_SIGNATURE_REQUIRED: "true"
JD_VALIDATE_EXTERNAL_SIGNATURE: "true"
JD_TIMEOUT_MS: "8000"
Expand Down
Loading