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 22
22
id : meta
23
23
uses : docker/metadata-action@v3
24
24
with :
25
- images : basolur /kubernetes-dbaas
25
+ images : bedag /kubernetes-dbaas
26
26
flavor : latest=false
27
27
tags : |
28
28
latest
48
48
- name : Run Trivy vulnerability scanner
49
49
uses : aquasecurity/trivy-action@master
50
50
with :
51
- image-ref : ' docker.io/basolur /kubernetes-dbaas:latest'
51
+ image-ref : ' docker.io/bedag /kubernetes-dbaas:latest'
52
52
format : ' template'
53
53
template : ' @/contrib/sarif.tpl'
54
54
output : ' trivy-results.sarif'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: skaffold/v2beta26
2
2
kind : Config
3
3
build :
4
4
artifacts :
5
- - image : docker.io/basolur /kubernetes-dbaas # must match in artifactOverrides
5
+ - image : docker.io/bedag /kubernetes-dbaas # must match in artifactOverrides
6
6
custom :
7
7
buildCommand : ./podman-build
8
8
dependencies :
@@ -17,6 +17,6 @@ deploy:
17
17
valuesFiles :
18
18
- charts/kubernetes-dbaas/values_sensible.yaml
19
19
artifactOverrides :
20
- image : docker.io/basolur /kubernetes-dbaas # no tag present!
20
+ image : docker.io/bedag /kubernetes-dbaas # no tag present!
21
21
imageStrategy :
22
22
helm : {}
You can’t perform that action at this time.
0 commit comments