We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fdc78 commit e456fb5Copy full SHA for e456fb5
2 files changed
charts/mediawiki/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: "1.37"
3
description: A Helm wbstack flavoured MediaWiki
4
name: mediawiki
5
-version: 0.13.0
+version: 0.13.1
6
home: https://github.com/wbstack
7
maintainers:
8
- name: WBstack
charts/mediawiki/templates/hpa-web.yaml
@@ -2,7 +2,7 @@
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
- name: mediawiki-139-app-web
+ name: {{ include "mediawiki.fullname" . }}-app-web
namespace: default
spec:
maxReplicas: {{ .Values.web.autoscaling.maxReplicas }}
@@ -17,5 +17,5 @@ spec:
17
scaleTargetRef:
18
apiVersion: apps/v1
19
kind: Deployment
20
21
{{- end}}
0 commit comments