Skip to content

Commit

Permalink
fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rlex committed Nov 19, 2020
1 parent 18a4c5c commit 1ae6d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/freetakserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: freetakserver
version: 1.0.8
version: 1.0.9
appVersion: 1.2.5
home: https://github.com/Tapawingo/FreeTakServer
description: FTS is a Python3 implementation of the TAK Server
Expand Down
2 changes: 1 addition & 1 deletion charts/freetakserver/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
fsGroup: {{ .Values.securityContext.fsGroup }}
containers:
- name: {{ template "freetakserver.fullname" . }}
image: "{{ .Values.image }}:{{ .Values.imageTag }}"
image: "{{ .Values.image }}:{{ .Values.image.tag }}"
imagePullPolicy: Always
resources:
{{ toYaml .Values.resources | indent 10 }}
Expand Down

0 comments on commit 1ae6d59

Please sign in to comment.