Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from rapidsai/branch-0.6
Browse files Browse the repository at this point in the history
[RELEASE] v0.6.1 frigate
  • Loading branch information
raydouglass authored Jul 19, 2022
2 parents d94b1f2 + ac3c650 commit a0a4dfb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
requirements.lock
simple-0.1.0.tgz



# Below are entries from Python.gitignore
#
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# also explicitly install frigate itself within this repo.
#
name: pre-commit-hook-environment
channels:
- conda-forge
dependencies:
- python
- kubernetes-helm
Expand Down
4 changes: 2 additions & 2 deletions frigate/tests/mockcharts/deps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes
name: simple
version: 0.1.0
dependencies:
- name: simple # The simple chart but packaged and already pulled
- name: simple
version: "0.1.0"
repository: 'https://example.com/frigate'
repository: "file://../simple"
Binary file not shown.

0 comments on commit a0a4dfb

Please sign in to comment.