File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : mc-router
3- version : 1.2.6
4- appVersion : 1.20.0
3+ version : 1.3.0
4+ # not used
5+ appVersion : 1.0.0
56home : https://github.com/itzg/mc-router
67description : Routes Minecraft client connections to backend servers based upon the requested server address.
78keywords :
Original file line number Diff line number Diff line change 4646 - name : {{ .Chart.Name }}
4747 securityContext :
4848 {{- toYaml .Values.securityContext | nindent 12 }}
49- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
49+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
5050 imagePullPolicy : {{ .Values.image.pullPolicy }}
5151 env :
5252{{- include "mc-router.envMap" (list "IN_KUBE_CLUSTER" "true") }}
Original file line number Diff line number Diff line change @@ -6,9 +6,8 @@ replicaCount: 1
66
77image :
88 repository : itzg/mc-router
9- pullPolicy : IfNotPresent
10- # Overrides the image tag whose default is the chart appVersion.
11- tag : " "
9+ tag : latest
10+ pullPolicy : Always
1211
1312imagePullSecrets : []
1413nameOverride : " "
You can’t perform that action at this time.
0 commit comments