-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(helm): update to latest stable v1.112.1 (#116)
- Loading branch information
1 parent
1618e48
commit 8f52e72
Showing
79 changed files
with
5,920 additions
and
960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,58 @@ | ||
--- | ||
description: Install Hyperswitch on K8s using Helm | ||
--- | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/juspay/hyperswitch/refs/heads/main/docs/imgs/hyperswitch-logo-dark.svg#gh-dark-mode-only" alt="Hyperswitch-Logo" width="40%" /> | ||
<img src="https://raw.githubusercontent.com/juspay/hyperswitch/refs/heads/main/docs/imgs/hyperswitch-logo-light.svg#gh-light-mode-only" alt="Hyperswitch-Logo" width="40%" /> | ||
</p> | ||
|
||
# Deploy on Kubernetes using Helm | ||
<h1 align="center">The open-source payments switch</h1> | ||
|
||
Follow the docs here to install hyperswitch services | ||
https://github.com/juspay/hyperswitch-helm/tree/main/charts/incubator/hyperswitch-stack#readme | ||
<div align="center" > | ||
The single API to access payment ecosystems across 130+ countries</div> | ||
|
||
<p align="center"> | ||
<a href="./charts/incubator/hyperswitch-stack/README.md#try-a-payment">Try a Payment</a> • | ||
<a href="./charts/incubator/hyperswitch-stack/README.md">Setup in k8s</a> • | ||
<a href="https://api-reference.hyperswitch.io/introduction"> API Docs </a> | ||
<br> | ||
<a href="./charts/incubator/hyperswitch-stack/README.md#community-contributions">Community and Contributions</a> • | ||
<a href="./charts/incubator/hyperswitch-stack/README.md#copyright-and-license">Copyright and License</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/juspay/hyperswitch/blob/main/LICENSE"> | ||
<img src="https://img.shields.io/github/license/juspay/hyperswitch" /> | ||
</a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://www.linkedin.com/company/hyperswitch/"> | ||
<img src="https://img.shields.io/badge/follow-hyperswitch-blue?logo=linkedin&labelColor=grey"/> | ||
</a> | ||
<a href="https://x.com/hyperswitchio"> | ||
<img src="https://img.shields.io/badge/follow-%40hyperswitchio-white?logo=x&labelColor=grey"/> | ||
</a> | ||
<a href="https://join.slack.com/t/hyperswitch-io/shared_invite/zt-2jqxmpsbm-WXUENx022HjNEy~Ark7Orw"> | ||
<img src="https://img.shields.io/badge/chat-on_slack-blue?logo=slack&labelColor=grey&color=%233f0e40"/> | ||
</a> | ||
</p> | ||
|
||
<hr> | ||
|
||
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. | ||
|
||
Jump in and contribute to these repositories to help improve and expand Hyperswitch! | ||
|
||
<img src="https://raw.githubusercontent.com/juspay/hyperswitch/refs/heads/main/docs/imgs/switch.png" /> | ||
|
||
## Usage | ||
|
||
[Helm](https://helm.sh) must be installed to use the charts. | ||
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started. | ||
|
||
Once Helm is set up properly, add the repo as follows: | ||
|
||
```console | ||
helm repo add hyperswitch-helm https://juspay.github.io/hyperswitch-helm | ||
``` | ||
|
||
You can then run `helm search repo hyperswitch-stack` to see the charts. | ||
|
||
<b> Chart documentation is available in [Hyperswitch Stack directory](https://github.com/juspay/hyperswitch-helm/blob/main/charts/incubator/hyperswitch-stack/README.md). </b> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.