Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions bundle.Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ LABEL io.openshift.tags="network-observability-operator-bundle"
LABEL upstream-vcs-ref="$COMMIT"
LABEL upstream-vcs-type="git"
LABEL description="NetObserv Operator is a Kubernetes / OpenShift operator for network observability."
LABEL distribution-scope=public
LABEL release="1.7.1"
LABEL version="1.8.0"
LABEL url="https://github.com/netobserv/network-observability-operator"
LABEL vendor="Red Hat, Inc."
LABEL description="NetObserv Operator is a Kubernetes / OpenShift operator for network observability."
2 changes: 1 addition & 1 deletion hack/bundle_digest.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export BUNDLE_IMAGE_PULLSPEC='quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/network-observability-operator-bundle@sha256:e02894544d1d1a18277d011d7daad9f05937f6e2dbe760f5e1bba598d31d1aa6'
export BUNDLE_IMAGE_PULLSPEC='registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:e02894544d1d1a18277d011d7daad9f05937f6e2dbe760f5e1bba598d31d1aa6'
8 changes: 4 additions & 4 deletions hack/container_digest.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Do not remove empty lines, they are there to reduce conflicts
export OPERATOR_IMAGE_PULLSPEC='quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/network-observability-operator@sha256:e35f1fb8c54193e304d71218de14a12c88c6abba9940bbcc1635079a3379b29d'
export OPERATOR_IMAGE_PULLSPEC='registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:e35f1fb8c54193e304d71218de14a12c88c6abba9940bbcc1635079a3379b29d'
#
export EBPF_IMAGE_PULLSPEC='quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/netobserv-ebpf-agent@sha256:0f8948b9cbd11d3000d8049e58ef7ad79035bcc2025e5085605d75b6784dede1'
export EBPF_IMAGE_PULLSPEC='registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0f8948b9cbd11d3000d8049e58ef7ad79035bcc2025e5085605d75b6784dede1'
#
export FLP_IMAGE_PULLSPEC='quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/flowlogs-pipeline@sha256:aef11b2406878d1ec3135810834c012d7630f819afcfdfb59a3f7a4750a80cf3'
export FLP_IMAGE_PULLSPEC='registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:aef11b2406878d1ec3135810834c012d7630f819afcfdfb59a3f7a4750a80cf3'
#
export CONSOLE_IMAGE_PULLSPEC='quay.io/redhat-user-workloads/ocp-network-observab-tenant/netobserv-operator/network-observability-console-plugin@sha256:17c58daa0a281cf93f68d948b0723491ffeb1a7f1a9218cd2a3e9a89d97678a6'
export CONSOLE_IMAGE_PULLSPEC='registry.redhat.io/network-observability/network-observability-console-plugin-rhel9sha256:17c58daa0a281cf93f68d948b0723491ffeb1a7f1a9218cd2a3e9a89d97678a6'
Loading