Skip to content

Commit

Permalink
docs: Pin bjw-s common chart links to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 3, 2023
1 parent 689730a commit 003356f
Show file tree
Hide file tree
Showing 113 changed files with 263 additions and 311 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Pre-Commit](https://img.shields.io/badge/Pre--Commit-enabled-brightgreen?logo=pre-commit)](https://pre-commit.com)

A collection of Helm charts, based on the
[bjw-s common library chart](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).
[bjw-s common library chart](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).

Also available on [ArtifactHub](https://artifacthub.io/packages/search?repo=gabe565&sort=relevance).

Expand Down
4 changes: 2 additions & 2 deletions charts/adguard-home/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Free and open source, powerful network-wide ads & trackers blocking
home: https://charts.gabe565.com/charts/adguard-home/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/adguard-home/icon.svg
type: application
version: 0.3.10
version: 0.3.11
# renovate datasource=docker depName=adguard/adguardhome
appVersion: v0.107.38
kubeVersion: ">=1.22.0-0"
Expand All @@ -21,7 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update adguard/adguardhome docker tag to v0.107.38
description: Pin bjw-s common chart links to v1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/AdguardTeam/AdGuardHome
Expand Down
8 changes: 4 additions & 4 deletions charts/adguard-home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/adguard-home/icon.svg" align="right" width="92" alt="adguard-home logo">

![Version: 0.3.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat)
![Version: 0.3.11](https://img.shields.io/badge/Version-0.3.11-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v0.107.38](https://img.shields.io/badge/AppVersion-v0.107.38-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ Free and open source, powerful network-wide ads & trackers blocking DNS server.
**Homepage:** <https://charts.gabe565.com/charts/adguard-home/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=adguard-home&version=0.3.10)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=adguard-home&version=0.3.11)**

## Source Code

Expand Down Expand Up @@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Configuration

Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand All @@ -80,7 +80,7 @@ N/A

## Values

**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)
**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common)

| Key | Type | Default | Description |
|-----|------|---------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion charts/adguard-home/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
#

image:
Expand Down
4 changes: 2 additions & 2 deletions charts/ascii-movie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Star Wars movie SSH and Telnet server
home: https://charts.gabe565.com/charts/ascii-movie/
icon: https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg
type: application
version: 0.12.0
version: 0.12.1
# renovate datasource=docker depName=ghcr.io/gabe565/ascii-movie
appVersion: 1.6.0
kubeVersion: ">=1.22.0-0"
Expand All @@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/gabe565/ascii-movie docker tag to v1.6.0
description: Pin bjw-s common chart links to v1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/ascii-movie
Expand Down
8 changes: 4 additions & 4 deletions charts/ascii-movie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/ascii-movie/a1fd5c9df2fb3a177949c9511b62407c83aedefe/assets/icon.svg" align="right" width="92" alt="ascii-movie logo">

![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat)
![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ Star Wars movie SSH and Telnet server
**Homepage:** <https://charts.gabe565.com/charts/ascii-movie/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-movie&version=0.12.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=ascii-movie&version=0.12.1)**

## Source Code

Expand Down Expand Up @@ -58,7 +58,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Configuration

Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand All @@ -80,7 +80,7 @@ N/A

## Values

**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)
**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common)

| Key | Type | Default | Description |
|-----|------|---------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion charts/ascii-movie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
#

image:
Expand Down
4 changes: 2 additions & 2 deletions charts/bookstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A simple, self-hosted, easy-to-use platform for organising and stor
home: https://charts.gabe565.com/charts/bookstack/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg
type: application
version: 0.12.3
version: 0.12.4
# renovate datasource=docker depName=ghcr.io/linuxserver/bookstack
appVersion: version-v23.08.3
kubeVersion: ">=1.22.0-0"
Expand All @@ -26,7 +26,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/linuxserver/bookstack docker tag to version-v23.08.3
description: Pin bjw-s common chart links to v1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/BookStackApp/BookStack
Expand Down
8 changes: 4 additions & 4 deletions charts/bookstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/bookstack/icon.svg" align="right" width="92" alt="bookstack logo">

