File tree 3 files changed +17
-13
lines changed
3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
1
{{ template "chart.header" . }}
2
2
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" . }}
4
4
5
5
{{ template "chart.description" . }}
6
6
Original file line number Diff line number Diff line change 1
- {{- define "chart.versionBadge" -}}
2
- 
3
- {{- end -}}
4
-
5
1
{{- define "chart.typeBadge" -}}
6
2
{{- if .Type -}}{{- end -}}
7
3
{{- end -}}
8
4
9
- {{- define "chart.appVersionBadge" -}}
10
- {{- if .AppVersion -}}{{- end -}}
11
- {{- end -}}
12
-
13
5
{{- define "chart.kubeVersionBadge" -}}
14
6
{{- if .KubeVersion -}}{{- end -}}
15
7
{{- end -}}
22
14
## TL;DR;
23
15
24
16
```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
26
24
```
27
25
{{- end -}}
28
26
29
27
{{- 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" . }}
31
29
{{- end -}}
32
30
33
31
{{- define "chart.baseHead" -}}
Original file line number Diff line number Diff line change 1
1
# logging-operator
2
2
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 )
4
4
5
5
Logging operator for Kubernetes based on Fluentd and Fluentbit.
6
6
@@ -9,7 +9,13 @@ Logging operator for Kubernetes based on Fluentd and Fluentbit.
9
9
## TL;DR;
10
10
11
11
``` 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
13
19
```
14
20
15
21
## Introduction
You can’t perform that action at this time.
0 commit comments