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

Commit 09daa6d

Browse files
author
B&R
committed
refactor: Extract environment setup int env.mk as a preparation for making it a part of CI
1 parent a3e01e4 commit 09daa6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skaffold.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ profiles:
77
local:
88
push: true
99
artifacts:
10-
- image: bmt-registry:5000/backup-repository
10+
- image: rkt-registry:5000/backup-repository
1111
ko:
1212
dependencies:
1313
paths: ["**/*.go", "go.mod", "go.sum"]
1414
ignore: ["**/*_test.go"]
1515
tagPolicy:
1616
gitCommit: {}
1717
insecureRegistries:
18-
- bmt-registry:5000
18+
- rkt-registry:5000
1919
deploy:
2020
statusCheck: true
2121
statusCheckDeadlineSeconds: 120
@@ -30,7 +30,7 @@ profiles:
3030
- helm/examples/backup-repository-ci.values.yaml
3131
setValueTemplates:
3232
installCRD: "false"
33-
image.repository: 'bmt-registry:5000/backup-repository'
33+
image.repository: 'rkt-registry:5000/backup-repository'
3434
image.tag: '{{.IMAGE_TAG}}'
3535
terminationGracePeriodSeconds: 1
3636
env.GIN_MODE: "debug"

0 commit comments

Comments
 (0)