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.8 (main) #6454

Merged
merged 2 commits into from
Oct 31, 2023
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.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
Loading