Skip to content

Commit 21596f9

Browse files
committed
Merge branch 'main' into fork
2 parents 52436d8 + af9ef28 commit 21596f9

File tree

35 files changed

+167
-60
lines changed

35 files changed

+167
-60
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python-version: 3.12
5555

5656
- name: Set up chart-testing
57-
uses: helm/chart-testing-action@5f16c27cf7a4fa9c776ff73734df3909b2b65127 # v2.1.0
57+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
5858

5959
- name: Run chart-testing (list-changed)
6060
id: list-changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CR_SKIP_EXISTING: "true"
5050

5151
- name: Login to GHCR
52-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
52+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

.github/workflows/update-helm-repo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
persist-credentials: false
6262

6363
- name: Set up chart-testing
64-
uses: helm/chart-testing-action@5f16c27cf7a4fa9c776ff73734df3909b2b65127 # v2.1.0
64+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
6565

6666
- name: List changed charts
6767
id: list-changed
@@ -263,7 +263,7 @@ jobs:
263263
"${CR_TOOL_PATH}/cr" index --config "${CR_CONFIGFILE}" --token "${{ env.AUTHTOKEN }}" --index-path "${CR_INDEX_PATH}" --package-path "${CR_PACKAGE_PATH}" --push
264264
265265
- name: Login to GHCR
266-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
266+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
267267
with:
268268
registry: ghcr.io
269269
username: ${{ github.actor }}

.github/workflows/validate-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Set up chart-testing
26-
uses: helm/chart-testing-action@b0d4458c71155b54fcf33e11dd465dc923550009 # v2.0.1
26+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
2727
- name: Validate PR
2828
run: scripts/validate-pr.sh
2929
env:

charts/agent-operator/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ apiVersion: v2
22
name: grafana-agent-operator
33
description: A Helm chart for Grafana Agent Operator
44
type: application
5-
version: 0.5.1
5+
version: 0.5.2
6+
deprecated: true
67
appVersion: "0.44.2"
78
home: https://grafana.com/docs/agent/v0.44/
89
icon: https://raw.githubusercontent.com/grafana/agent/v0.44.2/docs/sources/assets/logo_and_name.png

charts/agent-operator/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# ⚠️ Deprecation Notice
2+
3+
**This chart is deprecated and will no longer receive updates or support.**
4+
15
# grafana-agent-operator
26

3-
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.44.2](https://img.shields.io/badge/AppVersion-0.44.2-informational?style=flat-square)
7+
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.44.2](https://img.shields.io/badge/AppVersion-0.44.2-informational?style=flat-square)
48

59
A Helm chart for Grafana Agent Operator
610

charts/agent-operator/README.md.gotmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ⚠️ Deprecation Notice
2+
3+
**This chart is deprecated and will no longer receive updates or support.**
4+
15
{{ template "chart.header" . }}
26

37
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}

charts/grafana/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: grafana
3-
version: 10.1.2
4-
appVersion: 12.2.0
3+
version: 10.1.4
4+
appVersion: 12.2.1
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.
77
home: https://grafana.com

charts/grafana/templates/_pod.tpl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ containers:
397397
- name: SCRIPT
398398
value: {{ quote . }}
399399
{{- end }}
400-
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
400+
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_ADMIN_USER__FILE) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
401401
- name: REQ_USERNAME
402402
valueFrom:
403403
secretKeyRef:
@@ -530,7 +530,7 @@ containers:
530530
value: {{ quote . }}
531531
{{- end }}
532532
{{- if not .Values.sidecar.dashboards.skipReload }}
533-
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
533+
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_ADMIN_USER__FILE) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
534534
- name: REQ_USERNAME
535535
valueFrom:
536536
secretKeyRef:
@@ -657,7 +657,7 @@ containers:
657657
- name: SCRIPT
658658
value: {{ quote . }}
659659
{{- end }}
660-
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
660+
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_ADMIN_USER__FILE) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
661661
- name: REQ_USERNAME
662662
valueFrom:
663663
secretKeyRef:
@@ -780,7 +780,7 @@ containers:
780780
- name: SCRIPT
781781
value: {{ quote . }}
782782
{{- end }}
783-
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
783+
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_ADMIN_USER__FILE) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
784784
- name: REQ_USERNAME
785785
valueFrom:
786786
secretKeyRef:
@@ -903,7 +903,7 @@ containers:
903903
- name: SKIP_TLS_VERIFY
904904
value: "{{ . }}"
905905
{{- end }}
906-
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
906+
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_ADMIN_USER__FILE) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
907907
- name: REQ_USERNAME
908908
valueFrom:
909909
secretKeyRef:
@@ -1141,7 +1141,7 @@ containers:
11411141
valueFrom:
11421142
fieldRef:
11431143
fieldPath: status.podIP
1144-
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
1144+
{{- if and (not .Values.env.GF_SECURITY_ADMIN_USER) (not .Values.env.GF_SECURITY_ADMIN_USER__FILE) (not .Values.env.GF_SECURITY_DISABLE_INITIAL_ADMIN_CREATION) }}
11451145
- name: GF_SECURITY_ADMIN_USER
11461146
valueFrom:
11471147
secretKeyRef:

charts/lgtm-distributed/Chart.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ apiVersion: v2
33
name: lgtm-distributed
44
description: Umbrella chart for a distributed Loki, Grafana, Tempo and Mimir stack
55
type: application
6-
version: 2.1.0
7-
appVersion: "^7.3.9"
6+
version: 3.0.1
7+
appVersion: "^12.1.1"
8+
deprecated: true
89

910
home: https://grafana.com/oss/
1011
icon: https://artifacthub.io/image/b4fed1a7-6c8f-4945-b99d-096efa3e4116
@@ -35,6 +36,8 @@ annotations:
3536
url: https://github.com/grafana/mimir
3637
- name: Tempo
3738
url: https://github.com/grafana/tempo
39+
- name: Oncall
40+
url: https://github.com/grafana/oncall
3841
3942
maintainers:
4043
- name: timberhill
@@ -44,24 +47,24 @@ dependencies:
4447
alias: grafana
4548
condition: grafana.enabled
4649
repository: https://grafana.github.io/helm-charts
47-
version: "^7.3.9"
50+
version: "^10.0.0"
4851
- name: loki-distributed
4952
alias: loki
5053
condition: loki.enabled
5154
repository: "https://grafana.github.io/helm-charts"
52-
version: "^0.79.0"
55+
version: "^0.80.5"
5356
- name: mimir-distributed
5457
alias: mimir
5558
condition: mimir.enabled
5659
repository: "https://grafana.github.io/helm-charts"
57-
version: "^5.3.0"
60+
version: "^5.8.0"
5861
- name: tempo-distributed
5962
alias: tempo
6063
condition: tempo.enabled
6164
repository: "https://grafana.github.io/helm-charts"
62-
version: "^1.9.2"
65+
version: "^1.48.0"
6366
- name: oncall
6467
alias: grafana-oncall
6568
condition: grafana-oncall.enabled
6669
repository: "https://grafana.github.io/helm-charts"
67-
version: "^1.3.114"
70+
version: "^1.16.5"

0 commit comments

Comments
 (0)