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(ci): helm deployment #129

Merged
merged 39 commits into from
Apr 21, 2022
Merged

chore(ci): helm deployment #129

merged 39 commits into from
Apr 21, 2022

Conversation

guyvelleman
Copy link
Collaborator

@guyvelleman guyvelleman commented Apr 4, 2022

Description of the Changes

Please add a detailed description of the change, whether it's an enhancement or a bugfix.
If the PR is related to an open issue please link to it.

Checklist

  • Changes have been done against master branch, and PR does not conflict
  • New unit / functional tests have been added (whenever applicable)
  • Test are passing in local environment
  • Docs have been updated
  • PR title is follow the Conventional Commits convention: <type>[optional scope]: <description>, e.g: fix: prevent racing of requests

This change is Reviewable

@guyvelleman guyvelleman requested a review from dan-ziv April 4, 2022 20:14
@dan-ziv dan-ziv changed the base branch from master to dev April 5, 2022 11:35
Copy link

@roi-amaler-starkware roi-amaler-starkware left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 5 files reviewed, 2 unresolved discussions (waiting on @dan-ziv and @guyvelleman)


.github/workflows/push_backend_images.yml, line 18 at r2 (raw file):

      gcp_token: ${{ secrets.STARKGATE_SA }}
      AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
      AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

why the AWS creds needed here?
the push is to gcr


.github/workflows/push_frontend_images.yml, line 18 at r2 (raw file):

      gcp_token: ${{ secrets.STARKGATE_SA }}
      AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
      AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

same as above

Copy link
Collaborator Author

@guyvelleman guyvelleman left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 5 files reviewed, 2 unresolved discussions (waiting on @dan-ziv, @guyvelleman, and @roi-amaler-starkware)


.github/workflows/push_backend_images.yml, line 18 at r2 (raw file):

Previously, roi-amaler-starkware wrote…

why the AWS creds needed here?
the push is to gcr

For download the helm repo from S3 (Deployment job).
'push-frontend-image' module only calls './.github/workflows/gcr_push_workflow.yml' workflow
with the relevant variables.

@dan-ziv dan-ziv changed the title Guy/master/dev helm deployment chore(ci): helm deployment Apr 6, 2022
guyvelleman and others added 10 commits April 12, 2022 20:11
 ## [1.2.0-dev.4](v1.2.0-dev.3...v1.2.0-dev.4) (2022-04-13)

### 🔧 Fixes

* unsupported chain id does not showing  ([#151](#151)) ([017ce0a](017ce0a))
 ## [1.2.0-dev.5](v1.2.0-dev.4...v1.2.0-dev.5) (2022-04-13)

### 🔧 Fixes

* app crashed when trying to connect while ArgentX wasn't installed ([74e6861](74e6861))
 ## [1.2.0](v1.1.0...v1.2.0) (2022-04-13)

### 🧩 Features

* terms of use ([#141](#141)) ([8d9fe79](8d9fe79))

### 🔧 Fixes

* app crashed when trying to connect while ArgentX wasn't installed ([74e6861](74e6861))
* **Faq:** update question 8  ([#149](#149)) ([67f50f7](67f50f7))
* **Terms:** add notes ([#144](#144)) ([b007f3e](b007f3e))
* unsupported chain id does not showing  ([#151](#151)) ([017ce0a](017ce0a))
@dan-ziv dan-ziv force-pushed the dev branch 3 times, most recently from 70a0182 to 14ae412 Compare April 14, 2022 09:17
@roi-amaler-starkware roi-amaler-starkware self-requested a review April 21, 2022 07:58
@dan-ziv dan-ziv merged commit 6869d02 into dev Apr 21, 2022
@dan-ziv dan-ziv deleted the guy/master/dev_helm_deployment branch April 21, 2022 21:26
@dan-ziv
Copy link
Collaborator

dan-ziv commented Apr 21, 2022

🎉 This PR is included in version 1.2.1-dev.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dan-ziv
Copy link
Collaborator

dan-ziv commented May 2, 2022

🎉 This PR is included in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

5 participants