Closed good-better-beck closed 1 year ago
Pinning Harbor version to maintain lab version bumps
Modified the helm pull command to use helm pull --version when pulling Harbor. This ensures that as Harbor is updated, the lab does not need to change to reflect Harbor versioning.
helm pull
helm pull --version
TLDR
Pinning Harbor version to maintain lab version bumps
Description
Modified the
helm pull
command to usehelm pull --version
when pulling Harbor. This ensures that as Harbor is updated, the lab does not need to change to reflect Harbor versioning.