Skip to content

Commit

Permalink
artifacts: optional fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnix committed Sep 14, 2023
1 parent de443de commit 9ad6b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/artifacts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: artifacts
description: Your all-in-one, self-hosted package registry. Easily host and manage Docker images, Helm charts, NPM, Maven, and NuGet packages, all from one central location.

version: 0.0.13
version: 0.0.14
appVersion: 0.0.7

dependencies:
Expand Down
8 changes: 4 additions & 4 deletions charts/artifacts/values.emporium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
## @label Artifacts Persistence Size
## @type string
## @description Size of the local Artifacts volume
## @optional true
## @optional

## @userSupplied ArtifactsPersistenceStorageClass
## @label Artifacts Persistence StorageClass
## @type string
## @description The StorageClass to use for the Artifacts volume
## @optional true
## @optional

## @userSupplied PostgresqlPersistenceSize
## @label Postgresql Persistence Size
## @type string
## @description Size of the local Postgresql volume
## @optional true
## @optional

## @userSupplied PostgresqlPersistenceStorageClass
## @label Postgresql Persistence StorageClass
## @type string
## @description The StorageClass to use for the Postgresql volume
## @optional true
## @optional

## @userSupplied PostgresqlPassword
## @label Postgresql Password
Expand Down

0 comments on commit 9ad6b87

Please sign in to comment.