Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Added: missing helm resource typ
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-kaack-comp authored and ccwienk committed Apr 28, 2021
1 parent bea0c8a commit b6ac152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings-python/gci/componentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ResourceType(enum.Enum):
OCI_IMAGE = 'ociImage'
GENERIC = 'generic'
BLUEPRINT = 'blueprint'

HELM = 'helm'

class ResourceRelation(enum.Enum):
LOCAL = 'local'
Expand Down

0 comments on commit b6ac152

Please sign in to comment.