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

[grafana] autoMount set to false in values.yaml #2977

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

Sheikh-Abubaker
Copy link
Collaborator

Fixes #2976

Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
@Xtigyro Xtigyro merged commit 49b6994 into grafana:main Feb 22, 2024
6 checks passed
kireque pushed a commit to kireque/home-ops that referenced this pull request Feb 22, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.0`
-> `7.3.2` |

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v7.3.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.1...grafana-7.3.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] autoMount set to false in values.yaml by
[@&#8203;Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in
[grafana/helm-charts#2977

**Full Changelog**:
grafana/helm-charts@grafana-7.3.1...grafana-7.3.2

###
[`v7.3.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.0...grafana-7.3.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to version 10.3.3 by
[@&#8203;Footur](https://togithub.com/Footur) in
[grafana/helm-charts#2965

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.33.0...grafana-7.3.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIxMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
@onedr0p
Copy link
Contributor

onedr0p commented Feb 22, 2024

Please revert this, it is a breaking change for anyone using the sidecar for dashboards

This should have pushed as a breaking change, not a patch.

grafana-5ffb7fb545-bg2wq grafana-sc-datasources Traceback (most recent call last):
grafana-5ffb7fb545-bg2wq grafana-sc-datasources   File "/app/sidecar.py", line 160, in <module>
grafana-5ffb7fb545-bg2wq grafana-sc-datasources     main()
grafana-5ffb7fb545-bg2wq grafana-sc-datasources   File "/app/sidecar.py", line 71, in main
grafana-5ffb7fb545-bg2wq grafana-sc-datasources     _initialize_kubeclient_configuration()
grafana-5ffb7fb545-bg2wq grafana-sc-datasources   File "/app/sidecar.py", line 140, in _initialize_kubeclient_configuration
grafana-5ffb7fb545-bg2wq grafana-sc-datasources     config.load_incluster_config()
grafana-5ffb7fb545-bg2wq grafana-sc-datasources   File "/app/.venv/lib/python3.12/site-packages/kubernetes/config/incluster_config.py", line 121, in load_incluster_config
grafana-5ffb7fb545-bg2wq grafana-sc-datasources     try_refresh_token=try_refresh_token).load_and_set(client_configuration)
grafana-5ffb7fb545-bg2wq grafana-sc-datasources                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grafana-5ffb7fb545-bg2wq grafana-sc-datasources   File "/app/.venv/lib/python3.12/site-packages/kubernetes/config/incluster_config.py", line 54, in load_and_set
grafana-5ffb7fb545-bg2wq grafana-sc-datasources     self._load_config()
grafana-5ffb7fb545-bg2wq grafana-sc-datasources   File "/app/.venv/lib/python3.12/site-packages/kubernetes/config/incluster_config.py", line 73, in _load_config
grafana-5ffb7fb545-bg2wq grafana-sc-datasources     raise ConfigException("Service token file does not exist.")
grafana-5ffb7fb545-bg2wq grafana-sc-datasources kubernetes.config.config_exception.ConfigException: Service token file does not exist.

@Sheikh-Abubaker
Copy link
Collaborator Author

Please revert this, it is a breaking change for anyone using the sidecar for dashboards

This should have pushed as a breaking change, not a patch.

@onedr0p

Is there something I can do ? Or is it up to the maintainer's to revert this ?

@onedr0p
Copy link
Contributor

onedr0p commented Feb 22, 2024

@Sheikh-Abubaker
A PR should be made to revert this in a new version to 7.3.3, and then if ya'll really want this token disabled by default, create a new release with 8.0.0 with the change. All of these steps will require maintainers to review and merge.

IMO I don't think that this token should be disabled by default because it breaks an important feature of the helm chart which is grafana chart discovery from configmaps in your cluster.

@Sheikh-Abubaker
Copy link
Collaborator Author

Sheikh-Abubaker commented Feb 22, 2024

@onedr0p

IMO I don't think that this token should be disabled by default because it breaks an important feature of the helm chart which is grafana chart discovery from configmaps in your cluster.

Makes sense, but I'm wondering if I should revert this PR right way or wait for the maintainers comment ? as this PR was reviewed and approved by two of them ?

@onedr0p
Copy link
Contributor

onedr0p commented Feb 22, 2024

@Sheikh-Abubaker

I would at least get a PR ready to undo this. Who knows when the maintainers are going be respond to this.

@Sheikh-Abubaker
Copy link
Collaborator Author

Sheikh-Abubaker commented Feb 22, 2024

Alright I'll open a PR to revert this and wait for the maintainers to review.

samip5 added a commit to samip5/k8s-cluster that referenced this pull request Feb 22, 2024
Sheikh-Abubaker added a commit to Sheikh-Abubaker/helm-charts that referenced this pull request Feb 22, 2024
…nt-pr"

This reverts commit 49b6994, reversing
changes made to d98e724.

Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
budimanjojo added a commit to budimanjojo/home-cluster that referenced this pull request Feb 23, 2024
bjw-s added a commit to bjw-s/home-ops that referenced this pull request Feb 23, 2024
nomaster added a commit to ffddorf/fleet-infra that referenced this pull request Feb 23, 2024
Grafana sidecars are missing their service account token, since them
Helm chart changed a default, which leads to the mount being missing.

See grafana/helm-charts#2977
Ramblurr added a commit to Ramblurr/home-ops that referenced this pull request Feb 23, 2024
MegaShinySnivy added a commit to MegaShinySnivy/Scaling-Snakes that referenced this pull request Feb 23, 2024
haraldkoch added a commit to haraldkoch/kochhaus-home that referenced this pull request Feb 23, 2024
smbonn2005 added a commit to smbonn2005/HomeOps that referenced this pull request Feb 23, 2024
haraldkoch added a commit to haraldkoch/kochhaus-home that referenced this pull request Feb 23, 2024
rkage added a commit to mcfio/home-cluster that referenced this pull request Feb 24, 2024
roelofjansen added a commit to renait/home-ops2 that referenced this pull request Feb 24, 2024
roelofjansen added a commit to renait/home-ops2 that referenced this pull request Feb 24, 2024
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Feb 24, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.0`
-> `7.3.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v7.3.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.1...grafana-7.3.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] autoMount set to false in values.yaml by
[@&#8203;Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in
[grafana/helm-charts#2977

**Full Changelog**:
grafana/helm-charts@grafana-7.3.1...grafana-7.3.2

###
[`v7.3.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.0...grafana-7.3.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to version 10.3.3 by
[@&#8203;Footur](https://togithub.com/Footur) in
[grafana/helm-charts#2965

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.33.0...grafana-7.3.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIxMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
@diranged
Copy link
Contributor

Just chiming in support here - maintainers, please revert this. This is a breaking change.

devmike18 added a commit to devmike18/sturdy-invention that referenced this pull request Feb 26, 2024
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Feb 27, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.1`
-> `7.3.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v7.3.3`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.3)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.2...grafana-7.3.3)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add value for pod.spec.automountServiceAccountToken by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2991

**Full Changelog**:
grafana/helm-charts@loki-distributed-0.78.3...grafana-7.3.3

###
[`v7.3.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.1...grafana-7.3.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] autoMount set to false in values.yaml by
[@&#8203;Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in
[grafana/helm-charts#2977

**Full Changelog**:
grafana/helm-charts@grafana-7.3.1...grafana-7.3.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
bjw-s added a commit to bjw-s/home-ops that referenced this pull request Mar 5, 2024
bjw-s added a commit to bjw-s/home-ops that referenced this pull request Mar 5, 2024
TristanHoladay pushed a commit to defenseunicorns/uds-core that referenced this pull request Mar 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/curlimages/curl](https://togithub.com/curl/curl-container)
| minor | `8.5.0` -> `8.6.0` |
| docker.io/grafana/grafana | minor | `10.3.1` -> `10.4.0` |
|
[ghcr.io/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
| minor | `1.25.3` -> `1.26.1` |
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.0`
-> `7.3.6` |
|
[registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
([source](https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar)) | minor |
`1.25.3` -> `1.26.1` |
|
[registry1.dso.mil/ironbank/opensource/grafana/grafana](https://togithub.com/grafana/grafana)
([source](https://repo1.dso.mil/dsop/opensource/grafana/grafana)) |
minor | `10.3.1` -> `10.4.0` |

---

### Release Notes

<details>
<summary>curl/curl-container (docker.io/curlimages/curl)</summary>

###
[`v8.6.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#860---2024-01-31)

[Compare
Source](https://togithub.com/curl/curl-container/compare/8.5.0...8.6.0)

##### Changed

-   bump to curl 8.6.0
-   bump to alpine 3.19.1

</details>

<details>
<summary>kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.26.1`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.26.1)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.26.0...1.26.1)

##### 💬 Other

-   Update README.md
- PR:
[#&#8203;330](https://togithub.com/kiwigrid/k8s-sidecar/issues/330)

###
[`v1.26.0`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.26.0)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.6...1.26.0)

##### 🐛 Fixes

-   \#minor Remove unnecessary sleep before each watch cycle
- PR:
[#&#8203;326](https://togithub.com/kiwigrid/k8s-sidecar/issues/326)

###
[`v1.25.6`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.6)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.5...1.25.6)

##### 📦 Dependencies

-   build(deps): bump logfmter from 0.0.6 to 0.0.7 in /src
- PR:
[#&#8203;320](https://togithub.com/kiwigrid/k8s-sidecar/issues/320)

###
[`v1.25.5`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.5)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.4...1.25.5)

##### 📦 Dependencies

- build(deps): bump python from 3.13.0a3-alpine3.18 to
3.13.0a4-alpine3.18
- PR:
[#&#8203;328](https://togithub.com/kiwigrid/k8s-sidecar/issues/328)

###
[`v1.25.4`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.4)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.3...1.25.4)

##### 📦 Dependencies

-   build(deps): bump python from 3.12.0-alpine3.18 to 3.12.1-alpine3.18
- PR:
[#&#8203;316](https://togithub.com/kiwigrid/k8s-sidecar/issues/316)
- build(deps): bump python from 3.12.1-alpine3.18 to 3.13.0a3-alpine3.18
- PR:
[#&#8203;323](https://togithub.com/kiwigrid/k8s-sidecar/issues/323)

</details>

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v7.3.6`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.6)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.5...grafana-7.3.6)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] bump kiwigrid/k8s-sidecar to 1.26.1 by
[@&#8203;kvanzuijlen](https://togithub.com/kvanzuijlen) in
[grafana/helm-charts#3011

**Full Changelog**:
grafana/helm-charts@grafana-7.3.5...grafana-7.3.6

###
[`v7.3.5`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.5)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.4...grafana-7.3.5)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] bump kiwigrid/k8s-sidecar version to 1.26.0 by
[@&#8203;kvanzuijlen](https://togithub.com/kvanzuijlen) in
[grafana/helm-charts#2993

**Full Changelog**:
grafana/helm-charts@grafana-7.3.4...grafana-7.3.5

###
[`v7.3.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.3...grafana-7.3.4)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add `serviceAccount.automountServiceAccountToken` and
document `automountServiceAccountToken` by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2997

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.36.0...grafana-7.3.4

###
[`v7.3.3`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.3)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.2...grafana-7.3.3)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add value for pod.spec.automountServiceAccountToken by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2991

**Full Changelog**:
grafana/helm-charts@loki-distributed-0.78.3...grafana-7.3.3

###
[`v7.3.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.1...grafana-7.3.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] autoMount set to false in values.yaml by
[@&#8203;Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in
[grafana/helm-charts#2977

**Full Changelog**:
grafana/helm-charts@grafana-7.3.1...grafana-7.3.2

###
[`v7.3.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.0...grafana-7.3.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to version 10.3.3 by
[@&#8203;Footur](https://togithub.com/Footur) in
[grafana/helm-charts#2965

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.33.0...grafana-7.3.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
lambchop4prez added a commit to lambchop4prez/network that referenced this pull request Apr 7, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | minor | `7.0.3`
-> `7.3.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v7.3.7`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.7)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.6...grafana-7.3.7)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update to version 10.4.0 by
[@&#8203;terop](https://togithub.com/terop) in
[grafana/helm-charts#3010

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-0.11.2...grafana-7.3.7

###
[`v7.3.6`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.6)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.5...grafana-7.3.6)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] bump kiwigrid/k8s-sidecar to 1.26.1 by
[@&#8203;kvanzuijlen](https://togithub.com/kvanzuijlen) in
[grafana/helm-charts#3011

**Full Changelog**:
grafana/helm-charts@grafana-7.3.5...grafana-7.3.6

###
[`v7.3.5`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.5)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.4...grafana-7.3.5)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] bump kiwigrid/k8s-sidecar version to 1.26.0 by
[@&#8203;kvanzuijlen](https://togithub.com/kvanzuijlen) in
[grafana/helm-charts#2993

**Full Changelog**:
grafana/helm-charts@grafana-7.3.4...grafana-7.3.5

###
[`v7.3.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.3...grafana-7.3.4)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add `serviceAccount.automountServiceAccountToken` and
document `automountServiceAccountToken` by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2997

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.36.0...grafana-7.3.4

###
[`v7.3.3`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.3)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.2...grafana-7.3.3)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add value for pod.spec.automountServiceAccountToken by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2991

**Full Changelog**:
grafana/helm-charts@loki-distributed-0.78.3...grafana-7.3.3

###
[`v7.3.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.1...grafana-7.3.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] autoMount set to false in values.yaml by
[@&#8203;Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in
[grafana/helm-charts#2977

**Full Changelog**:
grafana/helm-charts@grafana-7.3.1...grafana-7.3.2

###
[`v7.3.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.0...grafana-7.3.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to version 10.3.3 by
[@&#8203;Footur](https://togithub.com/Footur) in
[grafana/helm-charts#2965

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.33.0...grafana-7.3.1

###
[`v7.3.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.2.5...grafana-7.3.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] app version to 10.3.1 by
[@&#8203;nazimisik](https://togithub.com/nazimisik) in
[grafana/helm-charts#2936

#### New Contributors

- [@&#8203;nazimisik](https://togithub.com/nazimisik) made their first
contribution in
[grafana/helm-charts#2936

**Full Changelog**:
grafana/helm-charts@promtail-6.15.5...grafana-7.3.0

###
[`v7.2.5`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.2.5)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.2.4...grafana-7.2.5)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Allow prefix field in envFrom entries by
[@&#8203;mario-steinhoff-gcx](https://togithub.com/mario-steinhoff-gcx)
in
[grafana/helm-charts#2934

**Full Changelog**:
grafana/helm-charts@helm-loki-5.42.0...grafana-7.2.5

###
[`v7.2.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.2.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.2.3...grafana-7.2.4)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] fix Chart.yaml - fix incorrect license
[#&#8203;2882](https://togithub.com/grafana/helm-charts/issues/2882) by
[@&#8203;arukiidou](https://togithub.com/arukiidou) in
[grafana/helm-charts#2909

**Full Changelog**:
grafana/helm-charts@loki-stack-2.10.1...grafana-7.2.4

###
[`v7.2.3`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.2.3)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.2.2...grafana-7.2.3)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Allow to customize empty dir volume by
[@&#8203;YvesZelros](https://togithub.com/YvesZelros) in
[grafana/helm-charts#2911

#### New Contributors

- [@&#8203;YvesZelros](https://togithub.com/YvesZelros) made their first
contribution in
[grafana/helm-charts#2911

**Full Changelog**:
grafana/helm-charts@grafana-7.2.2...grafana-7.2.3

###
[`v7.2.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.2.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.2.1...grafana-7.2.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Don't fail assertNoLeakedSecrets check if a variable
expansion operator is found by
[@&#8203;bdalpe](https://togithub.com/bdalpe) in
[grafana/helm-charts#2904

#### New Contributors

- [@&#8203;bdalpe](https://togithub.com/bdalpe) made their first
contribution in
[grafana/helm-charts#2904

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.8.0...grafana-7.2.2

###
[`v7.2.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.2.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.2.0...grafana-7.2.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] fix secret datasources/notifiers rendering by
[@&#8203;JordanGoasdoue](https://togithub.com/JordanGoasdoue) in
[grafana/helm-charts#2895

#### New Contributors

- [@&#8203;JordanGoasdoue](https://togithub.com/JordanGoasdoue) made
their first contribution in
[grafana/helm-charts#2895

**Full Changelog**:
grafana/helm-charts@grafana-7.2.0...grafana-7.2.1

###
[`v7.2.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.2.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.1.0...grafana-7.2.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Support Datasource sidecar having envValueFrom by
[@&#8203;mtenrero](https://togithub.com/mtenrero) in
[grafana/helm-charts#2862

#### New Contributors

- [@&#8203;mtenrero](https://togithub.com/mtenrero) made their first
contribution in
[grafana/helm-charts#2862

**Full Changelog**:
grafana/helm-charts@helm-k6-operator-3.4.0...grafana-7.2.0

###
[`v7.1.0`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.1.0)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.22...grafana-7.1.0)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] feat: fail when users store secrets in plaintext by
[@&#8203;DerekTBrown](https://togithub.com/DerekTBrown) in
[grafana/helm-charts#2867

#### New Contributors

- [@&#8203;DerekTBrown](https://togithub.com/DerekTBrown) made their
first contribution in
[grafana/helm-charts#2867

**Full Changelog**:
grafana/helm-charts@grafana-7.0.22...grafana-7.1.0

###
[`v7.0.22`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.22)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.21...grafana-7.0.22)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] app version to 10.2.3 by
[@&#8203;akselleirv](https://togithub.com/akselleirv) in
[grafana/helm-charts#2879

#### New Contributors

- [@&#8203;akselleirv](https://togithub.com/akselleirv) made their first
contribution in
[grafana/helm-charts#2879

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.7.4...grafana-7.0.22

###
[`v7.0.21`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.21)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.20...grafana-7.0.21)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Quote hostname in ingress.yaml by
[@&#8203;msadiq058](https://togithub.com/msadiq058) in
[grafana/helm-charts#2871

#### New Contributors

- [@&#8203;msadiq058](https://togithub.com/msadiq058) made their first
contribution in
[grafana/helm-charts#2871

**Full Changelog**:
grafana/helm-charts@grafana-7.0.20...grafana-7.0.21

###
[`v7.0.20`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.20)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.19...grafana-7.0.20)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Added support for loadBalancerClass by
[@&#8203;Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in
[grafana/helm-charts#2790

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.30.0...grafana-7.0.20

###
[`v7.0.19`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.19)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.18...grafana-7.0.19)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Updates comments in values.yaml to align
extraVolumes.hostP… by [@&#8203;mheers](https://togithub.com/mheers) in
[grafana/helm-charts#2856

#### New Contributors

- [@&#8203;mheers](https://togithub.com/mheers) made their first
contribution in
[grafana/helm-charts#2856

**Full Changelog**:
grafana/helm-charts@grafana-7.0.18...grafana-7.0.19

###
[`v7.0.18`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.18)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.17...grafana-7.0.18)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] fix: Change sidecar.alerts.initDatasources to
sidecar.alerts.initAlerts by
[@&#8203;kvanzuijlen](https://togithub.com/kvanzuijlen) in
[grafana/helm-charts#2789

**Full Changelog**:
grafana/helm-charts@k8s-monitoring-0.7.0...grafana-7.0.18

###
[`v7.0.17`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.17)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.16...grafana-7.0.17)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Document extraVolumes by
[@&#8203;stephan2012](https://togithub.com/stephan2012) in
[grafana/helm-charts#2823

#### New Contributors

- [@&#8203;stephan2012](https://togithub.com/stephan2012) made their
first contribution in
[grafana/helm-charts#2823

**Full Changelog**:
grafana/helm-charts@grafana-7.0.16...grafana-7.0.17

###
[`v7.0.16`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.16)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.15...grafana-7.0.16)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Avoid unnecessary pod restart on each helm chart version by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2834

**Full Changelog**:
grafana/helm-charts@grafana-7.0.15...grafana-7.0.16

###
[`v7.0.15`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.15)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.14...grafana-7.0.15)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Allow setting dns config for pod template by
[@&#8203;weikinhuang](https://togithub.com/weikinhuang) in
[grafana/helm-charts#2835

#### New Contributors

- [@&#8203;weikinhuang](https://togithub.com/weikinhuang) made their
first contribution in
[grafana/helm-charts#2835

**Full Changelog**:
grafana/helm-charts@grafana-7.0.14...grafana-7.0.15

###
[`v7.0.14`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.14)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.11...grafana-7.0.14)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] - Add support for templating in ServiceMonitor labels by
[@&#8203;Allex1](https://togithub.com/Allex1) in
[grafana/helm-charts#2774

**Full Changelog**:
grafana/helm-charts@helm-k6-operator-3.3.0...grafana-7.0.14

###
[`v7.0.11`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.11)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.10...grafana-7.0.11)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to v10.2.2 by
[@&#8203;Footur](https://togithub.com/Footur) in
[grafana/helm-charts#2795

**Full Changelog**:
grafana/helm-charts@grafana-7.0.10...grafana-7.0.11

###
[`v7.0.10`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.10)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.9...grafana-7.0.10)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Mount configSecret by
[@&#8203;YuleZ](https://togithub.com/YuleZ) in
[grafana/helm-charts#2782

**Full Changelog**:
grafana/helm-charts@grafana-7.0.9...grafana-7.0.10

###
[`v7.0.9`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.9)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.8...grafana-7.0.9)

The leading tool for querying and visualizing time series and metrics.

##### What's Changed

- \[grafana] Docs: improve clarity of alert provisioning docs by
[@&#8203;jwreford99](https://togithub.com/jwreford99) in
[grafana/helm-charts#2792

##### New Contributors

- [@&#8203;jwreford99](https://togithub.com/jwreford99) made their first
contribution in
[grafana/helm-charts#2792

**Full Changelog**:
grafana/helm-charts@tempo-distributed-1.7.1...grafana-7.0.9

###
[`v7.0.8`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.8)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.6...grafana-7.0.8)

The leading tool for querying and visualizing time series and metrics.

##### What's Changed

- \[grafana] feat(networkpolicy): specify egress destination by
[@&#8203;LeoFVO](https://togithub.com/LeoFVO) in
[grafana/helm-charts#2776

##### New Contributors

- [@&#8203;LeoFVO](https://togithub.com/LeoFVO) made their first
contribution in
[grafana/helm-charts#2776

**Full Changelog**:
grafana/helm-charts@grafana-7.0.6...grafana-7.0.8

###
[`v7.0.6`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.6)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.5...grafana-7.0.6)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] sc datasources only as init container w/ init container
config by [@&#8203;bt909](https://togithub.com/bt909) in
[grafana/helm-charts#2760

**Full Changelog**:
grafana/helm-charts@grafana-7.0.5...grafana-7.0.6

###
[`v7.0.5`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.5)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.4...grafana-7.0.5)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Fixed broken URL to ALB actions in the README by
[@&#8203;Mattie112](https://togithub.com/Mattie112) in
[grafana/helm-charts#2773

#### New Contributors

- [@&#8203;Mattie112](https://togithub.com/Mattie112) made their first
contribution in
[grafana/helm-charts#2773

**Full Changelog**:
grafana/helm-charts@rollout-operator-0.10.0...grafana-7.0.5

###
[`v7.0.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.0.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.0.3...grafana-7.0.4)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] allow alerts sidecar as init container by
[@&#8203;bt909](https://togithub.com/bt909) in
[grafana/helm-charts#2771

**Full Changelog**:
grafana/helm-charts@helm-k6-operator-3.0.0...grafana-7.0.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/lambchop4prez/network).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
robmcelvenny pushed a commit to owen-grady/uds-core-slim-dev that referenced this pull request Jun 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/curlimages/curl](https://togithub.com/curl/curl-container)
| minor | `8.5.0` -> `8.6.0` |
| docker.io/grafana/grafana | minor | `10.3.1` -> `10.4.0` |
|
[ghcr.io/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
| minor | `1.25.3` -> `1.26.1` |
| [grafana](https://grafana.com)
([source](https://togithub.com/grafana/helm-charts)) | patch | `7.3.0`
-> `7.3.6` |
|
[registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
([source](https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar)) | minor |
`1.25.3` -> `1.26.1` |
|
[registry1.dso.mil/ironbank/opensource/grafana/grafana](https://togithub.com/grafana/grafana)
([source](https://repo1.dso.mil/dsop/opensource/grafana/grafana)) |
minor | `10.3.1` -> `10.4.0` |

---

### Release Notes

<details>
<summary>curl/curl-container (docker.io/curlimages/curl)</summary>

###
[`v8.6.0`](https://togithub.com/curl/curl-container/blob/HEAD/CHANGELOG.md#860---2024-01-31)

[Compare
Source](https://togithub.com/curl/curl-container/compare/8.5.0...8.6.0)

##### Changed

-   bump to curl 8.6.0
-   bump to alpine 3.19.1

</details>

<details>
<summary>kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.26.1`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.26.1)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.26.0...1.26.1)

##### 💬 Other

-   Update README.md
- PR:
[#&#8203;330](https://togithub.com/kiwigrid/k8s-sidecar/issues/330)

###
[`v1.26.0`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.26.0)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.6...1.26.0)

##### 🐛 Fixes

-   \#minor Remove unnecessary sleep before each watch cycle
- PR:
[#&#8203;326](https://togithub.com/kiwigrid/k8s-sidecar/issues/326)

###
[`v1.25.6`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.6)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.5...1.25.6)

##### 📦 Dependencies

-   build(deps): bump logfmter from 0.0.6 to 0.0.7 in /src
- PR:
[#&#8203;320](https://togithub.com/kiwigrid/k8s-sidecar/issues/320)

###
[`v1.25.5`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.5)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.4...1.25.5)

##### 📦 Dependencies

- build(deps): bump python from 3.13.0a3-alpine3.18 to
3.13.0a4-alpine3.18
- PR:
[#&#8203;328](https://togithub.com/kiwigrid/k8s-sidecar/issues/328)

###
[`v1.25.4`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.4)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.3...1.25.4)

##### 📦 Dependencies

-   build(deps): bump python from 3.12.0-alpine3.18 to 3.12.1-alpine3.18
- PR:
[#&#8203;316](https://togithub.com/kiwigrid/k8s-sidecar/issues/316)
- build(deps): bump python from 3.12.1-alpine3.18 to 3.13.0a3-alpine3.18
- PR:
[#&#8203;323](https://togithub.com/kiwigrid/k8s-sidecar/issues/323)

</details>

<details>
<summary>grafana/helm-charts (grafana)</summary>

###
[`v7.3.6`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.6)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.5...grafana-7.3.6)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] bump kiwigrid/k8s-sidecar to 1.26.1 by
[@&#8203;kvanzuijlen](https://togithub.com/kvanzuijlen) in
[grafana/helm-charts#3011

**Full Changelog**:
grafana/helm-charts@grafana-7.3.5...grafana-7.3.6

###
[`v7.3.5`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.5)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.4...grafana-7.3.5)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] bump kiwigrid/k8s-sidecar version to 1.26.0 by
[@&#8203;kvanzuijlen](https://togithub.com/kvanzuijlen) in
[grafana/helm-charts#2993

**Full Changelog**:
grafana/helm-charts@grafana-7.3.4...grafana-7.3.5

###
[`v7.3.4`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.4)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.3...grafana-7.3.4)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add `serviceAccount.automountServiceAccountToken` and
document `automountServiceAccountToken` by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2997

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.36.0...grafana-7.3.4

###
[`v7.3.3`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.3)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.2...grafana-7.3.3)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Add value for pod.spec.automountServiceAccountToken by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[grafana/helm-charts#2991

**Full Changelog**:
grafana/helm-charts@loki-distributed-0.78.3...grafana-7.3.3

###
[`v7.3.2`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.2)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.1...grafana-7.3.2)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] autoMount set to false in values.yaml by
[@&#8203;Sheikh-Abubaker](https://togithub.com/Sheikh-Abubaker) in
[grafana/helm-charts#2977

**Full Changelog**:
grafana/helm-charts@grafana-7.3.1...grafana-7.3.2

###
[`v7.3.1`](https://togithub.com/grafana/helm-charts/releases/tag/grafana-7.3.1)

[Compare
Source](https://togithub.com/grafana/helm-charts/compare/grafana-7.3.0...grafana-7.3.1)

The leading tool for querying and visualizing time series and metrics.

#### What's Changed

- \[grafana] Update Grafana to version 10.3.3 by
[@&#8203;Footur](https://togithub.com/Footur) in
[grafana/helm-charts#2965

**Full Changelog**:
grafana/helm-charts@grafana-agent-0.33.0...grafana-7.3.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[grafana] Service account automountServiceAccountToken should be set to false
5 participants