diff --git a/headscale-ui/Chart.yaml b/headscale-ui/Chart.yaml index fe213cc..c5cc590 100644 --- a/headscale-ui/Chart.yaml +++ b/headscale-ui/Chart.yaml @@ -3,7 +3,8 @@ name: headscale-ui description: A simple Headscale web UI for small-scale deployments. icon: https://raw.githubusercontent.com/gurucomputing/headscale-ui/master/static/favicon.png type: application -version: 0.1.2 +version: 0.1.3 +# renovate: image=ghcr.io/gurucomputing/headscale-ui appVersion: "2023.01.30-beta-1" maintainers: - name: WrenIX diff --git a/headscale-ui/README.adoc b/headscale-ui/README.adoc index 3e4744a..01084bd 100644 --- a/headscale-ui/README.adoc +++ b/headscale-ui/README.adoc @@ -2,7 +2,7 @@ = headscale-ui -image::https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square[Version: 0.1.2] +image::https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square[Version: 0.1.3] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-2023.01.30-beta-1-informational?style=flat-square[AppVersion: 2023.01.30-beta-1] == Maintainers @@ -82,9 +82,14 @@ helm uninstall headscale-ui-release | `"IfNotPresent"` | +| image.registry +| string +| `"ghcr.io"` +| + | image.repository | string -| `"ghcr.io/gurucomputing/headscale-ui"` +| `"gurucomputing/headscale-ui"` | | image.tag diff --git a/headscale-ui/templates/deployment.yaml b/headscale-ui/templates/deployment.yaml index 29a6155..99fe1ce 100644 --- a/headscale-ui/templates/deployment.yaml +++ b/headscale-ui/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http diff --git a/headscale-ui/values.yaml b/headscale-ui/values.yaml index 7fa54df..19f2dce 100644 --- a/headscale-ui/values.yaml +++ b/headscale-ui/values.yaml @@ -5,7 +5,8 @@ replicaCount: 1 image: - repository: ghcr.io/gurucomputing/headscale-ui + registry: ghcr.io + repository: gurucomputing/headscale-ui pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""