Skip to content

Commit

Permalink
Merge pull request #97 from djjudas21/96_homer_schema
Browse files Browse the repository at this point in the history
Tag should be a string
  • Loading branch information
djjudas21 authored Oct 15, 2024
2 parents 071ed08 + e6e8764 commit aefbd43
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion charts/homer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A dead simple static HOMepage for your servER to keep your services
icon: https://raw.githubusercontent.com/bastienwirtz/homer/main/public/logo.png
home: https://github.com/djjudas21/charts/tree/master/charts/homer
name: homer
version: 8.1.14
version: 8.1.15
kubeVersion: ">=1.16.0-0"
sources:
- https://github.com/bastienwirtz/homer
Expand Down
2 changes: 1 addition & 1 deletion charts/homer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homer

![Version: 8.1.14](https://img.shields.io/badge/Version-8.1.14-informational?style=flat-square) ![AppVersion: v23.10.1](https://img.shields.io/badge/AppVersion-v23.10.1-informational?style=flat-square)
![Version: 8.1.15](https://img.shields.io/badge/Version-8.1.15-informational?style=flat-square) ![AppVersion: v23.10.1](https://img.shields.io/badge/AppVersion-v23.10.1-informational?style=flat-square)

A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

Expand Down
2 changes: 1 addition & 1 deletion charts/homer/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"description": "image tag",
"required": [],
"title": "tag",
"type": "null"
"type": "string"
}
},
"required": [],
Expand Down
2 changes: 1 addition & 1 deletion charts/homer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: b4bz/homer
# -- image tag
# @default -- chart.appVersion
tag:
tag: ""
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/joplin-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.14.2-beta
description: This server allows you to sync any Joplin client
name: joplin-server
version: 5.5.4
version: 5.5.5
keywords:
- joplin
- notes
Expand Down
2 changes: 1 addition & 1 deletion charts/joplin-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# joplin-server

![Version: 5.5.4](https://img.shields.io/badge/Version-5.5.4-informational?style=flat-square) ![AppVersion: 2.14.2-beta](https://img.shields.io/badge/AppVersion-2.14.2--beta-informational?style=flat-square)
![Version: 5.5.5](https://img.shields.io/badge/Version-5.5.5-informational?style=flat-square) ![AppVersion: 2.14.2-beta](https://img.shields.io/badge/AppVersion-2.14.2--beta-informational?style=flat-square)

This server allows you to sync any Joplin client

Expand Down
2 changes: 1 addition & 1 deletion charts/joplin-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"description": "image tag",
"required": [],
"title": "tag",
"type": "null"
"type": "string"
}
},
"required": [],
Expand Down
2 changes: 1 addition & 1 deletion charts/joplin-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: joplin/server
# -- image tag
# @default -- chart.appVersion
tag:
tag: ""
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/navidrome/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 0.53.2
description: Navidrome is an open source web-based music collection server and streamer
name: navidrome
version: 6.6.15
version: 6.6.16
kubeVersion: ">=1.16.0-0"
keywords:
- navidrome
Expand Down
4 changes: 2 additions & 2 deletions charts/navidrome/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# navidrome

![Version: 6.6.15](https://img.shields.io/badge/Version-6.6.15-informational?style=flat-square) ![AppVersion: 0.53.2](https://img.shields.io/badge/AppVersion-0.53.2-informational?style=flat-square)
![Version: 6.6.16](https://img.shields.io/badge/Version-6.6.16-informational?style=flat-square) ![AppVersion: 0.53.2](https://img.shields.io/badge/AppVersion-0.53.2-informational?style=flat-square)

Navidrome is an open source web-based music collection server and streamer

Expand Down Expand Up @@ -39,7 +39,7 @@ Kubernetes: `>=1.16.0-0`
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"deluan/navidrome"` | image repository |
| image.tag | string | `nil` | image tag |
| image.tag | string | `""` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. |
Expand Down
2 changes: 1 addition & 1 deletion charts/navidrome/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"description": "image tag",
"required": [],
"title": "tag",
"type": "null"
"type": "string"
}
},
"required": [],
Expand Down
2 changes: 1 addition & 1 deletion charts/navidrome/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
# -- image repository
repository: deluan/navidrome
# -- image tag
tag:
tag: ""
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/photoprism/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 240711-ce
description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
name: photoprism
version: 7.4.17
version: 7.4.18
kubeVersion: ">=1.16.0-0"
keywords:
- photos
Expand Down
2 changes: 1 addition & 1 deletion charts/photoprism/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# photoprism

![Version: 7.4.17](https://img.shields.io/badge/Version-7.4.17-informational?style=flat-square) ![AppVersion: 240711-ce](https://img.shields.io/badge/AppVersion-240711--ce-informational?style=flat-square)
![Version: 7.4.18](https://img.shields.io/badge/Version-7.4.18-informational?style=flat-square) ![AppVersion: 240711-ce](https://img.shields.io/badge/AppVersion-240711--ce-informational?style=flat-square)

PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection

Expand Down
2 changes: 1 addition & 1 deletion charts/photoprism/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"description": "image tag",
"required": [],
"title": "tag",
"type": "null"
"type": "string"
}
},
"required": [],
Expand Down
2 changes: 1 addition & 1 deletion charts/photoprism/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: photoprism/photoprism
# -- image tag
# @default -- chart.appVersion
tag:
tag: ""
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.23.12
description: A fancy self-hosted monitoring tool for your websites and applications
name: uptime-kuma
version: 1.5.15
version: 1.5.16
kubeVersion: ">=1.16.0-0"
keywords:
- uptime-kuma
Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-kuma/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# uptime-kuma

![Version: 1.5.15](https://img.shields.io/badge/Version-1.5.15-informational?style=flat-square) ![AppVersion: 1.23.12](https://img.shields.io/badge/AppVersion-1.23.12-informational?style=flat-square)
![Version: 1.5.16](https://img.shields.io/badge/Version-1.5.16-informational?style=flat-square) ![AppVersion: 1.23.12](https://img.shields.io/badge/AppVersion-1.23.12-informational?style=flat-square)

A fancy self-hosted monitoring tool for your websites and applications

Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-kuma/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"description": "image tag",
"required": [],
"title": "tag",
"type": "null"
"type": "string"
}
},
"required": [],
Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: louislam/uptime-kuma
# -- image tag
# @default -- chart.appVersion
tag:
tag: ""
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/webtrees/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.1.20
description: Open-source online collaborative genealogy application
name: webtrees
version: 2.2.14
version: 2.2.15
kubeVersion: ">=1.16.0-0"
keywords:
- webtrees
Expand Down
2 changes: 1 addition & 1 deletion charts/webtrees/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# webtrees

![Version: 2.2.14](https://img.shields.io/badge/Version-2.2.14-informational?style=flat-square) ![AppVersion: 2.1.20](https://img.shields.io/badge/AppVersion-2.1.20-informational?style=flat-square)
![Version: 2.2.15](https://img.shields.io/badge/Version-2.2.15-informational?style=flat-square) ![AppVersion: 2.1.20](https://img.shields.io/badge/AppVersion-2.1.20-informational?style=flat-square)

Open-source online collaborative genealogy application

Expand Down
2 changes: 1 addition & 1 deletion charts/webtrees/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"description": "image tag",
"required": [],
"title": "tag",
"type": "null"
"type": "string"
}
},
"required": [],
Expand Down
2 changes: 1 addition & 1 deletion charts/webtrees/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/nathanvaughn/webtrees
# -- image tag
# @default -- chart.appVersion
tag:
tag: ""
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit aefbd43

Please sign in to comment.