Skip to content

Commit 9b104f1

Browse files
committed
Fix values for local-dev
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
1 parent ac0853f commit 9b104f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/helmfile.yaml.gotmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ releases:
6868
{{- if (eq .Environment.Name "local-dev") }}
6969
values:
7070
- image:
71-
registry: localhost
72-
repository: my-db-operator
71+
repository: localhost/my-db-operator
7372
tag: v1.0.0-dev
7473
pullPolicy: Never
7574
{{- end }}

0 commit comments

Comments
 (0)