fix(headscale-ui): update appVersion
This commit is contained in:
parent
12930f5291
commit
b1dbc043ed
4 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue