fix: value

pull/283/head
zijiren233 1 month ago
parent ac40011919
commit 5ecda8ebd4

@ -250,7 +250,6 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Login to GitHub Container Registry
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3
with:
registry: ghcr.io

@ -4,5 +4,5 @@ description: A Helm chart for deploying Synctv application with PostgreSQL State
type: application
version: 0.1.0
appVersion: "1.0"
appVersion: 0.9.2
version: 0.9.2

@ -25,7 +25,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: synctv
image: {{ .Values.synctv.image.repository }}:{{ .Values.synctv.image.tag }}
image: {{ .Values.synctv.image.repository }}:{{ .Values.synctv.image.tag | default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.synctv.image.pullPolicy }}
ports:
- containerPort: 8080

@ -2,7 +2,7 @@
synctv:
image:
repository: synctvorg/synctv
tag: latest
tag: ""
pullPolicy: IfNotPresent
envConfigName: synctv-env
storage:

Loading…
Cancel
Save