Skip to content

Commit

Permalink
Merge pull request #7 from zerotier/ingress-update-zt
Browse files Browse the repository at this point in the history
update zerotier image to 1.14.0
  • Loading branch information
glimberg authored Jun 5, 2024
2 parents 1ac43d9 + 116d8ca commit 1703fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zerotier-ingress-helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: {{ include "zerotier-ingress-helm.serviceAccountName" . }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.zerotier.image.repository }}:{{ .Values.zerotier.image.tag | default "1.12.2" }}"
image: "{{ .Values.zerotier.image.repository }}:{{ .Values.zerotier.image.tag | default "1.14.0" }}"
imagePullPolicy: {{ .Values.zerotier.image.pullPolicy }}
args:
- "{{ .Values.zerotier.networkID }}"
Expand Down

0 comments on commit 1703fda

Please sign in to comment.