Skip to content

Commit d465034

Browse files
committed
release: fix binary name
Signed-off-by: Zach Aller <[email protected]>
1 parent 4dab5ba commit d465034

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/manager/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
type: RuntimeDefault
3030
containers:
3131
- command:
32-
- /manager
32+
- /gitops-promoter
3333
args:
3434
- --leader-elect
3535
image: quay.io/argoprojlabs/gitops-promoter:latest

config/release/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ resources:
44
images:
55
- name: quay.io/argoprojlabs/gitops-promoter
66
newName: quay.io/argoprojlabs/gitops-promoter
7-
newTag: v0.0.1-rc1
7+
newTag: latest
88
apiVersion: kustomize.config.k8s.io/v1beta1
99
kind: Kustomization

dist/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ spec:
11871187
- --metrics-bind-address=127.0.0.1:8080
11881188
- --leader-elect
11891189
command:
1190-
- /manager
1190+
- /gitops-promoter
11911191
image: quay.io/argoprojlabs/gitops-promoter:latest
11921192
livenessProbe:
11931193
httpGet:

0 commit comments

Comments
 (0)