Skip to content

Commit

Permalink
Fix bundle manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Oct 23, 2023
1 parent 35ef655 commit d1455f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:0.15.0
image: quay.io/kuadrant/authorino:v0.15.0
name: webhooks
ports:
- containerPort: 9443
Expand Down
1 change: 1 addition & 0 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: authorino-operator
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.22.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
2 changes: 1 addition & 1 deletion config/authorino/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
images:
- name: AUTHORINO_IMAGE
newName: quay.io/kuadrant/authorino
newTag: 0.15.0
newTag: v0.15.0

patchesStrategicMerge:
- webhook/patches/webhook_in_authconfigs.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6199,7 +6199,7 @@ spec:
- command:
- authorino
- webhooks
image: quay.io/kuadrant/authorino:0.15.0
image: quay.io/kuadrant/authorino:v0.15.0
name: webhooks
ports:
- containerPort: 9443
Expand Down

0 comments on commit d1455f4

Please sign in to comment.