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

Streamline k8s deploy process #3205

Merged
merged 26 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f191f01
feat(ci): streamline Kubernetes preview and deploy workflows
themightychris Jan 1, 2024
f482c85
fix(ci): apply diff formatting to markdown content
themightychris Jan 1, 2024
02802ba
feat(ci): add support for including secret helm values when diffing
themightychris Jan 3, 2024
72847d9
fix(ci): capture activeDeadlineSeconds already applied to cluster
themightychris Jan 3, 2024
5edb2b1
fix(ci): configure sentry to use existing secret
themightychris Jan 3, 2024
5d38e27
fix(ci): move diff newline
themightychris Jan 3, 2024
7b1eb8c
fix(ci): remove sentry secrets that aren't needed
themightychris Jan 3, 2024
1c62621
fix(ci): update workflow title
themightychris Jan 3, 2024
1ae2bc4
fix(ci): bio download path
themightychris Jan 3, 2024
09a8de0
fix(ci): configure git user
themightychris Jan 3, 2024
34dad83
fix(ci): correct diff filename
themightychris Jan 3, 2024
90a0d34
fix(ci): remove deprecated RELEASE_CHANNEL variable
themightychris Jan 3, 2024
0c0e462
docs(ci): move k8s GitOps to kubernetes/README.md
themightychris Jan 3, 2024
d56e81b
docs(ci): fix header
themightychris Jan 3, 2024
aee3805
fix(ci): update holobranch name
themightychris Jan 3, 2024
761a79d
fix(ci): delete workflow for cleaning up deprecated candidate branches
themightychris Jan 3, 2024
fd33f78
docs(ci): update github workflows docs
themightychris Jan 3, 2024
6c75ed2
docs(ci): update hologit docs
themightychris Jan 3, 2024
1279cc3
fix(ci): update workflow step name
themightychris Jan 3, 2024
d8aa877
fix(ci): exclude hooks from helm diff
themightychris Jan 3, 2024
865b0c3
fix(docs): update links to gitops
themightychris Jan 3, 2024
c5383b8
fix(ci): update path filters for new workflows
themightychris Jan 3, 2024
20e7d16
docs(ci): add warnings about diff limitations
themightychris Jan 3, 2024
8007660
feat(ci): add deploy-kubernetes workflow
themightychris Jan 4, 2024
a508bf2
chore(ci): delint inline comments
themightychris Jan 4, 2024
0d557cc
chore(ci): delint trailing comma
themightychris Jan 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ci): configure git user
  • Loading branch information
themightychris committed Jan 4, 2024
commit 09a8de0c7328df65332b52db1e262f21a3d6e430
3 changes: 3 additions & 0 deletions .github/workflows/preview-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
sudo mv bio /usr/local/bin/bio
sudo bio pkg install --binlink jarvus/hologit

git config user.name "Github Action $GITHUB_JOB"
git config user.email "$(whoami)@$(uname -n)"

# Render Kubernetes content with parent underlay and checkout
- run: git holo project release-candidate --commit-to=kubernetes
- run: git checkout kubernetes
Expand Down