File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.8.0
18+ version : 0.8.1
1919
2020# This is the version number of the application being deployed.
2121# renovate:image=ghcr.io/mattlqx/docker-pixelfed
Original file line number Diff line number Diff line change 11# pixelfed
22
3- ![ Version: 0.8.0 ] ( https://img.shields.io/badge/Version-0.8.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.12.4-nginx] ( https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square )
3+ ![ Version: 0.8.1 ] ( https://img.shields.io/badge/Version-0.8.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.12.4-nginx] ( https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square )
44
55A Helm chart for deploying Pixelfed on Kubernetes
66
Original file line number Diff line number Diff line change 3636 - name : {{ .Chart.Name }}
3737 {{- with .Values.securityContext }}
3838 securityContext :
39- {{- toYaml .Values.securityContext | nindent 12 }}
39+ {{- toYaml . | nindent 12 }}
4040 {{- end }}
4141 image : " {{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4242 imagePullPolicy : {{ .Values.image.pullPolicy }}
You can’t perform that action at this time.
0 commit comments