Skip to content

Commit 3846c08

Browse files
committed
chore(registry): optimizing variable naming
1 parent e47a1b8 commit 3846c08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/builder/templates/builder-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- name: "DRYCC_REGISTRY_PROXY_HOST"
4747
value: "127.0.0.1"
4848
- name: "DRYCC_REGISTRY_PROXY_PORT"
49-
value: "{{ .Values.global.registry_service_port }}"
49+
value: "{{ .Values.global.registry_proxy_port }}"
5050
- name: "HEALTH_SERVER_PORT"
5151
value: "8092"
5252
- name: "EXTERNAL_PORT"

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func build(
308308
if stack["name"] != "container" {
309309
image = slugBuilderInfo.AbsoluteSlugObjectKey()
310310
}
311-
release, err := hooks.CreateBuild(client, conf.Username, conf.App(), image, stack["image"], gitSha.Short(), procType, stack["name"] == "container")
311+
release, err := hooks.CreateBuild(client, conf.Username, conf.App(), image, stack["name"], gitSha.Short(), procType, stack["name"] == "container")
312312
quit <- true
313313
<-quit
314314
if controller.CheckAPICompat(client, err) != nil {

0 commit comments

Comments
 (0)