-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update versions of Argo CD, Appset Secrets Plugin, and cert-manager (#86
) * updating argo_cd_appset_secrets_plugin to use the new small-hack repo just called appset_secrets_plugin * bump cert manager version while we're at this * bump argo cd version to latest patch
- Loading branch information
Showing
7 changed files
with
40 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "smol_k8s_lab" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
description = "bootstrap simple projects on kubernetes with kind and k3s" | ||
authors = ["Jesse Hitch <[email protected]>", | ||
"Max Roby <[email protected]>"] | ||
|
@@ -34,8 +34,8 @@ kubernetes = "^27.2" | |
requests = "^2.28" | ||
pyyaml = "^6.0" | ||
xdg-base-dirs = "^6.0" | ||
pyjwt = "^2.8.0" | ||
cryptography = "^41.0.3" | ||
pyjwt = "^2.8.0" | ||
cryptography = "^41.0.3" | ||
|
||
[tool.poetry.plugins."smol-k8s-lab.application.plugin"] | ||
"smol-k8s-lab" = "smol_k8s_lab:main" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters