Skip to content

Commit

Permalink
OSSM-5829: adding must gather to related images
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Brychta <fbrychta@redhat.com>
  • Loading branch information
FilipB committed Jul 12, 2024
1 parent d1063c4 commit 31445f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
capabilities: Seamless Upgrades
categories: OpenShift Optional, Integration & Delivery, Networking, Security
containerImage: quay.io/maistra-dev/sail-operator:3.0.0-tp-latest
createdAt: "2024-07-12T06:10:50Z"
createdAt: "2024-07-12T08:28:52Z"
description: The OpenShift Service Mesh Operator enables you to install, configure,
and manage an instance of Red Hat OpenShift Service Mesh. OpenShift Service
Mesh is based on the open source Istio project.
Expand Down Expand Up @@ -504,6 +504,7 @@ spec:
annotations:
images.v1_22_2.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.22.2.tp.1
images.v1_22_2.istiod: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.22.2.tp.1
images.v1_22_2.must-gather: registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel9:3.0.0.tp.1
images.v1_22_2.proxy: registry.redhat.io/openshift-service-mesh/istio-proxyv2-rhel9:3.0.0.tp.1
images.v1_22_2.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.22.2.tp.1
kubectl.kubernetes.io/default-container: manager
Expand Down
1 change: 1 addition & 0 deletions ossm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ deployment:
images.v1_22_2.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.22.2.tp.1
# TODO insert ztunnel image name once we're shipping ztunnel
images.v1_22_2.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.22.2.tp.1
images.v1_22_2.must-gather: registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel9:3.0.0.tp.1
service:
port: 8443
serviceAccountName: servicemesh-operator3
Expand Down

0 comments on commit 31445f4

Please sign in to comment.