File tree Expand file tree Collapse file tree
service/sshgate/deploy/charts/sshgate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : {{ .Chart.Name }}
3636 securityContext :
3737 {{- toYaml .Values.securityContext | nindent 12 }}
38- image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} "
39- imagePullPolicy : {{ .Values.image.pullPolicy }}
38+ image : {{ .Values.image }}
39+ imagePullPolicy : {{ .Values.imagePullPolicy }}
4040 ports :
4141 - name : ssh
4242 containerPort : {{ .Values.sshPort }}
Original file line number Diff line number Diff line change 11# Default values for sshgate
22
3- image :
4- repository : ghcr.io/labring/sealos-sshgate-service
5- pullPolicy : IfNotPresent
6- tag : " " # Overrides the image tag whose default is the chart appVersion
3+ image : ghcr.io/labring/sealos-sshgate-service:latest
4+ imagePullPolicy : IfNotPresent
75
86imagePullSecrets : []
97nameOverride : " "
You can’t perform that action at this time.
0 commit comments