Skip to content

Commit 9d1f2a5

Browse files
authored
Add "networking.k8s.io" api group for 1.22 (#366)
* Add "networking.k8s.io" api group for 1.22 * Automated commit: update images.
1 parent 44da929 commit 9d1f2a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/resources/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@ spec:
45444544
value: 0.0.0.0/0
45454545
- name: SECURITY_POLICY
45464546
value: DISABLED
4547-
image: gcr.io/kctf-docker/kctf-operator@sha256:bd6625c3e2ef29605651dd1c5191df7b1f8644cd78b312a2b9abf3a3377ee557
4547+
image: gcr.io/kctf-docker/kctf-operator@sha256:fe3b80bccd86e90e154005576438864bed33159059a7ab67d1cb42896daef092
45484548
livenessProbe:
45494549
httpGet:
45504550
path: /healthz

kctf-operator/resources/external-dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func NewExternalDnsClusterRole() client.Object {
2525
Verbs: []string{"get", "watch", "list"},
2626
},
2727
{
28-
APIGroups: []string{"extensions"},
28+
APIGroups: []string{"extensions", "networking.k8s.io"},
2929
Resources: []string{"ingresses"},
3030
Verbs: []string{"get", "watch", "list"},
3131
},

0 commit comments

Comments
 (0)