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
|
targetRevision: main
|
||||||
helm:
|
helm:
|
||||||
valuesObject:
|
valuesObject:
|
||||||
image:
|
|
||||||
repository: diocrafts/oxicloud
|
|
||||||
pullPolicy: Always
|
|
||||||
tag: "0.5.6"
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: "truenas-nfs-csi"
|
storageClass: "truenas-nfs-csi"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: miniflux/miniflux
|
repository: miniflux/miniflux
|
||||||
pullPolicy: Always
|
pullpolicy: always
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
||||||
imagePullSecrets: []
|
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.
|
Ultra-fast, secure & lightweight self-hosted cloud storage — your files, photos, calendars & contacts, all in one place. Built in Rust.
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: "0.5.2"
|
appVersion: "0.6.0"
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: oxicloud
|
- name: oxicloud
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,12 @@
|
||||||
---
|
---
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
|
||||||
repository: oxicloud
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
tag: "latest"
|
|
||||||
|
|
||||||
database:
|
|
||||||
host: "postgres.example.com"
|
image:
|
||||||
port: 5432
|
repository: diocrafts/oxicloud
|
||||||
username: "postgres"
|
pullpolicy: Always
|
||||||
password: "change_me_in_production"
|
tag: ""
|
||||||
name: "oxicloud"
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
server:
|
server:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue