Skip to content

Commit

Permalink
Add imagebased application name to rhcos cache
Browse files Browse the repository at this point in the history
Signed-off-by: Michail Resvanis <[email protected]>
  • Loading branch information
mresvanis committed Jul 11, 2024
1 parent 0f9a18e commit 4afd7a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/rhcos/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const (
InstallerApplicationName = "openshift-installer"
// AgentApplicationName is to use as application name used by agent.
AgentApplicationName = "agent"
// ImageBasedApplicationName is to use as application name used by image-based.
ImageBasedApplicationName = "imagebased"
// ImageDataType is used by installer.
ImageDataType = "image"
// FilesDataType is used by agent.
Expand Down

0 comments on commit 4afd7a7

Please sign in to comment.