Skip to content

Commit

Permalink
chore(deps): update Grafana Agent Operator version (#76)
Browse files Browse the repository at this point in the history
* chore: Bump Operator image version

Made with ❤️️ by updatecli

* chore: Bump Agent image version

Made with ❤️️ by updatecli

* chore: bump chart version

Made with ❤️️ by updatecli

* chore: Bump Operator module version

Made with ❤️️ by updatecli

* chore: run kubectl when chart changed

Made with ❤️️ by updatecli
  • Loading branch information
argoyle authored Sep 27, 2024
1 parent 2ecad01 commit 8051485
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions grafana-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6952,8 +6952,8 @@ metadata:
app.kubernetes.io/instance: grafana-agent-operator
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/version: 0.43.2
helm.sh/chart: grafana-agent-operator-0.4.3
app.kubernetes.io/version: 0.43.3
helm.sh/chart: grafana-agent-operator-0.4.4
name: grafana-agent-operator
namespace: grafana-agent
---
Expand All @@ -6980,8 +6980,8 @@ metadata:
app.kubernetes.io/instance: grafana-agent-operator
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/version: 0.43.2
helm.sh/chart: grafana-agent-operator-0.4.3
app.kubernetes.io/version: 0.43.3
helm.sh/chart: grafana-agent-operator-0.4.4
name: grafana-agent-operator
rules:
- apiGroups:
Expand Down Expand Up @@ -7291,8 +7291,8 @@ metadata:
app.kubernetes.io/instance: grafana-agent-operator
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/version: 0.43.2
helm.sh/chart: grafana-agent-operator-0.4.3
app.kubernetes.io/version: 0.43.3
helm.sh/chart: grafana-agent-operator-0.4.4
name: grafana-agent-operator
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand Down Expand Up @@ -7358,8 +7358,8 @@ metadata:
app.kubernetes.io/instance: grafana-agent-operator
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: grafana-agent-operator
app.kubernetes.io/version: 0.43.2
helm.sh/chart: grafana-agent-operator-0.4.3
app.kubernetes.io/version: 0.43.3
helm.sh/chart: grafana-agent-operator-0.4.4
name: grafana-agent-operator
namespace: grafana-agent
spec:
Expand All @@ -7377,7 +7377,7 @@ spec:
containers:
- args:
- --kubelet-service=default/kubelet
image: docker.io/grafana/agent-operator:v0.43.2
image: docker.io/grafana/agent-operator:v0.43.3
imagePullPolicy: IfNotPresent
name: grafana-agent-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion grafana/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helmCharts:
- name: grafana-agent-operator
namespace: grafana-agent
repo: https://grafana.github.io/helm-charts
version: '0.4.3'
version: '0.4.4'
releaseName: grafana-agent-operator
includeCRDs: true
valuesFile: operator-values.yaml
2 changes: 1 addition & 1 deletion grafana/operator-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
tag: v0.43.2
tag: v0.43.3
resources:
requests:
memory: 30Mi
Expand Down
4 changes: 2 additions & 2 deletions locals.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
version = "0.43.2"
agent_version = "0.43.2"
version = "0.43.3"
agent_version = "0.43.3"
yaml = templatefile("${path.module}/custom-resources.yaml.tmpl", {
cluster_name = var.cluster_name
external_labels = merge({ cluster = var.cluster_name }, var.external_labels)
Expand Down

0 comments on commit 8051485

Please sign in to comment.