Skip to content

Commit

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

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

* 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 Sep 17, 2024
1 parent c6f695e commit 0a5a263
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.2.0
- name: grafana-agent-operator
repository: https://grafana.github.io/helm-charts
version: 0.4.1
version: 0.4.2
- name: rollout-operator
repository: https://grafana.github.io/helm-charts
version: 0.17.0
digest: sha256:424e80b721405bc56d45b2b37072efc75bbebc2fc903ef7756340070e41c3454
generated: "2024-08-26T08:01:48.187756569Z"
digest: sha256:8ff7d04e35b065734914d3cc8a1234667d4b1a79d7e992e032b4225d5b1beba6
generated: "2024-09-16T03:04:33.982457274Z"
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.4.1
version: 0.4.2
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.2.0 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.4.1 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.4.2 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.17.0 |

# 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.4.1
app.kubernetes.io/version: "0.42.0"
helm.sh/chart: grafana-agent-operator-0.4.2
app.kubernetes.io/version: "0.43.0"
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.4.1
app.kubernetes.io/version: "0.42.0"
helm.sh/chart: grafana-agent-operator-0.4.2
app.kubernetes.io/version: "0.43.0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,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.4.1
app.kubernetes.io/version: "0.42.0"
helm.sh/chart: grafana-agent-operator-0.4.2
app.kubernetes.io/version: "0.43.0"
spec:
replicas: 1
selector:
Expand All @@ -34,7 +34,7 @@ spec:
type: RuntimeDefault
containers:
- name: grafana-agent-operator
image: "docker.io/grafana/agent-operator:v0.42.0"
image: "docker.io/grafana/agent-operator:v0.43.0"
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.4.1
app.kubernetes.io/version: "0.42.0"
helm.sh/chart: grafana-agent-operator-0.4.2
app.kubernetes.io/version: "0.43.0"
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.42.0"
image: "docker.io/grafana/agent:v0.43.0"
logLevel: info
serviceAccountName: grafana-agent-test-sa
metrics:
Expand Down

0 comments on commit 0a5a263

Please sign in to comment.