diff --git a/charts/zerotier-ingress-helm/Chart.yaml b/charts/zerotier-ingress-helm/Chart.yaml index 31086c9..bfdb8bc 100644 --- a/charts/zerotier-ingress-helm/Chart.yaml +++ b/charts/zerotier-ingress-helm/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/zerotier-ingress-helm/templates/deployment.yaml b/charts/zerotier-ingress-helm/templates/deployment.yaml index 81b9767..c6e2e1a 100644 --- a/charts/zerotier-ingress-helm/templates/deployment.yaml +++ b/charts/zerotier-ingress-helm/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} - name: {{ .Chart.Name }}-nginx - image: "{{ .Values.nginx.image.repository }}:{{ .Values.nginx.image.tag | default "1.25.3-bookworm-zt" }}" + image: "{{ .Values.nginx.image.repository }}:{{ .Values.nginx.image.tag | default "1.25.3-bookworm-zt2" }}" imagePullPolicy: {{ .Values.nginx.image.pullPolicy }} env: - name: NGINX_LISTEN_PORT diff --git a/charts/zerotier-ingress-helm/values.yaml b/charts/zerotier-ingress-helm/values.yaml index 6972477..1d7ac4b 100644 --- a/charts/zerotier-ingress-helm/values.yaml +++ b/charts/zerotier-ingress-helm/values.yaml @@ -7,7 +7,7 @@ nginx: repository: zerotier/ztnginx pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: 1.25.3-bookworm-zt2 listenPort: 8000 # Set the proxy address