Skip to content

Commit

Permalink
Fix env variables to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattos committed Jun 1, 2023
1 parent b883500 commit 66f80b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/sabnzbd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: sabnzbd
version: "1.0.3"
version: "1.0.4"
kubeVersion: ">=1.23.0-0"
description: Helm Chart to deploy sabnzbd
appVersion: "v3"
Expand Down
4 changes: 2 additions & 2 deletions charts/sabnzbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ deployment:
replicaCount: 1
env:
- name: PUID
value: 1000
value: "1000"
- name: PGID
value: 1000
value: "1000"
- name: TZ
value: CET

Expand Down

0 comments on commit 66f80b3

Please sign in to comment.