Skip to content

Commit

Permalink
Merge pull request #1 from schristoff/schristoff_injector
Browse files Browse the repository at this point in the history
Schristoff injector
  • Loading branch information
schristoff committed May 10, 2024
2 parents 898061d + 47701d9 commit 1e22132
Show file tree
Hide file tree
Showing 10 changed files with 720 additions and 656 deletions.
4 changes: 2 additions & 2 deletions .github/actions/k3d/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ runs:
- run: "curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash"
shell: bash

- run: k3d cluster delete && k3d cluster create --k3s-arg="--disable=traefik@server:0" --image="rancher/k3s:v1.28.4-k3s2"
shell: bash
- run: k3d cluster delete && k3d cluster create --k3s-arg="--disable=traefik@server:0"
shell: bash
Binary file added packages/zarf-registry/armregistry-zarf
Binary file not shown.
Binary file added packages/zarf-registry/zarf-injector
Binary file not shown.
6 changes: 2 additions & 4 deletions packages/zarf-registry/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ components:
architecture: amd64
files:
# Rust Injector Binary
- source: https://zarf-public.s3-us-gov-west-1.amazonaws.com/injector/###ZARF_PKG_TMPL_INJECTOR_VERSION###/zarf-injector-amd64
- source: ./zarf-injector
target: "###ZARF_TEMP###/zarf-injector"
shasum: "###ZARF_PKG_TMPL_INJECTOR_AMD64_SHASUM###"
executable: true

- name: zarf-injector
Expand All @@ -126,9 +125,8 @@ components:
architecture: arm64
files:
# Rust Injector Binary
- source: https://zarf-public.s3-us-gov-west-1.amazonaws.com/injector/###ZARF_PKG_TMPL_INJECTOR_VERSION###/zarf-injector-arm64
- source: ./armregistry-zarf
target: "###ZARF_TEMP###/zarf-injector"
shasum: "###ZARF_PKG_TMPL_INJECTOR_ARM64_SHASUM###"
executable: true

- name: zarf-seed-registry
Expand Down

0 comments on commit 1e22132

Please sign in to comment.