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

feat(helm): update chart grafana ( 8.2.0 → 8.3.1 ) #3907

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
grafana (source) minor 8.2.0 -> 8.3.1

Release Notes

grafana/helm-charts (grafana)

v8.3.1

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-8.3.0...grafana-8.3.1

v8.3.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@tempo-distributed-1.13.2...grafana-8.3.0

v8.2.2

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@tempo-distributed-1.13.1...grafana-8.2.2

v8.2.1

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-8.2.0...grafana-8.2.1


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Jul 1, 2024

Helm Release Diff: monitoring/grafana/grafana.yaml

--- /tmp/tmp.qLKThVIETi	2024-07-01 11:29:54.841588163 +0000
+++ /tmp/tmp.bpt5ARMd2V	2024-07-01 11:29:56.569601587 +0000
@@ -18,7 +18,7 @@
 data:
 
   admin-user: "YWRtaW4="
-  admin-password: "VTN1OG1FTDFrcEhoa3BtRWYzQVFJWXNHakc4ZUNBd3BLb0hoRG1OYw=="
+  admin-password: "bjlHdTF5d3B5TjAySkttVDVGWmpwc2lRdU9mN28wMTNvZUZOa3A2Sw=="
   ldap-toml: ""
 
 ---
@@ -1048,7 +1048,7 @@
             - name: sc-datasources-volume
               mountPath: "/etc/grafana/provisioning/datasources"
         - name: grafana
-          image: "docker.io/grafana/grafana:11.0.0"
+          image: "docker.io/grafana/grafana:11.1.0"
           imagePullPolicy: IfNotPresent
           securityContext:
             allowPrivilegeEscalation: false

@renovate renovate bot changed the title fix(helm): update chart grafana ( 8.2.0 → 8.2.1 ) fix(helm): update chart grafana ( 8.2.0 → 8.2.2 ) Jul 1, 2024
Copy link

github-actions bot commented Jul 1, 2024

Helm Release Diff: monitoring/grafana/grafana.yaml

--- /tmp/tmp.7TYwpJAAwM	2024-07-01 23:20:11.510737867 +0000
+++ /tmp/tmp.LCd5lw1acH	2024-07-01 23:20:12.882738268 +0000
@@ -18,7 +18,7 @@
 data:
 
   admin-user: "YWRtaW4="
-  admin-password: "YkpVeWJJS3M3Z09QUTh1MTJLR0RxcHNQQ0VKbmluTm1PZzlONTcwYg=="
+  admin-password: "ZGQzUDJLZ3JwVkpvNWU2UExaNkhxZEdIbjV5dEdxZWlGUmdOZkUzaw=="
   ldap-toml: ""
 
 ---
@@ -1048,7 +1048,7 @@
             - name: sc-datasources-volume
               mountPath: "/etc/grafana/provisioning/datasources"
         - name: grafana
-          image: "docker.io/grafana/grafana:11.0.0"
+          image: "docker.io/grafana/grafana:11.1.0"
           imagePullPolicy: IfNotPresent
           securityContext:
             allowPrivilegeEscalation: false

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | grafana | 8.2.0 | 8.3.1 |


Signed-off-by: Jeff Billimek <billimek@users.noreply.github.com>
@renovate renovate bot added type/minor and removed type/patch labels Jul 3, 2024
@renovate renovate bot changed the title fix(helm): update chart grafana ( 8.2.0 → 8.2.2 ) feat(helm): update chart grafana ( 8.2.0 → 8.3.1 ) Jul 3, 2024
Copy link

github-actions bot commented Jul 3, 2024

Helm Release Diff: monitoring/grafana/grafana.yaml

--- /tmp/tmp.eqlc4H26QF	2024-07-03 09:49:27.345580363 +0000
+++ /tmp/tmp.jF0wbIuwP3	2024-07-03 09:49:28.609573730 +0000
@@ -18,7 +18,7 @@
 data:
 
   admin-user: "YWRtaW4="
-  admin-password: "M0N3TlJ0Mzcya2FXT000SDV0UzNMS296R0FFVjk0eHZ6amlsMEpGbg=="
+  admin-password: "MnpJZW1uWW0xUG02dmdTVThXd3FFWjI3eEtzaDE0eUROcXk4b2MwaQ=="
   ldap-toml: ""
 
 ---
@@ -1057,7 +1057,7 @@
             - name: sc-datasources-volume
               mountPath: "/etc/grafana/provisioning/datasources"
         - name: grafana
-          image: "docker.io/grafana/grafana:11.0.0"
+          image: "docker.io/grafana/grafana:11.1.0"
           imagePullPolicy: IfNotPresent
           securityContext:
             allowPrivilegeEscalation: false

@billimek billimek merged commit a5fde18 into master Jul 4, 2024
2 checks passed
@billimek billimek deleted the renovate/grafana-8.x branch July 4, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant