BJ Lang

Results 11 comments of BJ Lang

Hi @ghanshyams92, I just have a couple of questions to get some more information. What registry are you attempting to pull the image from to scan? From the output, it...

Hi @infominer75, Are you able to successfully login to your Docker registry with: `# docker login -u -p 10.92.47.182:443`?

Hi @SyCode7, From that output it looks like it's not able to resolve the docker.io registry or there could be a problem reaching the registry from your local network. Can...

Hey @sidewinder12s the deployment template actually has the affinity, we just don't have a placeholder in the values.yaml. https://github.com/anchore/anchore-charts/blob/main/stable/anchore-admission-controller/templates/deployment.yaml#L81C7-L81C32 https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#more-practical-use-cases You should be able to assign antiAffinity with something like...

Hey @gaevans-ebay can you file a Zendesk ticket for this? We track them differently for Enterprise customers.

Helm Template output: ``` --- # Source: enterprise/charts/ui-redis/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount automountServiceAccountToken: true metadata: name: release-name-ui-redis namespace: "default" labels: app.kubernetes.io/name: ui-redis helm.sh/chart: ui-redis-17.11.8 app.kubernetes.io/instance: release-name app.kubernetes.io/managed-by: Helm --- #...

@zhill P1 asked if we could support separating out the registry / repo / tag (similar to other charts) but mentioned that BB will only pull it down if it's...

@zhill pushed some updates for your review.