mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
add helm for kind (#57)
This commit is contained in:
6
helm/kind/higress/Chart.lock
Normal file
6
helm/kind/higress/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: higress
|
||||
repository: file://../../higress
|
||||
version: 0.5.2
|
||||
digest: sha256:414ef7a78a25d8f25d1f643edf4c8e59f74ecaa51a5ae4e4bff3000472b08fdb
|
||||
generated: "2022-11-13T13:39:25.948896+08:00"
|
||||
16
helm/kind/higress/Chart.yaml
Normal file
16
helm/kind/higress/Chart.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.5.2
|
||||
description: Helm chart for deploying higress gateways
|
||||
icon: https://higress.io/img/higress_logo_small.png
|
||||
keywords:
|
||||
- higress
|
||||
- gateways
|
||||
name: higress-local
|
||||
sources:
|
||||
- http://github.com/alibaba/higress
|
||||
dependencies:
|
||||
- name: higress
|
||||
repository: "file://../../higress"
|
||||
version: 0.5.2
|
||||
type: application
|
||||
version: 0.5.2
|
||||
2
helm/kind/higress/values.yaml
Normal file
2
helm/kind/higress/values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
global:
|
||||
kind: true
|
||||
9
helm/kind/istio/Chart.lock
Normal file
9
helm/kind/istio/Chart.lock
Normal file
@@ -0,0 +1,9 @@
|
||||
dependencies:
|
||||
- name: base
|
||||
repository: file://../../base
|
||||
version: 1.12.0
|
||||
- name: istiod
|
||||
repository: file://../../istiod
|
||||
version: 1.12.0
|
||||
digest: sha256:ce57290cabf7b0a85a150017cfdfcb2e25f18de7e8c93f5f3020750f9a65ece3
|
||||
generated: "2022-11-13T13:50:54.129765+08:00"
|
||||
15
helm/kind/istio/Chart.yaml
Normal file
15
helm/kind/istio/Chart.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v2
|
||||
appVersion: 1.12.2
|
||||
description: Helm chart for deploying higress istio
|
||||
name: istio-local
|
||||
sources:
|
||||
- http://github.com/alibaba/higress
|
||||
dependencies:
|
||||
- name: base
|
||||
repository: "file://../../base"
|
||||
version: 1.12.0
|
||||
- name: istiod
|
||||
repository: "file://../../istiod"
|
||||
version: 1.12.0
|
||||
type: application
|
||||
version: 1.12.2
|
||||
2
helm/kind/istio/values.yaml
Normal file
2
helm/kind/istio/values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
global:
|
||||
kind: true
|
||||
Reference in New Issue
Block a user