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 to 6.55.1 #677

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

@snoopy82481-bot snoopy82481-bot bot commented Apr 15, 2023

This PR contains the following updates:

Package Update Change
grafana (source) minor 6.52.9 -> 6.55.1

Release Notes

grafana/helm-charts

v6.55.1

Compare Source

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

v6.55.0

Compare Source

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

v6.54.0

Compare Source

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

v6.53.0

Compare Source

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


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 Renovate Bot.

@snoopy82481-bot snoopy82481-bot bot requested a review from snoopy82481 as a code owner April 15, 2023 01:04
@snoopy82481-bot snoopy82481-bot bot added renovate/helm type/minor size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/kubernetes Changes made in the kubernetes namespace directory labels Apr 15, 2023
@snoopy82481-bot
Copy link
Contributor Author

Helm Release: k8s/namespaces/clusters/base/monitoring/grafana/helm-release.yaml

spec.template.spec.securityContext  (Deployment/default/grafana)
  + one map entry added:
    runAsNonRoot: true

spec.template.spec.containers.grafana  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

@snoopy82481-bot
Copy link
Contributor Author

snoopy82481-bot bot commented Apr 15, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.57s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 2.18s
✅ YAML prettier 1 0 0.6s
✅ YAML yamllint 1 0 0.31s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@snoopy82481-bot snoopy82481-bot bot force-pushed the renovate/grafana-6.x branch from 75c59d0 to 964fa72 Compare April 18, 2023 23:13
@snoopy82481-bot snoopy82481-bot bot changed the title feat(helm): update chart grafana to 6.53.0 feat(helm): update chart grafana to 6.54.0 Apr 18, 2023
@snoopy82481-bot
Copy link
Contributor Author

Helm Release: k8s/namespaces/clusters/base/monitoring/grafana/helm-release.yaml

spec.template.spec.securityContext  (Deployment/default/grafana)
  + one map entry added:
    runAsNonRoot: true

spec.template.spec.initContainers.download-dashboards.image  (Deployment/default/grafana)
  ± value change
    - curlimages/curl:7.85.0
    + docker.io/curlimages/curl:7.85.0

spec.template.spec.containers.grafana  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.containers.grafana.image  (Deployment/default/grafana)
  ± value change
    - grafana/grafana:9.4.7
    + docker.io/grafana/grafana:9.4.7

spec.template.spec.containers.grafana-image-renderer.image  (Deployment/default/grafana-image-renderer)
  ± value change
    - grafana/grafana-image-renderer:latest
    + docker.io/grafana/grafana-image-renderer:latest

spec.containers.grafana-test.image  (Pod/default/grafana-test)
  ± value change
    - bats/bats:v1.4.1
    + docker.io/bats/bats:v1.4.1

@snoopy82481-bot snoopy82481-bot bot force-pushed the renovate/grafana-6.x branch from 964fa72 to 9339cdd Compare April 23, 2023 08:16
@snoopy82481-bot snoopy82481-bot bot changed the title feat(helm): update chart grafana to 6.54.0 feat(helm): update chart grafana to 6.55.0 Apr 23, 2023
@snoopy82481-bot
Copy link
Contributor Author

Helm Release: k8s/namespaces/clusters/base/monitoring/grafana/helm-release.yaml

spec.template.spec.securityContext  (Deployment/default/grafana)
  + one map entry added:
    runAsNonRoot: true

spec.template.spec.initContainers.download-dashboards  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.initContainers.download-dashboards.image  (Deployment/default/grafana)
  ± value change
    - curlimages/curl:7.85.0
    + docker.io/curlimages/curl:7.85.0

spec.template.spec.containers.grafana-sc-dashboard  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.containers.grafana-sc-datasources  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.containers.grafana  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.containers.grafana.image  (Deployment/default/grafana)
  ± value change
    - grafana/grafana:9.4.7
    + docker.io/grafana/grafana:9.4.7

spec.template.spec.containers.grafana-image-renderer.image  (Deployment/default/grafana-image-renderer)
  ± value change
    - grafana/grafana-image-renderer:latest
    + docker.io/grafana/grafana-image-renderer:latest

spec.template.spec.containers.grafana-image-renderer.securityContext  (Deployment/default/grafana-image-renderer)
  + one map entry added:
    seccompProfile:
      type: RuntimeDefault

spec.containers.grafana-test.image  (Pod/default/grafana-test)
  ± value change
    - bats/bats:v1.4.1
    + docker.io/bats/bats:v1.4.1

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| helm       | grafana | 6.52.9 | 6.55.1 |
@snoopy82481-bot snoopy82481-bot bot force-pushed the renovate/grafana-6.x branch from 9339cdd to f441432 Compare April 26, 2023 06:17
@snoopy82481-bot snoopy82481-bot bot changed the title feat(helm): update chart grafana to 6.55.0 feat(helm): update chart grafana to 6.55.1 Apr 26, 2023
@snoopy82481-bot
Copy link
Contributor Author

Helm Release: k8s/namespaces/clusters/base/monitoring/grafana/helm-release.yaml

spec.template.spec.securityContext  (Deployment/default/grafana)
  + one map entry added:
    runAsNonRoot: true

spec.template.spec.initContainers.download-dashboards  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.initContainers.download-dashboards.image  (Deployment/default/grafana)
  ± value change
    - curlimages/curl:7.85.0
    + docker.io/curlimages/curl:7.85.0

spec.template.spec.containers.grafana-sc-dashboard  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.containers.grafana-sc-datasources  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.containers.grafana  (Deployment/default/grafana)
  + one map entry added:
    securityContext:
      capabilities:
        drop:
        - ALL
      seccompProfile:
        type: RuntimeDefault

spec.template.spec.containers.grafana.image  (Deployment/default/grafana)
  ± value change
    - grafana/grafana:9.4.7
    + docker.io/grafana/grafana:9.4.7

spec.template.spec.containers.grafana-image-renderer.image  (Deployment/default/grafana-image-renderer)
  ± value change
    - grafana/grafana-image-renderer:latest
    + docker.io/grafana/grafana-image-renderer:latest

spec.template.spec.containers.grafana-image-renderer.securityContext  (Deployment/default/grafana-image-renderer)
  + one map entry added:
    seccompProfile:
      type: RuntimeDefault

spec.containers.grafana-test.image  (Pod/default/grafana-test)
  ± value change
    - bats/bats:v1.4.1
    + docker.io/bats/bats:v1.4.1

@snoopy82481 snoopy82481 merged commit 3cf40b1 into main Apr 26, 2023
@snoopy82481 snoopy82481 deleted the renovate/grafana-6.x branch April 26, 2023 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes namespace directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant