question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for Kubernetes yaml files

See original GitHub issue

Ref: https://github.com/dependabot/dependabot-core/pull/5348

The dependabot core now supports k8s yaml files using OPTIONS: { "kubernetes_updates": true } env var with docker package manager type.

It would be great to have this support here.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mburumaxwellcommented, Sep 20, 2022

@nilekhc I should do a release within 24 hours.

In the meantime, the latest bits are on docker hub. If you’re using the docker container image in a workflow you can use the 0.8.5-ci.7 tag. If you’re using the task extension you can pass 0.8.5-ci.7 to the dockerImageTag task input.

1reaction
nilekhccommented, Sep 20, 2022

default makes sense. I was just confirming… 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration Best Practices
Write your configuration files using YAML rather than JSON. ... An optional (though strongly recommended) cluster add-on is a DNS server.
Read more >
Managing Resources
Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features that we will...
Read more >
How to write YAML files for Kubernetes
To create a Kubernetes pod with YAML, you first create an empty file, assign it the necessary access permissions, and then define the ......
Read more >
Objects In Kubernetes
This page explains how Kubernetes objects are represented in the Kubernetes API, and how you can express them in .yaml format.
Read more >
Declarative Management of Kubernetes Objects Using ...
Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found