1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add more information to a helm chart's ID

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-03-05 17:35:32 -05:00
parent e69d008d59
commit 8a29bd14e7

View File

@ -83,7 +83,7 @@ export class HelmChart {
tillerVersion?: string; tillerVersion?: string;
getId() { getId() {
return `${this.apiVersion}/${this.name}@${this.getAppVersion()}`; return `${this.repo}:${this.apiVersion}/${this.name}@${this.getAppVersion()}+${this.digest}`;
} }
getName() { getName() {