During verification of RHPAM-3420 I noticed, that Kie Server image is set using image tag in DpeloymnetConfig for production-immutable environment
image: 'registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8:7.10.1'
We prefer to use configuration using sha digest instead.
For example in Authoring environment is Kie Server set using digest
image: >- registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8@sha256:68b91ef5bea3d925f8c2405ba75ef5efe48e9b057207c53ff5709df5e5b2b8c1
This configuration should be same for all objects.
- relates to
-
RHPAM-3420 Wrong image pulled for rhdm-production-immutable environment
- Closed