Skip to content

Commit

Permalink
RC4: make bundle (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
fghanmi authored Sep 27, 2024
1 parent b93b253 commit 8ea0ab3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
IMAGE_DIGEST ?= sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff
IMAGE_DIGEST ?= sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2

# BUNDLE_IMG defines the image:tag used for the bundle.
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/rhtas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ metadata:
}
]
capabilities: Seamless Upgrades
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff
createdAt: "2024-09-25T16:03:14Z"
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2
createdAt: "2024-09-27T13:51:26Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand Down Expand Up @@ -892,7 +892,7 @@ spec:
env:
- name: OPENSHIFT
value: "true"
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff
- digest: sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2
name: controller
newName: registry.redhat.io/rhtas/rhtas-rhel9-operator
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Seamless Upgrades
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:bcf24938a564e2a5c34743384f3e470b218765a75c963148bbdebcf0f78b58ff
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:f9aefd93ae4cf894886ee993a94ed62876255121a4c616048d1a79ff2e7a21b2
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand Down

0 comments on commit 8ea0ab3

Please sign in to comment.