mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 06:37:26 +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
|
||||
Reference in New Issue
Block a user