![Version: 0.12.3](https://img.shields.io/badge/Version-0.12.3-informational?style=flat)
![Version: 0.12.4](https://img.shields.io/badge/Version-0.12.4-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: version-v23.08.3](https://img.shields.io/badge/AppVersion-version--v23.08.3-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ A simple, self-hosted, easy-to-use platform for organising and storing informati
**Homepage:** <https://charts.gabe565.com/charts/bookstack/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=bookstack&version=0.12.3)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=bookstack&version=0.12.4)**

## Source Code

Expand Down Expand Up @@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Configuration

Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand All @@ -82,7 +82,7 @@ N/A

## Values

**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)
**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common)

| Key | Type | Default | Description |
|-----|------|---------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion charts/bookstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
#

image:
Expand Down
4 changes: 2 additions & 2 deletions charts/borgmatic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: borgmatic is simple, configuration-driven backup software for serve
home: https://charts.gabe565.com/charts/borgmatic/
icon: https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg
type: application
version: 0.9.1
version: 0.9.2
# renovate datasource=docker depName=ghcr.io/borgmatic-collective/borgmatic
appVersion: 1.8.3
kubeVersion: ">=1.21.0-0"
Expand All @@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/borgmatic-collective/borgmatic docker tag to v1.8.3
description: Pin bjw-s common chart links to v1
artifacthub.io/links: |-
- name: App Source
url: https://projects.torsion.org/borgmatic-collective/borgmatic
Expand Down
8 changes: 4 additions & 4 deletions charts/borgmatic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg" align="right" width="92" alt="borgmatic logo">

![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat)
![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.8.3](https://img.shields.io/badge/AppVersion-1.8.3-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ borgmatic is simple, configuration-driven backup software for servers and workst
**Homepage:** <https://charts.gabe565.com/charts/borgmatic/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=borgmatic&version=0.9.1)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=borgmatic&version=0.9.2)**

## Source Code

Expand Down Expand Up @@ -59,7 +59,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Configuration

Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand Down Expand Up @@ -106,7 +106,7 @@ controller:

## Values

**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)
**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common)

| Key | Type | Default | Description |
|-----|------|---------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion charts/borgmatic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
#

image:
Expand Down
4 changes: 2 additions & 2 deletions charts/castsponsorskip/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: castsponsorskip
description: Skip sponsored YouTube content on all local Google Cast devices.
home: https://charts.gabe565.com/charts/castsponsorskip/
type: application
version: 0.3.0
version: 0.3.1
# renovate datasource=docker depName=ghcr.io/gabe565/castsponsorskip
appVersion: 0.5.0
kubeVersion: ">=1.22.0-0"
Expand All @@ -21,7 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/gabe565/castsponsorskip docker tag to v0.5.0
description: Pin bjw-s common chart links to v1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/CastSponsorSkip
Expand Down
8 changes: 4 additions & 4 deletions charts/castsponsorskip/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CastSponsorSkip

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat)

Expand All @@ -9,7 +9,7 @@ Skip sponsored YouTube content on all local Google Cast devices.
**Homepage:** <https://charts.gabe565.com/charts/castsponsorskip/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=castsponsorskip&version=0.3.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=castsponsorskip&version=0.3.1)**

## Source Code

Expand Down Expand Up @@ -56,7 +56,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Configuration

Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common).
Other values may be used from the [values.yaml](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common/values.yaml) from the [bjw-s common library](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common).

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.

Expand All @@ -78,7 +78,7 @@ N/A

## Values

**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common)
**Important**: When deploying an application Helm chart you can add more values from the bjw-s common library chart [here](https://github.com/bjw-s/helm-charts/tree/a081de5/charts/library/common)

| Key | Type | Default | Description |
|-----|------|---------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion charts/castsponsorskip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# IMPORTANT NOTE
#
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/bjw-s/helm-charts/blob/main/charts/library/common/values.yaml
# https://github.com/bjw-s/helm-charts/blob/a081de5/charts/library/common/values.yaml
#

image:
Expand Down
4 changes: 2 additions & 2 deletions charts/changedetection-io/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Live your data-life pro-actively, track website content changes and
home: https://charts.gabe565.com/charts/changedetection-io/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/changedetection-io/icon.png
type: application
version: 0.11.2
version: 0.11.3
# renovate datasource=docker depName=ghcr.io/dgtlmoon/changedetection.io
appVersion: 0.45.2
kubeVersion: ">=1.22.0-0"
Expand All @@ -22,7 +22,7 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.45.2
description: Pin bjw-s common chart links to v1
artifacthub.io/links: |-
- name: App Source
url: https://github.com/dgtlmoon/changedetection.io
Expand Down
Loading

0 comments on commit 003356f

Please sign in to comment.