Skip to content

Commit

Permalink
chore(deps): update helm release grafana-agent-operator to v0.3.20 (m…
Browse files Browse the repository at this point in the history
…ain) (#7824)

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

* 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 Apr 8, 2024
1 parent bf04ccd commit d23ddb6
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.19
version: 0.3.20
- name: rollout-operator
repository: https://grafana.github.io/helm-charts
version: 0.14.0
digest: sha256:75efdd747392eb84047470b37fb55fc03d99c891cf9cbcf97463278e57e92b39
generated: "2024-04-02T14:35:36.399712014Z"
digest: sha256:8696047fdb4e5365086caa05d26796d45a49716d0dda159b9d50789191660524
generated: "2024-04-08T01:38:16.315284364Z"
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.19
version: 0.3.20
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.19 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.3.20 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.14.0 |

# Contributing and releasing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.19
helm.sh/chart: grafana-agent-operator-0.3.20
app.kubernetes.io/version: "0.40.3"
rules:
- apiGroups: [monitoring.grafana.com]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.19
helm.sh/chart: grafana-agent-operator-0.3.20
app.kubernetes.io/version: "0.40.3"
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.19
helm.sh/chart: grafana-agent-operator-0.3.20
app.kubernetes.io/version: "0.40.3"
spec:
replicas: 1
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.19
helm.sh/chart: grafana-agent-operator-0.3.20
app.kubernetes.io/version: "0.40.3"
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ metadata:
spec:
containers:
- name: busybox
image: busybox
image: "docker.io/library/busybox:latest"
command: ['wget']
args: ['grafana-agent-test-operated:8080/-/healthy']
# Wait for GrafanaAgent CR
initContainers:
- name: sleep
image: busybox
image: "docker.io/library/busybox:latest"
command: ['sleep', '60']
restartPolicy: Never
---
Expand Down

0 comments on commit d23ddb6

Please sign in to comment.