Skip to content

Commit 2beedab

Browse files
authored
Merge pull request #481 from securesign/release-1.0-make-bundle
run make bundle
2 parents 9c0f28e + f38bf93 commit 2beedab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
3434
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3535
# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
3636
IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
37-
IMAGE_DIGEST ?= sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
37+
IMAGE_DIGEST ?= sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
3838

3939
# BUNDLE_IMG defines the image:tag used for the bundle.
4040
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)

bundle/manifests/rhtas-operator.clusterserviceversion.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ metadata:
191191
}
192192
]
193193
capabilities: Seamless Upgrades
194-
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
195-
createdAt: "2024-06-27T08:27:37Z"
194+
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
195+
createdAt: "2024-06-27T09:45:39Z"
196196
features.operators.openshift.io/cnf: "false"
197197
features.operators.openshift.io/cni: "false"
198198
features.operators.openshift.io/csi: "false"
@@ -740,7 +740,7 @@ spec:
740740
env:
741741
- name: OPENSHIFT
742742
value: "true"
743-
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
743+
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
744744
livenessProbe:
745745
httpGet:
746746
path: /healthz

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ resources:
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
6-
- digest: sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
6+
- digest: sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
77
name: controller
88
newName: registry.redhat.io/rhtas/rhtas-rhel9-operator

config/manifests/bases/rhtas-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
annotations:
55
alm-examples: '[]'
66
capabilities: Seamless Upgrades
7-
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
7+
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
88
features.operators.openshift.io/cnf: "false"
99
features.operators.openshift.io/cni: "false"
1010
features.operators.openshift.io/csi: "false"

0 commit comments

Comments
 (0)