add helm for kind (#57)

This commit is contained in:
澄潭
2022-11-14 19:34:18 +08:00
committed by GitHub
parent b15604e9aa
commit 8165ea6a99
14 changed files with 86 additions and 8 deletions

View 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"

View 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

View File

@@ -0,0 +1,2 @@
global:
kind: true

View 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"

View 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

View File

@@ -0,0 +1,2 @@
global:
kind: true