fix(deps): update golang-packages (#3713)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
renovate[bot]
2024-05-23 17:37:21 +02:00
committed by GitHub
parent dc51e77795
commit 37ea906958
8 changed files with 175 additions and 212 deletions

View File

@@ -481,7 +481,7 @@ func apparmorAnnotation(containerName string, scp *SecProfile) (*string, *string
return nil, nil
}
key := v1.AppArmorBetaContainerAnnotationKeyPrefix + containerName
key := v1.DeprecatedAppArmorBetaContainerAnnotationKeyPrefix + containerName
value := profileType + "/" + profilePath
return &key, &value
}