feat: update oxicloud appVersion 0.6.0

This commit is contained in:
cătălin 2026-06-09 10:13:37 +02:00
commit a335dc8c6b
No known key found for this signature in database
4 changed files with 2 additions and 18 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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

View file

@ -1,18 +1,6 @@
--- ---
replicaCount: 1 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"
config: config:
server: server:
port: 8086 port: 8086