Skip to content

Commit

Permalink
Little changes and chart bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed Mar 2, 2023
1 parent 0ec5cc0 commit 1898650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/apps/piped/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/TeamPiped/piped-proxy
keywords:
- streaming
version: 0.0.1
version: 0.0.2
appVersion: latest
maintainers:
- name: Skyler Mäntysaari
Expand Down
10 changes: 5 additions & 5 deletions charts/apps/piped/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ frontend:
# -- image pull policy
pullPolicy: IfNotPresent

env:
BACKEND_HOSTNAME: pipedapi.example.org
#env:
# BACKEND_HOSTNAME: pipedapi.example.org

command: "/bin/ash"
args:
Expand Down Expand Up @@ -96,11 +96,11 @@ backend:
#API_URL: https://BACKEND_HOSTNAME
#FRONTEND_URL: https://FRONTEND_HOSTNAME
# Enable haveibeenpwned compromised password API
COMPROMISED_PASSWORD_CHECK: true
#COMPROMISED_PASSWORD_CHECK: true
# Disable Registration
DISABLE_REGISTRATION: false
#DISABLE_REGISTRATION: false
# Feed Retention Time in Days
FEED_RETENTION: 30
#FEED_RETENTION: 30
#database:
# connection_url: jdbc:postgresql://postgres:5432/piped
# driver_class: org.postgresql.Driver
Expand Down

0 comments on commit 1898650

Please sign in to comment.