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:
leongross 2023-01-30 16:58:49 +01:00 committed by GitHub
parent 11e233e4be
commit 2187aa6cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 73 additions and 179 deletions

View file

@ -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 }}

View file

@ -48,7 +48,7 @@ spec:
- --metrics-bind-address=:8080
- --leader-elect
command:
- /manager
- /ko-app/v2
env:
- name: OPERATOR_NAMESPACE
valueFrom: