Skip to content

Commit 7fc35fd

Browse files
author
openshift-merge-bot
authored
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
1 parent d81d436 commit 7fc35fd

File tree

41 files changed

+17347
-179
lines changed

Some content is hidden

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

41 files changed

+17347
-179
lines changed

pkg/templates/charts/toggle/cluster-api-k8s/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: '4.20'
2+
appVersion: '4.21'
33
description: Cluster API
44
name: cluster-api
55
type: application

pkg/templates/charts/toggle/cluster-api-k8s/templates/capi-mutating-webhook-configuration-mutatingwebhookconfiguration.yaml

Lines changed: 16 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ webhooks:
1414
service:
1515
name: capi-webhook-service
1616
namespace: '{{ .Values.global.namespace }}'
17-
path: /mutate-cluster-x-k8s-io-v1beta1-cluster
17+
path: /mutate-cluster-x-k8s-io-v1beta2-cluster
1818
failurePolicy: Fail
1919
matchPolicy: Equivalent
2020
name: default.cluster.cluster.x-k8s.io
2121
rules:
2222
- apiGroups:
2323
- cluster.x-k8s.io
2424
apiVersions:
25-
- v1beta1
25+
- v1beta2
2626
operations:
2727
- CREATE
2828
- UPDATE
@@ -36,37 +36,15 @@ webhooks:
3636
service:
3737
name: capi-webhook-service
3838
namespace: '{{ .Values.global.namespace }}'
39-
path: /mutate-cluster-x-k8s-io-v1beta1-clusterclass
40-
failurePolicy: Fail
41-
matchPolicy: Equivalent
42-
name: default.clusterclass.cluster.x-k8s.io
43-
rules:
44-
- apiGroups:
45-
- cluster.x-k8s.io
46-
apiVersions:
47-
- v1beta1
48-
operations:
49-
- CREATE
50-
- UPDATE
51-
resources:
52-
- clusterclasses
53-
sideEffects: None
54-
- admissionReviewVersions:
55-
- v1
56-
- v1beta1
57-
clientConfig:
58-
service:
59-
name: capi-webhook-service
60-
namespace: '{{ .Values.global.namespace }}'
61-
path: /mutate-addons-cluster-x-k8s-io-v1beta1-clusterresourceset
39+
path: /mutate-addons-cluster-x-k8s-io-v1beta2-clusterresourceset
6240
failurePolicy: Fail
6341
matchPolicy: Equivalent
6442
name: default.clusterresourceset.addons.cluster.x-k8s.io
6543
rules:
6644
- apiGroups:
6745
- addons.cluster.x-k8s.io
6846
apiVersions:
69-
- v1beta1
47+
- v1beta2
7048
operations:
7149
- CREATE
7250
- UPDATE
@@ -80,15 +58,15 @@ webhooks:
8058
service:
8159
name: capi-webhook-service
8260
namespace: '{{ .Values.global.namespace }}'
83-
path: /mutate-cluster-x-k8s-io-v1beta1-machine
61+
path: /mutate-cluster-x-k8s-io-v1beta2-machine
8462
failurePolicy: Fail
8563
matchPolicy: Equivalent
8664
name: default.machine.cluster.x-k8s.io
8765
rules:
8866
- apiGroups:
8967
- cluster.x-k8s.io
9068
apiVersions:
91-
- v1beta1
69+
- v1beta2
9270
operations:
9371
- CREATE
9472
- UPDATE
@@ -102,15 +80,15 @@ webhooks:
10280
service:
10381
name: capi-webhook-service
10482
namespace: '{{ .Values.global.namespace }}'
105-
path: /mutate-cluster-x-k8s-io-v1beta1-machinedeployment
83+
path: /mutate-cluster-x-k8s-io-v1beta2-machinedeployment
10684
failurePolicy: Fail
10785
matchPolicy: Equivalent
10886
name: default.machinedeployment.cluster.x-k8s.io
10987
rules:
11088
- apiGroups:
11189
- cluster.x-k8s.io
11290
apiVersions:
113-
- v1beta1
91+
- v1beta2
11492
operations:
11593
- CREATE
11694
- UPDATE
@@ -124,15 +102,15 @@ webhooks:
124102
service:
125103
name: capi-webhook-service
126104
namespace: '{{ .Values.global.namespace }}'
127-
path: /mutate-cluster-x-k8s-io-v1beta1-machinehealthcheck
105+
path: /mutate-cluster-x-k8s-io-v1beta2-machinehealthcheck
128106
failurePolicy: Fail
129107
matchPolicy: Equivalent
130108
name: default.machinehealthcheck.cluster.x-k8s.io
131109
rules:
132110
- apiGroups:
133111
- cluster.x-k8s.io
134112
apiVersions:
135-
- v1beta1
113+
- v1beta2
136114
operations:
137115
- CREATE
138116
- UPDATE
@@ -146,15 +124,15 @@ webhooks:
146124
service:
147125
name: capi-webhook-service
148126
namespace: '{{ .Values.global.namespace }}'
149-
path: /mutate-cluster-x-k8s-io-v1beta1-machineset
127+
path: /mutate-cluster-x-k8s-io-v1beta2-machineset
150128
failurePolicy: Fail
151129
matchPolicy: Equivalent
152130
name: default.machineset.cluster.x-k8s.io
153131
rules:
154132
- apiGroups:
155133
- cluster.x-k8s.io
156134
apiVersions:
157-
- v1beta1
135+
- v1beta2
158136
operations:
159137
- CREATE
160138
- UPDATE
@@ -168,15 +146,15 @@ webhooks:
168146
service:
169147
name: capi-webhook-service
170148
namespace: '{{ .Values.global.namespace }}'
171-
path: /mutate-runtime-cluster-x-k8s-io-v1alpha1-extensionconfig
149+
path: /mutate-runtime-cluster-x-k8s-io-v1beta2-extensionconfig
172150
failurePolicy: Fail
173151
matchPolicy: Equivalent
174152
name: default.extensionconfig.runtime.addons.cluster.x-k8s.io
175153
rules:
176154
- apiGroups:
177155
- runtime.cluster.x-k8s.io
178156
apiVersions:
179-
- v1alpha1
157+
- v1beta2
180158
operations:
181159
- CREATE
182160
- UPDATE
@@ -190,15 +168,15 @@ webhooks:
190168
service:
191169
name: capi-webhook-service
192170
namespace: '{{ .Values.global.namespace }}'
193-
path: /mutate-cluster-x-k8s-io-v1beta1-machinepool
171+
path: /mutate-cluster-x-k8s-io-v1beta2-machinepool
194172
failurePolicy: Fail
195173
matchPolicy: Equivalent
196174
name: default.machinepool.cluster.x-k8s.io
197175
rules:
198176
- apiGroups:
199177
- cluster.x-k8s.io
200178
apiVersions:
201-
- v1beta1
179+
- v1beta2
202180
operations:
203181
- CREATE
204182
- UPDATE

0 commit comments

Comments
 (0)