We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ae3df commit c44c8b2Copy full SHA for c44c8b2
chart/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: clomonitor
3
description: CLOMonitor is a tool that periodically checks open source projects repositories to verify they meet certain project health best practices
4
type: application
5
-version: 1.0.1-2
+version: 1.0.1-3
6
appVersion: 1.0.0
7
kubeVersion: ">= 1.19.0-0"
8
keywords:
chart/values.yaml
@@ -152,6 +152,7 @@ postgresql:
152
security:
153
allowInsecureImages: true
154
image:
155
+ registry: docker.io
156
repository: artifacthub/postgres
157
tag: latest
158
persistence:
0 commit comments