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

Add/enable Dependabot to keep dependencies up-to-date #92

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

rugk
Copy link
Member

@rugk rugk commented Mar 12, 2024

Dependabot can update Docker image tags in Kubernetes manifests. Add an entry to the Docker package-ecosystem element of your dependabot.yml file for each directory containing a Kubernetes manifest which references Docker image tags. Kubernetes manifests can be Kubernetes Deployment YAML files or Helm charts.

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker

Aka, we should be able to update this, too.

We already label the image as required: https:/PrivateBin/docker-nginx-fpm-alpine/blob/8c5df7cfdb8ee8a2017602ce7663ca4a0d35d90f/Dockerfile#L16

> Dependabot can update Docker image tags in Kubernetes manifests. Add an entry to the Docker package-ecosystem element of your dependabot.yml file for each directory containing a Kubernetes manifest which references Docker image tags. Kubernetes manifests can be Kubernetes Deployment YAML files or Helm charts.

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker

Aka, we should be able to update this, too.
@rugk rugk requested a review from elrido March 12, 2024 19:48
Copy link
Contributor

@elrido elrido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Due to the helm chart generating the used k8s config I doubt that this will detect our version of the image correctly (or the image name for that matter - both are in separate variables), but it may still help us update other components this project relies upon, so it will certainly improve things.

@elrido elrido merged commit 72dc8aa into master Mar 14, 2024
4 checks passed
@elrido elrido deleted the dependabot branch March 14, 2024 05:58
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.

2 participants