File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: privatebin
6
6
home : https://privatebin.info/
7
7
icon : https://raw.githubusercontent.com/PrivateBin/assets/master/images/preview/icon.png
8
8
type : application
9
- version : 0.17.0
9
+ version : 0.17.1
10
10
maintainers :
11
11
- name : bdashrad
12
12
Original file line number Diff line number Diff line change 1
1
---
2
- {{- if .Values.ingress.enabled -}}
2
+ {{ if .Values.ingress.enabled -}}
3
3
{{- $fullName := include "privatebin.fullname" . -}}
4
4
{{- $svcPortName := .Values.service.portName -}}
5
5
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
Original file line number Diff line number Diff line change 1
1
---
2
- {{- if .Values.rbac.create -}}
2
+ {{ if .Values.rbac.create -}}
3
3
apiVersion : v1
4
4
kind : ServiceAccount
5
5
metadata :
You can’t perform that action at this time.
0 commit comments