This documentation is for a release that is no longer maintained
See documentation for the latest supported version.Chapter 3. Deprecated functionalities
This section lists deprecated functionalities in Red Hat Developer Hub 1.3.
3.1. spec.application.image, spec.application.replicas and spec.application.imagePullSecrets fields are deprecated Copy linkLink copied to clipboard!
spec.application.image, spec.application.replicas and spec.application.imagePullSecrets fields are deprecated in v1alpha2 in favour of spec.deployment.
Procedure
To update your Developer Hub Operation configuration:
Remove the
spec.application.image,spec.application.replicasandspec.application.imagePullSecretsfields from the Operator configuration. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow <1> Replica count. <2> Array of image pull secrets names. <3> Image name.
Replace the removed fields with new
spec.deploymentfields. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow <1> Replica count. <2> Array of image pull secrets names. <3> Image name.
Additional resources