Browse Source

Update charts for k8s1.16+ compatibility. Use tag post_k8s1.16 for k8s1.15-

master
LecygneNoir 3 years ago
parent
commit
629ab1e250
2 changed files with 1 additions and 1 deletions
  1. BIN
      charts/redis-3.3.5.tgz
  2. +1
    -1
      templates/deployment.yaml

BIN
charts/redis-3.3.5.tgz View File


+ 1
- 1
templates/deployment.yaml View File

@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "peertube.fullname" . }}

Loading…
Cancel
Save