File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : 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
5
6
home : https://github.com/itzg/mc-router
6
7
description : Routes Minecraft client connections to backend servers based upon the requested server address.
7
8
keywords :
Original file line number Diff line number Diff line change 46
46
- name : {{ .Chart.Name }}
47
47
securityContext :
48
48
{{- toYaml .Values.securityContext | nindent 12 }}
49
- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
49
+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
50
50
imagePullPolicy : {{ .Values.image.pullPolicy }}
51
51
env :
52
52
{{- 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
6
6
7
7
image :
8
8
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
12
11
13
12
imagePullSecrets : []
14
13
nameOverride : " "
You can’t perform that action at this time.
0 commit comments