-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathconsoleclidownload-rekor.yaml
30 lines (30 loc) · 2 KB
/
consoleclidownload-rekor.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{{- if .Values.configs.clientserver.consoleDownload }}
apiVersion: console.openshift.io/v1
kind: ConsoleCLIDownload
metadata:
name: rekor-cli
labels:
app.kubernetes.io/managed-by: "Helm"
annotations:
meta.helm.sh/release-name: "trusted-artifact-signer"
meta.helm.sh/release-namespace: "trusted-artifact-signer"
spec:
description: rekor-cli is a CLI tool that allows you to
interact with rekor server.
displayName: rekor - Command Line Interface (CLI)
links:
- href: "https://{{ $.Values.configs.clientserver.name }}-{{ $.Values.configs.clientserver.namespace }}.{{ $.Values.global.appsSubdomain }}/clients/linux/rekor-cli-amd64.gz"
text: Download rekor-cli for Linux x86_64
- href: "https://{{ $.Values.configs.clientserver.name }}-{{ $.Values.configs.clientserver.namespace }}.{{ $.Values.global.appsSubdomain }}/clients/linux/rekor-cli-arm64.gz"
text: Download rekor-cli for Linux arm64
- href: "https://{{ $.Values.configs.clientserver.name }}-{{ $.Values.configs.clientserver.namespace }}.{{ $.Values.global.appsSubdomain }}/clients/linux/rekor-cli-ppc64le.gz"
text: Download rekor-cli for Linux ppc64le
- href: "https://{{ $.Values.configs.clientserver.name }}-{{ $.Values.configs.clientserver.namespace }}.{{ $.Values.global.appsSubdomain }}/clients/linux/rekor-cli-s390x.gz"
text: Download rekor-cli for Linux s390x
- href: "https://{{ $.Values.configs.clientserver.name }}-{{ $.Values.configs.clientserver.namespace }}.{{ $.Values.global.appsSubdomain }}/clients/darwin/rekor-cli-amd64.gz"
text: Download rekor-cli for Mac x86_64
- href: "https://{{ $.Values.configs.clientserver.name }}-{{ $.Values.configs.clientserver.namespace }}.{{ $.Values.global.appsSubdomain }}/clients/darwin/rekor-cli-arm64.gz"
text: Download rekor-cli for Mac arm64
- href: "https://{{ $.Values.configs.clientserver.name }}-{{ $.Values.configs.clientserver.namespace }}.{{ $.Values.global.appsSubdomain }}/clients/windows/rekor-cli-amd64.gz"
text: Download rekor-cli for Windows x86_64
{{- end }}