File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed
Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 11{{ template "chart.header" . }}
22
3- {{ template "chart.versionBadge" . }} {{ template "chart. typeBadge" . }} {{ template "chart.appVersionBadge " . }} {{ template "chart.kubeVersionBadge" . }} {{ template "chart.artifactHubBadge" . }}
3+ {{ template "chart.typeBadge" . }} {{ template "chart.kubeVersionBadge" . }} {{ template "chart.artifactHubBadge" . }}
44
55{{ template "chart.description" . }}
66
Original file line number Diff line number Diff line change 1- {{- define "chart.versionBadge" -}}
2- 
3- {{- end -}}
4-
51{{- define "chart.typeBadge" -}}
62{{- if .Type -}}{{- end -}}
73{{- end -}}
84
9- {{- define "chart.appVersionBadge" -}}
10- {{- if .AppVersion -}}{{- end -}}
11- {{- end -}}
12-
135{{- define "chart.kubeVersionBadge" -}}
146{{- if .KubeVersion -}}{{- end -}}
157{{- end -}}
2214## TL;DR;
2315
2416```bash
25- helm install --generate-name --wait oci://ghcr.io/kube-logging/helm-charts/{{ .Name }} --version {{ .Version }}
17+ helm install --generate-name --wait oci://ghcr.io/kube-logging/helm-charts/{{ .Name }}
18+ ```
19+
20+ or to install with a specific version:
21+
22+ ```bash
23+ helm install --generate-name --wait oci://ghcr.io/kube-logging/helm-charts/{{ .Name }} --version $VERSION
2624```
2725{{- end -}}
2826
2927{{- define "chart.badges" -}}
30- {{ template "chart.versionBadge" . }} {{ template "chart. typeBadge" . }} {{ template "chart.appVersionBadge " . }} {{ template "chart.kubeVersionBadge" . }} {{ template "chart.artifactHubBadge" . }}
28+ {{ template "chart.typeBadge" . }} {{ template "chart.kubeVersionBadge" . }} {{ template "chart.artifactHubBadge" . }}
3129{{- end -}}
3230
3331{{- define "chart.baseHead" -}}
Original file line number Diff line number Diff line change 11# logging-operator
22
3- ![ version: 0.0.0 ] ( https://img.shields.io/badge/version-0.0.0-informational?style=flat-square ) ![ type: application] ( https://img.shields.io/badge/type-application-informational?style=flat-square ) ![ app version: latest ] ( https://img.shields.io/badge/app%20version-latest -informational?style=flat-square) ![ kube version: >=1.22.0-0] ( https://img.shields.io/badge/kube%20version->=1.22.0--0-informational?style=flat-square ) [ ![ artifact hub] ( https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square )] ( https://artifacthub.io/packages/helm/kube-logging/logging-operator )
3+ ![ type: application] ( https://img.shields.io/badge/type-application-informational?style=flat-square ) ![ kube version: >=1.22.0-0] ( https://img.shields.io/badge/kube%20version->=1.22.0--0-informational?style=flat-square ) [ ![ artifact hub] ( https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square )] ( https://artifacthub.io/packages/helm/kube-logging/logging-operator )
44
55Logging operator for Kubernetes based on Fluentd and Fluentbit.
66
@@ -9,7 +9,13 @@ Logging operator for Kubernetes based on Fluentd and Fluentbit.
99## TL;DR;
1010
1111``` bash
12- helm install --generate-name --wait oci://ghcr.io/kube-logging/helm-charts/logging-operator --version 0.0.0
12+ helm install --generate-name --wait oci://ghcr.io/kube-logging/helm-charts/logging-operator
13+ ```
14+
15+ or to install with a specific version:
16+
17+ ``` bash
18+ helm install --generate-name --wait oci://ghcr.io/kube-logging/helm-charts/logging-operator --version $VERSION
1319```
1420
1521## Introduction
You can’t perform that action at this time.
0 commit comments