The hash values in TestGenerateID were outdated after adding KubedogQPS
and KubedogBurst fields to ReleaseSpec. These fields are now included in
the hash calculation for release IDs, causing all expected hash values
to change.
Updated all test cases with the new correct hash values:
- baseline: foo-values-6d799cf798
- different bytes content: foo-values-7f885447bf
- different map content: foo-values-86f5d8fb55
- different chart: foo-values-5cd5c65db5
- different name: bar-values-c59b4f979
- specific ns: myns-foo-values-56d6cd88cc
This fixes the CI test failures.
Signed-off-by: yxxhero <aiopsclub@163.com>