Skip to content

Commit e650c0f

Browse files
committed
Debug statement and space fix
1 parent b3f48ed commit e650c0f

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/test-helm-chart.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,13 @@ jobs:
7878
7979
# Get current branch annotation
8080
current_annotation=$(yq e '.annotations."artifacthub.io/changes"' "helm/defectdojo/Chart.yaml")
81+
echo "Current annotation: "
82+
echo $current_annotation
8183
8284
# Get target branch version of Chart.yaml annotation
8385
target_annotation=$(git show "origin/${{ env.ct-branch }}:helm/defectdojo/Chart.yaml" | yq e '.annotations."artifacthub.io/changes"' -)
86+
echo "Target annotation: "
87+
echo $target_annotation
8488
8589
if [[ "$current_annotation" == "$target_annotation" ]]; then
8690
echo "::error file=helm/defectdojo/Chart.yaml::The 'artifacthub.io/changes' annotation has not been updated compared to ${{ env.ct-branch }}. For more, check the hint in 'helm/defectdojo/Chart.yaml'"

helm/defectdojo/values.schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@
330330
"automountServiceAccountToken": {
331331
"type": "boolean"
332332
},
333-
"extraEnv": {
334-
"type": "array"
335-
},
333+
"extraEnv": {
334+
"type": "array"
335+
},
336336
"extraInitContainers": {
337337
"type": "array"
338338
},
@@ -695,8 +695,8 @@
695695
"type": "boolean"
696696
},
697697
"containerSecurityContext": {
698-
"type": "object"
699-
},
698+
"type": "object"
699+
},
700700
"extraEnv": {
701701
"type": "array"
702702
},

0 commit comments

Comments
 (0)