fix: remove v from version
This commit is contained in:
parent
6838e53b5f
commit
17e36c9f8b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: paperless-ngx
|
||||
description: |
|
||||
document management system that transforms your physical documents into a searchable online archive
|
||||
appVersion: v2.7.0
|
||||
appVersion: 2.7.0
|
||||
type: application
|
||||
version: 0.1.3
|
||||
maintainers:
|
||||
|
|
|
@ -20,7 +20,7 @@ envFromSecret: paperless-ngx-secret
|
|||
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
tag: v2.7.0
|
||||
tag: 2.7.0
|
||||
|
||||
postgres:
|
||||
secretName: paperless-ngx-secret
|
||||
|
|
Loading…
Reference in a new issue