Skip to content

Commit fd7432c

Browse files
authored
rename reuse ingress setting (#164)
1 parent 4933e1d commit fd7432c

File tree

70 files changed

+179
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+179
-91
lines changed

charts/aliyun-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.1
18+
version: 0.1.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/aliyun-exporter/templates/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if .Values.httpRoute.enabled }}
22
{{- $root := . }}
33
{{- $hostnames := (list) }}
4-
{{- if .Values.httpRoute.ingressCompact }}
4+
{{- if .Values.httpRoute.reuseIngressConfiguration }}
55
{{- range .Values.ingress.hosts }}
66
{{- if .host }}
77
{{- $hostnames = append $hostnames .host }}

charts/aliyun-exporter/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ httpRoute:
134134
name: envoy-gateway-bundle
135135
namespace: envoy-gateway-system
136136
# Reuse ingress host information if true; set to false to manage hostnames below
137-
ingressCompact: true
138-
# Explicit host overrides when ingressCompact is disabled
137+
reuseIngressConfiguration: true
138+
# Explicit host overrides when reuseIngressConfiguration is disabled
139139
hostnames: []
140140
# Extra HTTPRoute rules that will be appended before the default backend
141141
extraPaths: []

charts/archery/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
home: https://archerydms.com/
33
description: Archery Helm chart for Kubernetes
44
name: archery
5-
version: 0.4.2
5+
version: 0.4.3
66
sources:
77
- https://github.com/hhyo/Archery
88

charts/archery/templates/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if .Values.httpRoute.enabled }}
22
{{- $root := . }}
33
{{- $hostnames := (list) }}
4-
{{- if .Values.httpRoute.ingressCompact }}
4+
{{- if .Values.httpRoute.reuseIngressConfiguration }}
55
{{- range .Values.ingress.hosts }}
66
{{- $hostnames = append $hostnames . }}
77
{{- end }}

charts/archery/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ httpRoute:
313313
name: envoy-gateway-bundle
314314
namespace: envoy-gateway-system
315315
# Reuse ingress host information if true; set to false to manage hostnames below
316-
ingressCompact: true
317-
# Explicit host overrides when ingressCompact is disabled
316+
reuseIngressConfiguration: true
317+
# Explicit host overrides when reuseIngressConfiguration is disabled
318318
hostnames: []
319319
# Extra HTTPRoute rules that will be appended before the default backend
320320
extraPaths: []

charts/channels/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.1.1
17+
version: 1.1.2
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.

charts/channels/templates/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if .Values.httpRoute.enabled }}
22
{{- $root := . }}
33
{{- $hostnames := (list) }}
4-
{{- if .Values.httpRoute.ingressCompact }}
4+
{{- if .Values.httpRoute.reuseIngressConfiguration }}
55
{{- range .Values.ingress.hosts }}
66
{{- if .host }}
77
{{- $hostnames = append $hostnames .host }}

charts/channels/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ httpRoute:
8888
name: envoy-gateway-bundle
8989
namespace: envoy-gateway-system
9090
# Reuse ingress host information if true; set to false to manage hostnames below
91-
ingressCompact: true
92-
# Explicit host overrides when ingressCompact is disabled
91+
reuseIngressConfiguration: true
92+
# Explicit host overrides when reuseIngressConfiguration is disabled
9393
hostnames: []
9494
# Extra HTTPRoute rules that will be appended before the default backend
9595
extraPaths: []

charts/codecov/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type: application
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 0.2.3
23+
version: 0.2.4
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)