mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update EG to latest version with small touches (#7255)
This commit is contained in:
committed by
k8s-ci-robot
parent
f8c82d0599
commit
8a7981aa44
@@ -9,5 +9,5 @@ maintainers:
|
||||
name: express-gateway
|
||||
sources:
|
||||
- https://github.com/expressgateway/express-gateway
|
||||
version: 0.1.0
|
||||
appVersion: 10.0.2
|
||||
version: 0.2.0
|
||||
appVersion: 1.11.0
|
||||
|
||||
@@ -107,7 +107,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
|
||||
```console
|
||||
$ helm install stable/express-gateway --name my-release \
|
||||
--set=image.tag=10.0.2,env.database=cassandra,cassandra.enabled=true
|
||||
--set=image.tag=v1.11.0,redis.enabled=false
|
||||
```
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
image:
|
||||
repository: expressgateway/express-gateway
|
||||
tag: v1.10.2
|
||||
tag: v1.11.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Specify Express Gateway Admin API
|
||||
|
||||
Reference in New Issue
Block a user