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 9, 2022
1 parent d2eeb9c commit db6cea8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: basolur/kubernetes-dbaas
images: bedag/kubernetes-dbaas
flavor: latest=false
tags: |
latest
Expand All @@ -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 db6cea8

Please sign in to comment.