wip: 🔕 temporary commit
This commit is contained in:
@@ -8,4 +8,6 @@ type: application
|
||||
version: 0.0.0 # will be replaced by the release workflow
|
||||
appVersion: 0.0.0 # will be replaced by the release workflow
|
||||
icon: https://github.com/user-attachments/assets/023186cf-b153-459c-8417-038fd87a2065
|
||||
home: https://github.com/3proxy/3proxy
|
||||
sources: [https://github.com/tarampampam/3proxy-docker]
|
||||
keywords: [proxy, 3proxy, http, socks]
|
||||
|
||||
@@ -10,10 +10,10 @@ Also, this chart does not include Ingress configuration. If you need it, please,
|
||||
## Usage
|
||||
|
||||
```shell
|
||||
helm repo add tarampampam https://tarampampam.github.io/3proxy-docker/helm-charts
|
||||
helm repo add proxy-3proxy https://tarampampam.github.io/3proxy-docker/helm-charts
|
||||
helm repo update
|
||||
|
||||
helm install proxy-3proxy tarampampam/proxy-3proxy
|
||||
helm install my-3proxy proxy-3proxy/proxy-3proxy --version <version_here>
|
||||
```
|
||||
|
||||
Alternatively, add the following lines to your `Chart.yaml`:
|
||||
@@ -21,7 +21,7 @@ Alternatively, add the following lines to your `Chart.yaml`:
|
||||
```yaml
|
||||
dependencies:
|
||||
- name: proxy-3proxy
|
||||
version: <version>
|
||||
version: <version_here>
|
||||
repository: https://tarampampam.github.io/proxy-3proxy/helm-charts
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user