Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading