Skip to content

Commit

Permalink
chore(deps): update helm release grafana-agent-operator to v0.3.8 (ma…
Browse files Browse the repository at this point in the history
…in) (#6454)

* chore(deps): update helm release grafana-agent-operator to v0.3.8

* Update build with regenerated helm tests and docs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Oct 31, 2023
1 parent 6c49dc1 commit 8417764
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions operations/helm/charts/mimir-distributed/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 5.0.14
- name: grafana-agent-operator
repository: https://grafana.github.io/helm-charts
version: 0.3.7
version: 0.3.8
- name: rollout-operator
repository: https://grafana.github.io/helm-charts
version: 0.9.1
digest: sha256:a33f94d698d6fd2cd703c0f7482ad6d03f4cb44e4971272bb9fa1703e9f10a12
generated: "2023-10-16T00:58:44.873531463Z"
digest: sha256:8a4b2f3d0e30bc7a5aedf99f0a26da61a267a8b0d143eb85f45485bc02cad58d
generated: "2023-10-23T03:41:31.534206747Z"
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
condition: minio.enabled
- name: grafana-agent-operator
alias: grafana-agent-operator
version: 0.3.7
version: 0.3.8
repository: https://grafana.github.io/helm-charts
condition: metaMonitoring.grafanaAgent.installOperator
- name: rollout-operator
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Kubernetes: `^1.20.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.min.io/ | minio(minio) | 5.0.14 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.3.7 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.3.8 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.9.1 |

# Contributing and releasing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
app.kubernetes.io/instance: metamonitoring-values
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
helm.sh/chart: grafana-agent-operator-0.3.7
app.kubernetes.io/version: "0.37.1"
helm.sh/chart: grafana-agent-operator-0.3.8
app.kubernetes.io/version: "0.37.2"
rules:
- apiGroups: [monitoring.grafana.com]
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
app.kubernetes.io/instance: metamonitoring-values
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
helm.sh/chart: grafana-agent-operator-0.3.7
app.kubernetes.io/version: "0.37.1"
helm.sh/chart: grafana-agent-operator-0.3.8
app.kubernetes.io/version: "0.37.2"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
app.kubernetes.io/instance: metamonitoring-values
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
helm.sh/chart: grafana-agent-operator-0.3.7
app.kubernetes.io/version: "0.37.1"
helm.sh/chart: grafana-agent-operator-0.3.8
app.kubernetes.io/version: "0.37.2"
spec:
replicas: 1
selector:
Expand All @@ -33,7 +33,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana-agent-operator
image: "docker.io/grafana/agent-operator:v0.37.1"
image: "docker.io/grafana/agent-operator:v0.37.2"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ metadata:
app.kubernetes.io/instance: metamonitoring-values
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: operator
helm.sh/chart: grafana-agent-operator-0.3.7
app.kubernetes.io/version: "0.37.1"
helm.sh/chart: grafana-agent-operator-0.3.8
app.kubernetes.io/version: "0.37.2"
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ metadata:
"helm.sh/hook": test
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
image: "docker.io/grafana/agent:v0.37.1"
image: "docker.io/grafana/agent:v0.37.2"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
Expand Down

0 comments on commit 8417764

Please sign in to comment.