Skip to content
Open
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
2 changes: 1 addition & 1 deletion charts/plugin-br-pix-indirect-btg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
# to the chart and its templates, including the app version.
version: 2.0.0
# This is the version number of the application being deployed.
appVersion: "1.4.1"
appVersion: "1.5.0-rc.1"
# A list of keywords about the chart. This helps others discover the chart.
keywords:
- midaz
Expand Down
8 changes: 4 additions & 4 deletions charts/plugin-br-pix-indirect-btg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pix:
# -- Image pull policy
pullPolicy: Always
# -- Image tag used for deployment
tag: "1.4.1"
tag: "1.5.0-rc.1"
# -- Secrets for pulling images from a private registry
imagePullSecrets: []
# -- Overrides the default generated name by Helm
Expand Down Expand Up @@ -182,7 +182,7 @@ inbound:
# -- Image pull policy
pullPolicy: Always
# -- Image tag used for deployment
tag: "1.4.1"
tag: "1.5.0-rc.1"
# -- Secrets for pulling images from a private registry
imagePullSecrets: []
# -- Overrides the default generated name by Helm
Expand Down Expand Up @@ -314,7 +314,7 @@ outbound:
# -- Image pull policy
pullPolicy: Always
# -- Image tag used for deployment
tag: "1.4.1"
tag: "1.5.0-rc.1"
# -- Secrets for pulling images from a private registry
imagePullSecrets: []
# -- Overrides the default generated name by Helm
Expand Down Expand Up @@ -461,7 +461,7 @@ reconciliation:
# -- Image pull policy
pullPolicy: Always
# -- Image tag used for deployment
tag: "1.4.1"
tag: "1.5.0-rc.1"
# -- Secrets for pulling images from a private registry
imagePullSecrets: []
# -- Overrides the default generated name by Helm
Expand Down
Loading