Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
poblin-orange committed Jan 3, 2024
2 parents ef124ed + 807d901 commit 2e7e963
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
fi
echo "creating bosh release: ${name}-${version}.tgz"
bosh create-release --force --final --version=${version} --tarball=${name}-${version}.tgz
bosh create-release --final --version=${version} --tarball=${name}-${version}.tgz
echo "pushing changes to git repository"
git add .final_builds
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ The bosh release offers 2 jobs to build a full k3s bosh deployment:
- k3s-server job.
- k3s-agent job.



## Usage

This repository includes base manifests and operator files. They can be used for initial deployments and subsequently used for updating your deployments:
Expand Down
4 changes: 0 additions & 4 deletions vendir.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- githubRelease:
tag: v1.24.17
url: https://api.github.com/repos/kubernetes/kubernetes/releases/118493643
path: kubernetes/kubectl
- githubRelease:
tag: v1.24.17+k3s1
url: https://api.github.com/repos/k3s-io/k3s/releases/120011717
Expand Down

0 comments on commit 2e7e963

Please sign in to comment.