Skip to content

Commit

Permalink
OSSM-5829: adding must gather to related images (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Brychta <fbrychta@redhat.com>
  • Loading branch information
FilipB authored Jul 15, 2024
1 parent 4f640f1 commit b9bb7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 b9bb7aa

Please sign in to comment.