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

Commit 9a07e00

Browse files
committed
fix bad registry
1 parent 407d417 commit 9a07e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skaffold.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: skaffold/v2beta26
22
kind: Config
33
build:
44
artifacts:
5-
- image: widmaster/kubernetes-dbaas # must match in artifactOverrides
5+
- image: docker.io/widmaster/kubernetes-dbaas # must match in artifactOverrides
66
custom:
77
buildCommand: ./podman-build
88
dependencies:
@@ -17,7 +17,7 @@ deploy:
1717
valuesFiles:
1818
- charts/kubernetes-dbaas/values_sensible.yaml
1919
artifactOverrides:
20-
image: widmaster/kubernetes-dbaas # no tag present!
20+
image: docker.io/widmaster/kubernetes-dbaas # no tag present!
2121
imageStrategy:
2222
helm: {}
2323

0 commit comments

Comments
 (0)