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

[WIP] Github actions CD flow. #239

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

mathijshoogland
Copy link
Contributor

@mathijshoogland mathijshoogland commented Mar 3, 2021

So I haven't been able to finish this but decided to already push it so you guys can give some feedback, basically idea is as follows:

  • A release is triggered if the commit is pushed to master in which the trow version in Cargo.toml is updated
    Then:
  • Build and push images to dockerhub (basically do the docker/release.sh stuff)
  • Bump the versions in the Helm chart
  • Create a tag & github release
  • Publish helm chart

Let me know what you think!

@amouat amouat changed the base branch from master to main April 21, 2021 08:06
22ndtech-admin and others added 6 commits April 21, 2021 09:15
…row as a proxy for docker hub (#226)

* Updated the chart to support using trow as a proxy for docker hub

by adding values to pass the image tag and the --proxy-docker-hub arguments.

* Update values.yaml

changed default for proxyDockerHub to false in the helm chart

* Update Chart.yaml to eliminate conflict

Co-authored-by: Jeff Hegedus <jeff@22ndtech.com>
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.

None yet

3 participants