A terraform module which provides the custom addon for grafana-agent-operator to be used together with opzkit/k8s/aws.
Update the chart-versions in grafana/kustomization.yaml and ksm/kustomization.yaml.
Also update versions in any custom-resources that are versioned (i.e. monitoring.grafana.com/v1alpha1/GrafanaAgent
)
as well as the version in output.tf.
Remove any existing downloaded charts:
rm -rf grafana/charts ksm/charts
Run the kustomizations like below
kubectl kustomize . -o grafana-agent.yaml --enable-helm
Check the changes and if everything looks correct, update version, commit, push and PR.
The update to version 0.26.2 changes the label selector of the grafana-agent-operator deployment which cannot be handled automatically. Please remove the deployment manually before applying the new version.