You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"level": "info",
"msg": "successfully validated image customacr.azurecr.io/stakater/reloader:v1.0.95 using rule *:* and validator default. Result is customacr.azurecr.io/stakater/reloader:v1.0.95@sha256:5e15985882a8312abe5281aaae61301089244d5a33470eba16a7aeca715340c9.",
"time": "2024-11-10T15:28:24Z"
}
This is just an example. Same issue is happening with all the images.
Expected behavior
Only the validation should happen and the image references should not be mutated.
Optional: To reproduce
Deployment with the above config should reproduce the issue
Optional: Versions (please complete the following information as relevant):
OS: Redhat8.6
Kubernetes Cluster: RKE2 (1.30.5)
Container registry: Azure Container Registry
Connaisseur: v3.7.0
Optional: Additional context
This causes applications as OutOfSync in Argocd. Is any additional configuration needed to do only validation?
The text was updated successfully, but these errors were encountered:
The check on the validation mode is done by lower casing the input and comparing it to a constant. Unfortunately the constant wasn\'t entirely lower case. This has been fixed.
fixes#1816
The check on the validation mode is done by lower casing the input and comparing it to a constant. Unfortunately the constant wasn\'t entirely lower case. This has been fixed.
fixes#1816
Describe the bug
Image references in the pod definition is mutated and the digests are included even when
with.mode
is set to insecureValidateOnly in the policies.Below is the extract from
connaisseur-app-config
configmap.Logs in the Connaisseur pod
This is just an example. Same issue is happening with all the images.
Expected behavior
Only the validation should happen and the image references should not be mutated.
Optional: To reproduce
Deployment with the above config should reproduce the issue
Optional: Versions (please complete the following information as relevant):
Optional: Additional context
This causes applications as OutOfSync in Argocd. Is any additional configuration needed to do only validation?
The text was updated successfully, but these errors were encountered: