Results 27 comments of olivier beyler

> If I'm not mistaken it seems you can achieve that using ArgoCD + Kustomize. Have you explored that solution? not yet I will try it thanks @mvazquezc @stefanprodan

I begin to create a new helm chart for shield. This work is still in progress so don't hesitate to give me some review. https://github.com/orange-cloudfoundry/helm-shield/tree/master/shield-server

``` trivy image -s CRITICAL debian:bullseye-slim 2021-09-10T10:18:31.361+0200 INFO Detecting Debian vulnerabilities... 2021-09-10T10:18:31.368+0200 INFO Trivy skips scanning programming language libraries because no supported file was detected debian:bullseye-slim (debian 11.0) ================================== Total:...

@nesc58 exact trivy scan give the bad version for the docker image of debian 12

On mac sierra the bug is located at this place into karma-phantomjs-launcher/index.js I'm not familiar with javascript but it seems that phantom-source is null ``` TypeError: Path must be a...

Is there a way to specify witch kind of signature must be used ? I have a S3 with V2 signature and not V4

@hshin-pivotal do you install it on a CFCR ? if yes I can show you how deploy it with a bosh release I've done to deploy helm chart

This is the bosh release I've done to deploy helm chart /repository or also apply Kubectl apply https://github.com/orange-cloudfoundry/helm-kubectl-boshrelease here is the monocular operator to deploy it (may you have to...

and here is the manifest: ``` --- #Deployment Identification name: cfcr-addon #Features Block #Releases Block releases: - name: helm-kubectl version: latest - name: shell version: latest #Stemcells Block stemcells: -...

and if you want to access to your kube dashboard you can use this operator : ``` - type: replace path: /instance_groups/name=cfcr-addon/jobs/name=helm/properties/ingress/- value: name: dashboard-ingress namespace: kube-system annotations: - name:...