Skip to content

Commit 0eb710a

Browse files
committed
chore(instrumentation): Add comment for future change
1 parent 2c72e64 commit 0eb710a

File tree

1 file changed

+1
-0
lines changed
  • rust/stackable-cockpit/src

1 file changed

+1
-0
lines changed

rust/stackable-cockpit/src/oci.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ pub async fn get_oci_index<'a>() -> Result<HashMap<&'a str, ChartSourceMetadata>
162162

163163
for repository in &repositories {
164164
// fetch all artifacts pro operator
165+
// NOTE (@NickLarsenNZ): I think repository_name should be helm_chart_name.
165166
let (project_name, repository_name) = repository
166167
.name
167168
.split_once('/')

0 commit comments

Comments
 (0)