Compare commits
4 commits
9e78119d97
...
14522fa2ab
Author | SHA1 | Date | |
---|---|---|---|
14522fa2ab | |||
abef2f4e6c | |||
886a5ae298 | |||
6438d94752 |
4 changed files with 19 additions and 9 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -1,19 +1,26 @@
|
||||||
|
# OS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Development environments
|
||||||
.direnv
|
.direnv
|
||||||
.private/
|
.idea/
|
||||||
.venv/
|
.venv/
|
||||||
|
.pytest_cache/
|
||||||
|
|
||||||
|
# Infrastructure and deployment
|
||||||
.terraform
|
.terraform
|
||||||
.direnv
|
|
||||||
*.tfvars
|
*.tfvars
|
||||||
|
kubeconfig*
|
||||||
|
*talosconfig.yaml
|
||||||
|
omniconfig.yaml
|
||||||
|
|
||||||
|
# Security and credentials
|
||||||
|
.private/
|
||||||
.decrypted~*
|
.decrypted~*
|
||||||
*.agekey
|
*.agekey
|
||||||
*.pub
|
*.pub
|
||||||
*.key
|
*.key
|
||||||
*.pem
|
*.pem
|
||||||
kubeconfig*
|
|
||||||
*talosconfig.yaml
|
|
||||||
omniconfig.yaml
|
|
||||||
config.xml
|
|
||||||
.idea/
|
|
||||||
*.secrets
|
*.secrets
|
||||||
|
config.xml
|
||||||
|
|
4
.krmignore
Normal file
4
.krmignore
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.archive
|
||||||
|
.forgejo
|
||||||
|
.git
|
||||||
|
.taskfiles
|
|
@ -38,7 +38,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/redlib/redlib
|
repository: quay.io/redlib/redlib
|
||||||
tag: latest@sha256:6b6f5a1d7712ed95873bb4de434e2508b26ff6242b0b14884b8b65b5a672d9b0
|
tag: latest@sha256:42db7afd24d3e55ceccb38f6e91ecfd44d78f381a04848bb4de67dae1836a3e4
|
||||||
env:
|
env:
|
||||||
REDLIB_DEFAULT_SHOW_NSFW: on
|
REDLIB_DEFAULT_SHOW_NSFW: on
|
||||||
REDLIB_DEFAULT_WIDE: on
|
REDLIB_DEFAULT_WIDE: on
|
||||||
|
|
|
@ -8,7 +8,6 @@ pkgs.mkShell {
|
||||||
fluxcd
|
fluxcd
|
||||||
git
|
git
|
||||||
gitleaks
|
gitleaks
|
||||||
go-task
|
|
||||||
helmfile
|
helmfile
|
||||||
k9s
|
k9s
|
||||||
krew
|
krew
|
||||||
|
|
Loading…
Reference in a new issue