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

chore: create workflow to update makefile dependencies #173

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

ricardomaraschini
Copy link
Contributor

fetches latest version for all embedded stuff and update them in the makefile. creates a pr at the end.

fetches latest version for all embedded stuff and update them in the
makefile. creates a pr at the end.
name: Custom Dependabot
on:
schedule:
- cron: '0 0 * * *'
Copy link
Member

Choose a reason for hiding this comment

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

How often is this? add a comment IMO

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added.

- name: AdminConsole
run: |
export VERSION=`curl https://api.github.com/repos/replicatedhq/kots-helm/tags | jq -r .[].name | grep -v alpha | head -1 | tr -d v`
sed -i "/^ADMIN_CONSOLE_CHART_VERSION/c\ADMIN_CONSOLE_CHART_NAME = $VERSION" Makefile
Copy link
Member

Choose a reason for hiding this comment

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

you're changing the env var name here

ADMIN_CONSOLE_CHART_VERSION/c\ADMIN_CONSOLE_CHART_NAME

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, fixed. Thanks.

@ricardomaraschini ricardomaraschini merged commit 2091133 into main Nov 13, 2023
12 checks passed
@ricardomaraschini ricardomaraschini deleted the update-makefile-dependencies branch November 13, 2023 15:32
@ricardomaraschini
Copy link
Contributor Author

I am merging this, let's see how it looks like tomorrow.

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.

2 participants