Browse Source

Merge branch 'hotfix/1.1.1'

master v1.1.1
LecygneNoir 3 years ago
parent
commit
e02ddcdb55
2 changed files with 1 additions and 3 deletions
  1. +1
    -1
      Chart.yaml
  2. +0
    -2
      templates/deployment.yaml

+ 1
- 1
Chart.yaml View File

@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: "v2.1.0-buster"
appVersion: "v2.2.0-buster"
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
name: peertube name: peertube
version: 1.1.0 version: 1.1.0

+ 0
- 2
templates/deployment.yaml View File

@ -153,8 +153,6 @@ spec:
value: {{ .Values.environment.signup | quote }} value: {{ .Values.environment.signup | quote }}
- name: PEERTUBE_TRANSCODING_ENABLED - name: PEERTUBE_TRANSCODING_ENABLED
value: {{ .Values.environment.transcoding | quote }} value: {{ .Values.environment.transcoding | quote }}
- name: PEERTUBE_TRUST_PROXY
value: {{ .Values.environment.trustProxy | quote }}
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data

Loading…
Cancel
Save