Compare commits

...

5 Commits

Author SHA1 Message Date
k8s-at-home[bot]
b02b4eefdb chore: Auto-update chart README [skip ci] 2022-05-17 16:27:40 +00:00
Vikas Pogu
16accfa8c7 [reverse-proxy] minor fix to not chomp of left whitspace (#1570) 2022-05-17 12:27:08 -04:00
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs
2a11166887 chore: Add @truxnell to CODEOWNERS 2022-05-16 12:40:11 +02:00
k8s-at-home[bot]
556d1a454f Auto-generate chart summary [no ci] 2022-05-15 13:16:18 +00:00
renovate[bot]
e30fab9184 chore(deps): update helm chart common to v4.4.2 (#1565)
* chore(deps): update helm chart common to v4.4.2

* chore: Auto-update chart metadata [skip ci]

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-05-15 09:15:57 -04:00
6 changed files with 16 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
* @onedr0p @bjw-s @billimek @carpenike
* @onedr0p @bjw-s @billimek @carpenike @truxnell

View File

@@ -146,6 +146,7 @@
| [stash](stable/stash) | An organizer for your porn, written in Go |
| [statping](stable/statping) | Status page for monitoring your websites and applications |
| [syncthing](stable/syncthing) | Open Source Continuous File Synchronization |
| [syslog-ng](stable/syslog-ng) | syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. |
| [tautulli](stable/tautulli) | A Python based monitoring and tracking tool for Plex Media Server |
| [tdarr](stable/tdarr) | Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc. |
| [teedy](stable/teedy) | Teedy is an open source, lightweight document management system for individuals and businesses. |

View File

@@ -1,6 +1,6 @@
---
apiVersion: v2
version: 2.3.2
version: 2.3.3
description: Creates ingress reverse-proxies for external hosts with minimum boilerplate
name: reverse-proxy
appVersion: 1.2.0
@@ -21,5 +21,5 @@ dependencies:
version: 4.4.2
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
- kind: fixed
description: Minor bug fix to not trim whitespace for endpoint objects

View File

@@ -1,6 +1,6 @@
# reverse-proxy
![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
![Version: 2.3.3](https://img.shields.io/badge/Version-2.3.3-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square)
Creates ingress reverse-proxies for external hosts with minimum boilerplate
@@ -95,7 +95,7 @@ N/A
## Changelog
### Version 2.3.2
### Version 2.3.3
#### Added
@@ -103,11 +103,11 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
N/A
#### Fixed
N/A
* Minor bug fix to not trim whitespace for endpoint objects
### Older versions

View File

@@ -1,7 +1,7 @@
{{- include "common.values.setup" . -}}
{{- range .Values.instances }}
{{- if or ( not ( hasKey . "enabled" ) ) .enabled }}
{{- if .ip -}}
{{- if .ip }}
---
apiVersion: v1
kind: Endpoints

View File

@@ -1,8 +1,9 @@
---
apiVersion: v2
appVersion: latest
description: Satisfactory dedicated server
name: satisfactory
version: 1.0.0
version: 1.1.0
kubeVersion: ">=1.16.0-0"
keywords:
- satisfactory
@@ -18,8 +19,8 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.3.0
version: 4.4.2
annotations:
artifacthub.io/changes: |
- kind: added
description: Initial version
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2