RedHatGov / service-mesh-workshop-dashboard

Materials for a workshop on OpenShift Service Mesh
26 stars 23 forks source link

MongoDB missing in OpenShift 4.10 #17

Closed dudash closed 2 years ago

dudash commented 2 years ago

Due to mongo license changes newer mongo images aren't available. Need installer to reference older (available in registry just no image stream) 3.6 versions by oc tag to create legacy image streams

oc -n openshift tag registry.redhat.io/rhscl/mongodb-36-rhel7:latest mongodb:3.6

dudash commented 2 years ago

will be fixed external to this repo in the agnosticd repo. Relevant changes in here: https://github.com/redhat-cop/agnosticd/pull/4678

will be finalized when PR #18 is accepted

andykrohg commented 2 years ago

Done