release 0.6.2 (#186)

This commit is contained in:
澄潭
2023-02-13 19:22:32 +08:00
committed by GitHub
parent f402f86374
commit 1b7723bac5
7 changed files with 42 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.6.1
appVersion: 0.6.2
description: Helm chart for deploying higress gateways
icon: https://higress.io/img/higress_logo_small.png
keywords:
@@ -9,4 +9,4 @@ name: higress
sources:
- http://github.com/alibaba/higress
type: application
version: 0.6.1
version: 0.6.2

View File

@@ -1,3 +1,4 @@
revision: ""
global:
# whether to use autoscaling/v2 template for HPA settings
# for internal usage only, not to be configured by users.
@@ -364,7 +365,7 @@ gateway:
name: "higress-gateway"
replicas: 2
image: gateway
tag: "0.6.1"
tag: "0.6.2"
# revision declares which revision this gateway is a part of
revision: ""
@@ -409,10 +410,6 @@ gateway:
# Type of service. Set to "None" to disable the service entirely
type: LoadBalancer
ports:
- name: status-port
port: 15021
protocol: TCP
targetPort: 15021
- name: http2
port: 80
protocol: TCP

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.6.1
appVersion: 0.6.2
description: Helm chart for deploying higress gateways
icon: https://higress.io/img/higress_logo_small.png
keywords:
@@ -11,6 +11,6 @@ sources:
dependencies:
- name: higress
repository: "file://../../higress"
version: 0.6.1
version: 0.6.2
type: application
version: 0.6.1
version: 0.6.2