-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipFamilyPolicy: PreferDualStack as default
Signed-off-by: Manuel Buil <[email protected]>
- Loading branch information
1 parent
eeb2c88
commit 006adb5
Showing
11 changed files
with
71 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
url: https://github.com/coredns/helm/releases/download/coredns-1.24.0/coredns-1.24.0.tgz | ||
packageVersion: 04 | ||
packageVersion: 05 | ||
# This repository does not use releaseCandidateVersions, so you can leave this as 00. | ||
releaseCandidateVersion: 00 |
10 changes: 10 additions & 0 deletions
10
...ke2-ingress-nginx/generated-changes/patch/templates/controller-service-webhook.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- charts-original/templates/controller-service-webhook.yaml | ||
+++ charts/templates/controller-service-webhook.yaml | ||
@@ -37,4 +37,7 @@ | ||
selector: | ||
{{- include "ingress-nginx.selectorLabels" . | nindent 4 }} | ||
app.kubernetes.io/component: controller | ||
+ {{- if .Values.controller.admissionWebhooks.service.ipFamilyPolicy }} | ||
+ ipFamilyPolicy: {{ .Values.controller.admissionWebhooks.service.ipFamilyPolicy }} | ||
+ {{- end }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
url: https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.6.1/ingress-nginx-4.6.1.tgz | ||
packageVersion: 00 | ||
packageVersion: 01 | ||
# This repository does not use releaseCandidateVersions, so you can leave this as 00. | ||
releaseCandidateVersion: 00 |
8 changes: 8 additions & 0 deletions
8
...es/rke2-metrics-server/generated-changes/patch/templates/metric-server-service.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- charts-original/templates/metric-server-service.yaml | ||
+++ charts/templates/metric-server-service.yaml | ||
@@ -22,4 +22,5 @@ | ||
app: {{ template "metrics-server.name" . }} | ||
release: {{ .Release.Name }} | ||
type: {{ .Values.service.type }} | ||
+ ipFamilyPolicy: {{ .Values.service.ipFamilyPolicy }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
url: https://charts.helm.sh/stable/packages/metrics-server-2.11.1.tgz | ||
packageVersion: 09 | ||
packageVersion: 10 | ||
releaseCandidateVersion: 00 |
18 changes: 18 additions & 0 deletions
18
...ges/rke2-snapshot-validation-webhook/generated-changes/patch/templates/service.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- charts-original/templates/service.yaml | ||
+++ charts/templates/service.yaml | ||
@@ -5,12 +5,13 @@ | ||
labels: | ||
{{- include "snapshot-validation-webhook.labels" . | nindent 4 }} | ||
spec: | ||
- type: ClusterIP | ||
+ type: {{ .Values.service.type }} | ||
ports: | ||
- - port: 443 | ||
+ - port: {{ .Values.service.port }} | ||
targetPort: https | ||
protocol: TCP | ||
name: https | ||
+ ipFamilyPolicy: {{ .Values.service.ipFamilyPolicy }} | ||
selector: | ||
{{- include "snapshot-validation-webhook.selectorLabels" . | nindent 4 }} | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
url: https://github.com/piraeusdatastore/helm-charts.git | ||
subdirectory: charts/snapshot-validation-webhook | ||
commit: 994dde7e93cda78eaf098e5c39889c95be928b32 # snapshot-validation-webhook-1.7.3 | ||
packageVersion: 01 | ||
packageVersion: 02 |