Compare commits

..

No commits in common. "d7de10cbef4f8d45919defa7c68c8639f17016bb" and "e7d89a1f3f2aed58bc1c31cb01d43ed4cd73221d" have entirely different histories.

4 changed files with 2 additions and 24 deletions

View file

@ -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

View file

@ -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

View file

@ -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 }}

View file

@ -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