This repository was archived by the owner on May 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 id : meta
2323 uses : docker/metadata-action@v3
2424 with :
25- images : basolur /kubernetes-dbaas
25+ images : bedag /kubernetes-dbaas
2626 flavor : latest=false
2727 tags : |
2828 latest
4848 - name : Run Trivy vulnerability scanner
4949 uses : aquasecurity/trivy-action@master
5050 with :
51- image-ref : ' docker.io/basolur /kubernetes-dbaas:latest'
51+ image-ref : ' docker.io/bedag /kubernetes-dbaas:latest'
5252 format : ' template'
5353 template : ' @/contrib/sarif.tpl'
5454 output : ' trivy-results.sarif'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: skaffold/v2beta26
22kind : Config
33build :
44 artifacts :
5- - image : docker.io/basolur /kubernetes-dbaas # must match in artifactOverrides
5+ - image : docker.io/bedag /kubernetes-dbaas # must match in artifactOverrides
66 custom :
77 buildCommand : ./podman-build
88 dependencies :
@@ -17,6 +17,6 @@ deploy:
1717 valuesFiles :
1818 - charts/kubernetes-dbaas/values_sensible.yaml
1919 artifactOverrides :
20- image : docker.io/basolur /kubernetes-dbaas # no tag present!
20+ image : docker.io/bedag /kubernetes-dbaas # no tag present!
2121 imageStrategy :
2222 helm : {}
You can’t perform that action at this time.
0 commit comments