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/incubator/hyperswitch-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.16.0
description: Hyperswitch is a community-led, open payments switch designed to empower digital businesses by providing fast, reliable, and affordable access to the best payments infrastructure.
name: hyperswitch-app
type: application
version: 0.3.0-beta.3
version: 0.3.0-beta.4
dependencies:
- name: redis
version: 18.6.1
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/hyperswitch-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Hyperswitch is a community-led, open payments switch designed to empower digital businesses by providing fast, reliable, and affordable access to the best payments infrastructure.

![Version: 0.3.0-beta.3](https://img.shields.io/badge/Version-0.3.0--beta.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
![Version: 0.3.0-beta.4](https://img.shields.io/badge/Version-0.3.0--beta.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)

# Deploy on Kubernetes using Helm

Expand Down
2 changes: 2 additions & 0 deletions charts/incubator/hyperswitch-app/templates/_envs.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{{/* Define environment variables for PostgreSQL secrets */}}
{{- define "postgresql.secrets.envs" -}}
{{- if not .Values.global.useExternalSecrets.enabled }}
{{- if not .Values.server.configs.analytics.sqlx.password }}
- name: ROUTER__ANALYTICS__SQLX__PASSWORD
valueFrom:
Expand All @@ -18,6 +19,7 @@
name: {{ include "postgresql.replica.password.secret" . }}
key: {{ include "postgresql.replica.password.key" . }}
{{- end -}}
{{- end }}

{{/* Define environment variables for PostgreSQL secrets */}}
{{- define "drainer.secrets.envs" -}}
Expand Down