File tree Expand file tree Collapse file tree 5 files changed +23
-28
lines changed Expand file tree Collapse file tree 5 files changed +23
-28
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,18 @@ apiVersion: v2
2
2
name : gateway-helm
3
3
description : The Helm chart for Envoy Gateway
4
4
type : application
5
-
6
- version : v0.0.0-latest
7
- appVersion : " latest"
8
-
5
+ version : v2023.9.18
6
+ appVersion : v17.0.3
9
7
maintainers :
10
- - name : envoy-gateway-steering-committee
11
- url : https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
12
- - name : envoy-gateway-maintainers
13
- url : https://github.com/envoyproxy/gateway/blob/main/CODEOWNERS
14
-
8
+ - name : envoy-gateway-steering-committee
9
+ url : https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
10
+ - name : envoy-gateway-maintainers
11
+ url : https://github.com/envoyproxy/gateway/blob/main/CODEOWNERS
15
12
keywords :
16
- - gateway-api
17
- - envoyproxy
18
- - envoy-gateway
19
- - eg
20
-
13
+ - gateway-api
14
+ - envoyproxy
15
+ - envoy-gateway
16
+ - eg
21
17
home : https://gateway.envoyproxy.io/
22
-
23
18
sources :
24
- - https://github.com/envoyproxy/gateway
19
+ - https://github.com/envoyproxy/gateway
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : voyager-crds
3
3
description : Voyager Custom Resource Definitions
4
4
type : application
5
- version : v2023.05.16
6
- appVersion : v17.0.2
5
+ version : v2023.9.18
6
+ appVersion : v17.0.3
7
7
home : https://voyager.com
8
8
icon : https://cdn.appscode.com/images/products/voyager/voyager-community-icon.png
9
9
sources :
Original file line number Diff line number Diff line change 7
7
``` bash
8
8
$ helm repo add appscode https://charts.appscode.com/stable/
9
9
$ helm repo update
10
- $ helm search repo appscode/voyager-crds --version=v2023.05.16
11
- $ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.05.16
10
+ $ helm search repo appscode/voyager-crds --version=v2023.9.18
11
+ $ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.9.18
12
12
```
13
13
14
14
## Introduction
@@ -24,7 +24,7 @@ This chart deploys Voyager crds on a [Kubernetes](http://kubernetes.io) cluster
24
24
To install/upgrade the chart with the release name ` voyager-crds ` :
25
25
26
26
``` bash
27
- $ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.05.16
27
+ $ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.9.18
28
28
```
29
29
30
30
The command deploys Voyager crds on the Kubernetes cluster in the default configuration. The [ configuration] ( #configuration ) section lists the parameters that can be configured during installation.
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : Voyager by AppsCode - Secure L7/L4 Ingress Controller for Kubernetes
3
3
name : voyager
4
- version : v2023.05.16
5
- appVersion : v17.0.2
4
+ version : v2023.9.18
5
+ appVersion : v17.0.3
6
6
home : https://voyagermesh.com/
7
7
icon : https://cdn.appscode.com/images/products/voyager/icons/android-icon-192x192.png
8
8
sources :
Original file line number Diff line number Diff line change 7
7
``` bash
8
8
$ helm repo add appscode https://charts.appscode.com/stable/
9
9
$ helm repo update
10
- $ helm search repo appscode/voyager --version=v2023.05.16
11
- $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16
10
+ $ helm search repo appscode/voyager --version=v2023.9.18
11
+ $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18
12
12
```
13
13
14
14
## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Voyager operator on a [Kubernetes](http://kubernetes.io) cl
24
24
To install/upgrade the chart with the release name ` voyager-operator ` :
25
25
26
26
``` bash
27
- $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16
27
+ $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18
28
28
```
29
29
30
30
The command deploys a Voyager operator on the Kubernetes cluster in the default configuration. The [ configuration] ( #configuration ) section lists the parameters that can be configured during installation.
@@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `voyager` chart and
98
98
Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm upgrade -i ` . For example:
99
99
100
100
``` bash
101
- $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16 --set replicaCount=1
101
+ $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18 --set replicaCount=1
102
102
```
103
103
104
104
Alternatively, a YAML file that specifies the values for the parameters can be provided while
105
105
installing the chart. For example:
106
106
107
107
``` bash
108
- $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16 --values values.yaml
108
+ $ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18 --values values.yaml
109
109
```
You can’t perform that action at this time.
0 commit comments