Skip to content

Commit

Permalink
docs: Fix vaultwarden subchart URLs, revise references to master bran…
Browse files Browse the repository at this point in the history
…ch for bitnami/charts repo (#656)

* fix urls

* update main branch
  • Loading branch information
taylor-fuller authored Aug 5, 2024
1 parent d5a6d42 commit 7629185
Show file tree
Hide file tree
Showing 28 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion charts/bookstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ N/A
| image.repository | string | `"ghcr.io/linuxserver/bookstack"` | image repository |
| image.tag | string | `"version-v24.05.1"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| podSecurityContext.fsGroup | int | `911` | Volume group permissions |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
Expand Down
2 changes: 1 addition & 1 deletion charts/bookstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ persistence:
# size: 1Gi

# -- Enable and configure mariadb database subchart under this key.
# For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb)
# For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb)
# @default -- See [values.yaml](./values.yaml)
mariadb:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/gotify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ N/A
| podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group |
| podSecurityContext.runAsGroup | int | `65534` | Run as `nobody` group |
| podSecurityContext.runAsUser | int | `65534` | Run as `nobody` user |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/gotify/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ podSecurityContext:
fsGroup: 65534

# -- Enable and configure postgresql database subchart under this key.
# [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
# @default -- See [values.yaml](./values.yaml)
postgresql:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/headscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Once deployed, the UI will be available at `/web`.
| image.tag | string | `"0.22.3"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
| serviceMonitor.main.enabled | bool | `false` | Enables or disables the serviceMonitor. |
| serviceMonitor.main.endpoints | list | See [values.yaml](./values.yaml) | Configures the endpoints for the serviceMonitor. |
Expand Down
2 changes: 1 addition & 1 deletion charts/headscale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ persistence:
# size: 1Gi

# -- Enable and configure postgresql database subchart under this key.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
# @default -- See [values.yaml](./values.yaml)
postgresql:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions charts/healthchecks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ See each database section in [`values.yaml`](./values.yaml) for configuration ex
| image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | Image repository |
| image.tag | string | `"version-v3.3"` | Image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. If enabled, the app's db envs will be set for you. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. If enabled, the app's db envs will be set for you. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. Necessary for SQLite. |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. If enabled, the app's db envs will be set for you. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. If enabled, the app's db envs will be set for you. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
4 changes: 2 additions & 2 deletions charts/healthchecks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ persistence:

# -- Enable and configure postgresql database subchart under this key.
# If enabled, the app's db envs will be set for you.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
# @default -- See [values.yaml](./values.yaml)
postgresql:
enabled: false
Expand All @@ -78,7 +78,7 @@ postgresql:

# -- Enable and configure mariadb database subchart under this key.
# If enabled, the app's db envs will be set for you.
# For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb)
# For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb)
# @default -- See [values.yaml](./values.yaml)
mariadb:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/home-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ No extra privileges required!
| image.tag | string | `"latest"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ persistence:
# size: 1Gi

# -- Enable and configure postgresql database subchart under this key.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
# @default -- See [values.yaml](./values.yaml)
postgresql:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/limo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ N/A
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| podSecurityContext.fsGroup | int | `1000` | Volume group permissions |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/limo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ persistence:
# size: 1Gi

# -- Enable and configure postgresql database subchart under this key.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
# @default -- See [values.yaml](./values.yaml)
postgresql:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions charts/memos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ N/A
| image.repository | string | `"ghcr.io/usememos/memos"` | image repository |
| image.tag | string | `"0.22.1"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| persistence | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. |
| podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group |
| podSecurityContext.runAsGroup | int | `65534` | Run as `nobody` group |
| podSecurityContext.runAsUser | int | `65534` | Run as `nobody` user |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
4 changes: 2 additions & 2 deletions charts/memos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ podSecurityContext:
fsGroup: 65534

# -- Enable and configure postgresql database subchart under this key.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
# @default -- See [values.yaml](./values.yaml)
postgresql:
enabled: false
Expand All @@ -70,7 +70,7 @@ postgresql:
# size: 8Gi

# -- Enable and configure mariadb database subchart under this key.
# For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb)
# For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mariadb)
# @default -- See [values.yaml](./values.yaml)
mariadb:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/miniflux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ N/A
| image.repository | string | `"ghcr.io/miniflux/miniflux"` | image repository |
| image.tag | string | `"2.1.3"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| postgresql | object | Enabled (See [values.yaml](./values.yaml) for more details) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| postgresql | object | Enabled (See [values.yaml](./values.yaml) for more details) | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |
| serviceMonitor.main.allowedNetworks | string | `"127.0.0.1/8"` | List of networks allowed to access the `/metrics` endpoint (comma-separated values). [[ref]](https://miniflux.app/docs/configuration.html#metrics-allowed-networks) |
| serviceMonitor.main.enabled | bool | `false` | Enables or disables the serviceMonitor. |
Expand Down
2 changes: 1 addition & 1 deletion charts/miniflux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ingress:
# - chart-example.local

# -- Enable and configure postgresql database subchart under this key.
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql)
# @default -- Enabled (See [values.yaml](./values.yaml) for more details)
postgresql:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/monica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ N/A
| image.repository | string | `"monica"` | image repository |
| image.tag | string | `"4.1.2-fpm-alpine"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) |
| mariadb | object | See [values.yaml](./values.yaml) | Enable and configure mariadb database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| nginx.enabled | bool | `true` | Enable the Nginx sidecar. Disable this if you use an apache image. |
| nginx.image.pullPolicy | string | `"Always"` | Nginx image pull policy |
| nginx.image.repository | string | `"nginx"` | Nginx image repository |
Expand Down
2 changes: 1 addition & 1 deletion charts/monica/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ persistence:
# size: 1Gi

