You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helm chart should assert that the deployed version of the Crunchy Operator is compatible with the version of the Helm chart being deployed, so that it can prevent potential issues arising from version mismatches and ensure a smooth deployment process.
Implement a compatibility check between the deployed Crunchy Operator version and the version of the Helm chart being deployed.
Ensure the Helm chart deployment proceeds only if the compatibility check passes, preventing deployment in cases of version mismatches.
Provide clear error messages or warnings when a version mismatch is detected, guiding users on how to resolve the issue.
Test the compatibility check with various version combinations to ensure accuracy and reliability.
Update relevant documentation to inform users about the compatibility requirements between the Crunchy Operator and the Helm chart versions.
The text was updated successfully, but these errors were encountered:
The Helm chart should assert that the deployed version of the Crunchy Operator is compatible with the version of the Helm chart being deployed, so that it can prevent potential issues arising from version mismatches and ensure a smooth deployment process.
The text was updated successfully, but these errors were encountered: