@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
16 lines • 491 B
JavaScript
// SPDX-License-Identifier: Apache-2.0
/**
* Identifies the cache domain an item belongs to.
*
* IMAGE:
* Docker / OCI image artifacts.
*
* HELM_CHART:
* Helm chart artifacts pulled from OCI registries or chart repositories.
*/
export var CacheArtifactEnum;
(function (CacheArtifactEnum) {
CacheArtifactEnum["IMAGE"] = "images";
CacheArtifactEnum["HELM_CHART"] = "charts";
})(CacheArtifactEnum || (CacheArtifactEnum = {}));
//# sourceMappingURL=cache-artifact-enum.js.map