Skip to content

Commit c2aa5f7

Browse files
authored
Eventing: use resync fix image (#7481)
Signed-off-by: Hector Martinez <[email protected]>
1 parent a88266a commit c2aa5f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/knative-eventing/production/base/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ patches:
2020
image: quay.io/kubearchive/eventing-controller:fix
2121
env:
2222
- name: APISERVER_RA_IMAGE
23-
value: quay.io/kubearchive/eventing-adapter:fix
23+
value: quay.io/kubearchive/eventing-adapter:fix-resync
2424
resources:
2525
requests:
2626
cpu: 100m
2727
memory: 100Mi
2828
limits:
2929
cpu: 150m
3030
memory: 200Mi
31-
3231
- patch: |-
3332
apiVersion: apps/v1
3433
kind: Deployment

0 commit comments

Comments
 (0)