feat(container): update ghcr.io/grafana/helm-charts/grafana ( 9.0.0 → 9.2.0 )#3581
Merged
feat(container): update ghcr.io/grafana/helm-charts/grafana ( 9.0.0 → 9.2.0 )#3581
Conversation
Contributor
Author
--- kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana
+++ kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana
@@ -11,9 +11,9 @@
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 9.0.0
+ tag: 9.2.0
url: oci://ghcr.io/grafana/helm-charts/grafana
|
Contributor
Author
--- HelmRelease: observability/grafana Deployment: observability/grafana
+++ HelmRelease: observability/grafana Deployment: observability/grafana
@@ -19,13 +19,13 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: d91e34269f1b2b5f9fcba50ae70a62edf11f78f719fc2c8e889a7951b659d5a1
+ checksum/dashboards-json-config: 88a744de296a7a49524285b4cad49e1b27f3fd5a6b98612246e9a91b8e37c474
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
shareProcessNamespace: false
@@ -135,13 +135,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:12.0.0
+ image: docker.io/grafana/grafana:12.0.0-security-01
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL |
8f70c6a to
5e4265e
Compare
5e4265e to
a1d8f3a
Compare
a1d8f3a to
4cd5ba3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.0.0->9.2.0Release Notes
grafana/grafana (ghcr.io/grafana/helm-charts/grafana)
v9.2.0: 9.2.0 (2022-10-11)Compare Source
Download page
What's new highlights
Features and enhancements
Bug fixes
v9.1.1: 9.1.1 (2022-08-23)Compare Source
Download page
What's new highlights
Features and enhancements
Bug fixes
Plugin development fixes & changes
v9.0.1: 9.0.1 (2022-06-21)Compare Source
Download page
What's new highlights
Features and enhancements
Bug fixes
Deprecations
Support for compact Explore URLs is deprecated and will be removed in a future release. Until then, when navigating to Explore using the deprecated format the URLs are automatically converted. If you have existing links pointing to Explore update them using the format generated by Explore upon navigation.
You can identify a compact URL by its format. Compact URLs have the left (and optionally right) url parameter as an array of strings, for example
&left=["now-1h","now"...]. The standard explore URLs follow a key/value pattern, for example&left={"datasource":"test"...}. Please be sure to check your dashboards for any hardcoded links to Explore and update them to the standard URL pattern. Issue #50873Configuration
📅 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.
This PR has been generated by Renovate Bot.