Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Commit

Permalink
chore : 🔧 remove test config
Browse files Browse the repository at this point in the history
  • Loading branch information
94810 committed Feb 10, 2022
1 parent 9e21f29 commit cff495e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'docker.io/basolur/kubernetes-dbaas:latest'
image-ref: 'docker.io/bedag/kubernetes-dbaas:latest'
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
Expand Down
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: skaffold/v2beta26
kind: Config
build:
artifacts:
- image: docker.io/basolur/kubernetes-dbaas # must match in artifactOverrides
- image: docker.io/bedag/kubernetes-dbaas # must match in artifactOverrides
custom:
buildCommand: ./podman-build
dependencies:
Expand All @@ -17,6 +17,6 @@ deploy:
valuesFiles:
- charts/kubernetes-dbaas/values_sensible.yaml
artifactOverrides:
image: docker.io/basolur/kubernetes-dbaas # no tag present!
image: docker.io/bedag/kubernetes-dbaas # no tag present!
imageStrategy:
helm: {}

0 comments on commit cff495e

Please sign in to comment.