feat: update oxicloud appVersion 0.6.0
This commit is contained in:
parent
8bdef1f700
commit
9ad39252b1
5 changed files with 8 additions and 17 deletions
|
|
@ -15,10 +15,6 @@ spec:
|
|||
targetRevision: main
|
||||
helm:
|
||||
valuesObject:
|
||||
image:
|
||||
repository: diocrafts/oxicloud
|
||||
pullPolicy: Always
|
||||
tag: "0.5.6"
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "truenas-nfs-csi"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ replicaCount: 1
|
|||
|
||||
image:
|
||||
repository: miniflux/miniflux
|
||||
pullPolicy: Always
|
||||
pullpolicy: always
|
||||
tag: ""
|
||||
|
||||
imagePullSecrets: []
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ description: |
|
|||
Ultra-fast, secure & lightweight self-hosted cloud storage — your files, photos, calendars & contacts, all in one place. Built in Rust.
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "0.5.2"
|
||||
appVersion: "0.6.0"
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: oxicloud
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
|
|
|
|||
|
|
@ -1,17 +1,12 @@
|
|||
---
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: oxicloud
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "latest"
|
||||
|
||||
database:
|
||||
host: "postgres.example.com"
|
||||
port: 5432
|
||||
username: "postgres"
|
||||
password: "change_me_in_production"
|
||||
name: "oxicloud"
|
||||
|
||||
image:
|
||||
repository: diocrafts/oxicloud
|
||||
pullpolicy: Always
|
||||
tag: ""
|
||||
|
||||
config:
|
||||
server:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue