Skip to content

Commit

Permalink
Merge branch 'master' into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bdashrad authored Mar 2, 2022
2 parents 30383d9 + 67d5a5c commit bf60e41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
matrix:
kubernetesVersion: [
"v1.20.7",
"v1.21.1",
"v1.22.0"
"v1.21.2",
"v1.22.5",
"v1.23.3"
]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion charts/privatebin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for installing PrivateBin
name: privatebin
home: https://privatebin.info/
icon: https://raw.githubusercontent.com/PrivateBin/assets/master/images/preview/icon.png
version: 0.10.1
version: 0.11.0
maintainers:
- name: bdashrad
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/privatebin/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ metadata:
{{ toYaml .Values.additionalLabels | nindent 4 }}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
serviceName: {{ include "privatebin.fullname" . }}
selector:
matchLabels:
app.kubernetes.io/name: {{ include "privatebin.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
serviceName: {{ include "privatebin.fullname" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
template:
metadata:
labels:
Expand Down

0 comments on commit bf60e41

Please sign in to comment.