Skip to content

Commit e767293

Browse files
rhmdndyuumasato
authored andcommitted
Use latest in the CSV instead of a version tag
This makes it so that the replace logic also replaces the deployment image in addition to the related image. This is necessary CI to work properly, because it needs to be able to replace all images in the CSV with a build from CI.
1 parent 98271bc commit e767293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/manifests/file-integrity-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
value: file-integrity-operator
100100
- name: RELATED_IMAGE_OPERATOR
101101
value: quay.io/file-integrity-operator/file-integrity-operator:latest
102-
image: quay.io/file-integrity-operator/file-integrity-operator:1.3.4
102+
image: quay.io/file-integrity-operator/file-integrity-operator:latest
103103
imagePullPolicy: Always
104104
name: file-integrity-operator
105105
resources:

0 commit comments

Comments
 (0)