# -- Enable and configure mariadb database subchart under this key.
# [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/mariadb)
# [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/mariadb)
# @default -- See [values.yaml](./values.yaml)
mariadb:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/nightscout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ N/A
| image.repository | string | `"nightscout/cgm-remote-monitor"` | image repository |
| image.tag | string | `"15.0.2"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| mongodb | object | See [values.yaml](./values.yaml) | Enable and configure mongodb database subchart under this key. For more options see [mongodb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mongodb) |
| mongodb | object | See [values.yaml](./values.yaml) | Enable and configure mongodb database subchart under this key. For more options see [mongodb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mongodb) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/nightscout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ingress:
# - chart-example.local

# -- Enable and configure mongodb database subchart under this key.
# For more options see [mongodb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mongodb)
# For more options see [mongodb chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/mongodb)
# @default -- See [values.yaml](./values.yaml)
mongodb:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/obico/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ N/A
| podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group |
| podSecurityContext.runAsGroup | int | `65534` | Run as `nobody` group |
| podSecurityContext.runAsUser | int | `65534` | Run as `nobody` user |
| redis | object | See [values.yaml](./values.yaml) | Enable and configure redis subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/redis) |
| redis | object | See [values.yaml](./values.yaml) | Enable and configure redis subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/redis) |
| server.additionalContainers.tasks.command | list | See [values.yaml](./values.yaml) | Task command. |
| server.command | list | See [values.yaml](./values.yaml) | Command to run Obico server. |
| server.env | string | See [values.yaml](./values.yaml) | Server environment variables. [[ref]](https://github.com/TheSpaghettiDetective/obico-server/blob/master/dotenv.example) |
Expand Down
2 changes: 1 addition & 1 deletion charts/obico/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ podSecurityContext:
# -- Volume binds will be granted to `nobody` group
fsGroup: 65534

# -- Enable and configure redis subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/redis)
# -- Enable and configure redis subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/redis)
# @default -- See [values.yaml](./values.yaml)
redis:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/rsshub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ N/A
| image.repository | string | `"diygod/rsshub"` | image repository |
| image.tag | string | `"latest"` | image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| redis | object | See [values.yaml](./values.yaml) | Enable and configure redis subchart under this key. For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis) |
| redis | object | See [values.yaml](./values.yaml) | Enable and configure redis subchart under this key. For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/redis) |
| service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/rsshub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ingress:
# - chart-example.local

# -- Enable and configure redis subchart under this key.
# For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/redis)
# For more options see [redis chart documentation](https://github.com/bitnami/charts/tree/main/bitnami/redis)
# @default -- See [values.yaml](./values.yaml)
redis:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion charts/tandoor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ N/A
| podSecurityContext.fsGroup | int | `65534` | Volume binds will be granted to `nobody` group |
| podSecurityContext.runAsGroup | int | `65534` | Run as `nobody` group |
| podSecurityContext.runAsUser | int | `65534` | Run as `nobody` user |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) |
| postgresql | object | See [values.yaml](./values.yaml) | Enable and configure postgresql database subchart under this key. [[ref]](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) |
| service.main | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. |

---
Expand Down
Loading

0 comments on commit 7629185

Please sign in to comment.