Skip to content

Commit

Permalink
chore(operator): update install file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Jan 30, 2025
1 parent c33386c commit 3a7cda8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion operator/install/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9332,6 +9332,12 @@ rules:
- ingresses
verbs:
- '*'
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -9395,7 +9401,7 @@ spec:
value: quay.io/apicurio/apicurio-registry-ui:latest-snapshot
- name: STUDIO_UI_IMAGE
value: quay.io/apicurio/apicurio-studio-ui:latest-snapshot
image: quay.io/apicurio/apicurio-registry-operator:3.0.7-snapshot
image: quay.io/apicurio/apicurio-registry-operator:latest-snapshot
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 3a7cda8

Please sign in to comment.