mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
ci: reproducible builds integration (#1108)
* remove `-ko` suffix from workflows * integrate into `release.yaml` * adjust helm charts to use hard coded `ko` binary path
This commit is contained in:
parent
11e233e4be
commit
2187aa6cb0
13 changed files with 73 additions and 179 deletions
|
@ -51,7 +51,7 @@ spec:
|
|||
- --metrics-bind-address=127.0.0.1:8080
|
||||
- --leader-elect
|
||||
command:
|
||||
- /manager
|
||||
- /ko-app/v2
|
||||
env:
|
||||
- name: KUBERNETES_CLUSTER_DOMAIN
|
||||
value: {{ .Values.kubernetesClusterDomain }}
|
||||
|
|
|
@ -48,7 +48,7 @@ spec:
|
|||
- --metrics-bind-address=:8080
|
||||
- --leader-elect
|
||||
command:
|
||||
- /manager
|
||||
- /ko-app/v2
|
||||
env:
|
||||
- name: OPERATOR_NAMESPACE
|
||||
valueFrom:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue