diff --git a/.drone.yml b/.drone.yml index ebc5272..136d980 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,9 +42,9 @@ steps: commands: - helm dependency update - helm package . - - curl --user "frederick:$HELM_PASSWORD" -X POST --upload-file './.tgz' https://kolaente.dev/api/packages/vikunja/helm/api/charts + - curl --user "frederick:$HELM_PASSWORD" -X POST --upload-file vikunja-*.tgz https://kolaente.dev/api/packages/vikunja/helm/api/charts --- kind: signature -hmac: 6255e5bec10e3e6eeaf92a8b523e04e03a191c13822b829d3361a861c9845fce +hmac: 993135e828384d9938343750ed3164c2ae702b87118d28b74ae3e1f522403f61 ... diff --git a/Chart.yaml b/Chart.yaml index 828c535..1e55e7d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -10,8 +10,8 @@ description: |- the high alpine areas of the Andes and a relative of the llama. annotations: category: TaskTracker -version: 0.1.5 -appVersion: 0.20.4 +version: 0.2.1 +appVersion: 0.21.0 kubeVersion: ">= 1.19" dependencies: - name: redis diff --git a/README.md b/README.md index 9d12274..62446bf 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ api: config: database: # Use PostgreSQL database anyway - type: postgresql + type: postgres envFrom: # Bind env variables from the secret - name: VIKUNJA_DATABASE_USER diff --git a/values.yaml b/values.yaml index b8c1d5d..01f286d 100644 --- a/values.yaml +++ b/values.yaml @@ -39,12 +39,14 @@ frontend: # fsGroup: 1000 securityContext: + allowPrivilegeEscalation: false + runAsUser: 101 # nginx capabilities: drop: - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 + add: + - NET_BIND_SERVICE + service: type: ClusterIP