mirror of
https://github.com/Luzifer/go-latestver.git
synced 2025-01-10 12:11:48 +00:00
Compare commits
No commits in common. "d7de10cbef4f8d45919defa7c68c8639f17016bb" and "e7d89a1f3f2aed58bc1c31cb01d43ed4cd73221d" have entirely different histories.
d7de10cbef
...
e7d89a1f3f
4 changed files with 2 additions and 24 deletions
|
@ -1,7 +1,3 @@
|
||||||
# 0.10.1 / 2024-04-17
|
|
||||||
|
|
||||||
* Fix: Add missing configmap creation
|
|
||||||
|
|
||||||
# 0.10.0 / 2024-04-16
|
# 0.10.0 / 2024-04-16
|
||||||
|
|
||||||
* Switch to pure-go sqlite driver
|
* Switch to pure-go sqlite driver
|
||||||
|
|
|
@ -2,5 +2,5 @@ apiVersion: v2
|
||||||
name: latestver
|
name: latestver
|
||||||
description: Hosting go-latestver on Kubernetes
|
description: Hosting go-latestver on Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.0
|
version: 0.2.0
|
||||||
appVersion: v0.10.1
|
appVersion: v0.10.0
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: {{ include "go-latestver.fullname" . }}
|
|
||||||
labels:
|
|
||||||
{{- include "go-latestver.labels" . | nindent 4 }}
|
|
||||||
data:
|
|
||||||
config.yaml: |
|
|
||||||
{{- .Values.config | toYaml | nindent 4 }}
|
|
|
@ -64,15 +64,6 @@ Fetches the latest release from Github for a given repository not marked as pre-
|
||||||
| --------- | :--: | ---- | ------------- | ----------- |
|
| --------- | :--: | ---- | ------------- | ----------- |
|
||||||
| `repository` | ✅ | string | | Repository to fetch in form `owner/repo` |
|
| `repository` | ✅ | string | | Repository to fetch in form `owner/repo` |
|
||||||
|
|
||||||
## Fetcher: `helm`
|
|
||||||
|
|
||||||
Fetches the index file of a Helm Repo and yields the latest Helm-Chart version
|
|
||||||
|
|
||||||
| Attribute | Req. | Type | Default Value | Description |
|
|
||||||
| --------- | :--: | ---- | ------------- | ----------- |
|
|
||||||
| `chart` | ✅ | string | | Chart to fetch the version of (i.e. "grafana") |
|
|
||||||
| `repo` | ✅ | string | | URL of the repo (i.e. "https://grafana.github.io/helm-charts") |
|
|
||||||
|
|
||||||
## Fetcher: `html`
|
## Fetcher: `html`
|
||||||
|
|
||||||
Downloads website, selects text-node using XPath and optionally applies custom regular expression
|
Downloads website, selects text-node using XPath and optionally applies custom regular expression
|
||||||
|
|
Loading…
Reference in a new issue