Skip to content

Commit

Permalink
Fix deployment annotation for related images (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Smigala <asmigala@redhat.com>
  • Loading branch information
asmigala authored May 14, 2024
1 parent 144f32d commit 15f6165
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions bundle/manifests/servicemeshoperator3.clusterserviceversion.yaml
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-05-13T21:07:24Z"
createdAt: "2024-05-14T08:52:09Z"
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 @@ -487,10 +487,10 @@ spec:
template:
metadata:
annotations:
images.v1_21_0.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:3.0.0.tp.1
images.v1_21_0.istiod: registry.redhat.io/openshift-service-mesh/pilot-rhel9:3.0.0.tp.1
images.v1_21_0.proxy: registry.redhat.io/openshift-service-mesh/proxyv2-rhel9:3.0.0.tp.1
images.v1_21_0.ztunnel: registry.redhat.io/openshift-service-mesh/pilot-rhel9:3.0.0.tp.1
images.v1_21_2.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.21.2.tp.1
images.v1_21_2.istiod: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.21.2.tp.1
images.v1_21_2.proxy: registry.redhat.io/openshift-service-mesh/istio-proxyv2-rhel9:3.0.0.tp.1
images.v1_21_2.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.21.2.tp.1
kubectl.kubernetes.io/default-container: manager
labels:
app.kubernetes.io/created-by: servicemeshoperator3
Expand Down
8 changes: 4 additions & 4 deletions ossm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: servicemeshoperator3
deployment:
name: servicemesh-operator3
annotations:
images.v1_21_0.istiod: registry.redhat.io/openshift-service-mesh/pilot-rhel9:3.0.0.tp.1
images.v1_21_0.proxy: registry.redhat.io/openshift-service-mesh/proxyv2-rhel9:3.0.0.tp.1
images.v1_21_0.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:3.0.0.tp.1
images.v1_21_2.istiod: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.21.2.tp.1
images.v1_21_2.proxy: registry.redhat.io/openshift-service-mesh/istio-proxyv2-rhel9:3.0.0.tp.1
images.v1_21_2.cni: registry.redhat.io/openshift-service-mesh/istio-cni-rhel9:1.21.2.tp.1
# TODO insert ztunnel image name once we're shipping ztunnel
images.v1_21_0.ztunnel: registry.redhat.io/openshift-service-mesh/pilot-rhel9:3.0.0.tp.1
images.v1_21_2.ztunnel: registry.redhat.io/openshift-service-mesh/istio-pilot-rhel9:1.21.2.tp.1
service:
port: 8443
serviceAccountName: servicemesh-operator3
Expand Down

0 comments on commit 15f6165

Please sign in to comment.