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
|
name: paperless-ngx
|
||||||
description: |
|
description: |
|
||||||
document management system that transforms your physical documents into a searchable online archive
|
document management system that transforms your physical documents into a searchable online archive
|
||||||
appVersion: v2.7.0
|
appVersion: 2.7.0
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.3
|
version: 0.1.3
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -20,7 +20,7 @@ envFromSecret: paperless-ngx-secret
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
tag: v2.7.0
|
tag: 2.7.0
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
secretName: paperless-ngx-secret
|
secretName: paperless-ngx-secret
|
||||||
|
|
Loading…
Reference in a new issue