Skip to content

Commit

Permalink
Merge pull request #28 from this-is-tobi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
this-is-tobi authored Dec 11, 2024
2 parents 9c7c97a + c90e13c commit 8c9ab71
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion charts/backup-utils/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: backup-utils
type: application
version: 1.1.0
version: 1.1.1
appVersion: "0.1.0"
description: A Helm chart for effortless deployment of backup utilities.
deprecated: false
Expand Down
6 changes: 3 additions & 3 deletions charts/backup-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# backup-utils

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)

A Helm chart for effortless deployment of backup utilities.

Expand Down Expand Up @@ -37,7 +37,7 @@ A Helm chart for effortless deployment of backup utilities.
| postgresql.envFrom | list | `[]` | Postgresql backup container env variables loaded from configmap or secret reference. |
| postgresql.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the postgresql backup. |
| postgresql.image.repository | string | `"ghcr.io/this-is-tobi/tools/pg-backup"` | Repository to use for the postgresql backup. |
| postgresql.image.tag | string | `"3.0.0"` | Tag to use for the postgresql backup. # Overrides the image tag whose default is the chart appVersion. |
| postgresql.image.tag | string | `"3.0.1"` | Tag to use for the postgresql backup. # Overrides the image tag whose default is the chart appVersion. |
| postgresql.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
| postgresql.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
| postgresql.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |
Expand Down Expand Up @@ -110,7 +110,7 @@ A Helm chart for effortless deployment of backup utilities.
| vault.envFrom | list | `[]` | Vault backup container env variables loaded from configmap or secret reference. |
| vault.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy for the vault backup. |
| vault.image.repository | string | `"ghcr.io/this-is-tobi/tools/vault-backup"` | Repository to use for the vault backup. |
| vault.image.tag | string | `"1.2.0"` | Tag to use for the vault backup. # Overrides the image tag whose default is the chart appVersion. |
| vault.image.tag | string | `"1.2.1"` | Tag to use for the vault backup. # Overrides the image tag whose default is the chart appVersion. |
| vault.job.backoffLimit | int | `3` | Specifies the number of retries before marking this job failed. |
| vault.job.concurrencyPolicy | string | `"Forbid"` | Specifies how to treat concurrent executions of a Job. Valid values are "Allow", "Forbid" and "Replace". |
| vault.job.failedJobsHistoryLimit | int | `3` | The number of failed finished jobs to retain. Value must be non-negative integer. |
Expand Down
4 changes: 2 additions & 2 deletions charts/backup-utils/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ postgresql:
pullPolicy: "IfNotPresent"
# -- Tag to use for the postgresql backup.
## Overrides the image tag whose default is the chart appVersion.
tag: "3.0.0"
tag: "3.0.1"
job:
# -- The cron rule used for backups. By default it runs everyday at 00:00.
schedule: "0 0 * * *"
Expand Down Expand Up @@ -227,7 +227,7 @@ vault:
pullPolicy: "IfNotPresent"
# -- Tag to use for the vault backup.
## Overrides the image tag whose default is the chart appVersion.
tag: "1.2.0"
tag: "1.2.1"
job:
# -- The cron rule used for backups. By default it runs everyday at 00:00.
schedule: "0 0 * * *"
Expand Down
6 changes: 3 additions & 3 deletions charts/dashy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: keycloak
repository: https://charts.bitnami.com/bitnami
version: 24.0.4
digest: sha256:7328d455235149b76be0578759a818c3bdad6ce520fb38fd8317c551f82696ea
generated: "2024-11-01T23:04:16.917355+01:00"
version: 24.3.0
digest: sha256:82373aaaf5c70ee914a003448af572fb13a19d726d12a65afed641981744f23a
generated: "2024-12-11T03:40:43.8358+01:00"
4 changes: 2 additions & 2 deletions charts/dashy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: dashy
type: application
version: 0.1.6
version: 0.1.7
appVersion: "3.1.0"
description: A Helm chart to deploy Dashy, a self-hostable personal dashboard that includes status-checking, widgets, themes, icon packs, a UI editor etc...
home: https://dashy.to
Expand All @@ -10,7 +10,7 @@ annotations: {}
keywords: []
dependencies:
- name: keycloak
version: 24.0.4
version: 24.3.0
repository: https://charts.bitnami.com/bitnami
condition: keycloak.enabled
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/dashy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dashy

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.0](https://img.shields.io/badge/AppVersion-3.1.0-informational?style=flat-square)

A Helm chart to deploy Dashy, a self-hostable personal dashboard that includes status-checking, widgets, themes, icon packs, a UI editor etc...

Expand All @@ -21,7 +21,7 @@ A Helm chart to deploy Dashy, a self-hostable personal dashboard that includes s

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | keycloak | 24.0.4 |
| https://charts.bitnami.com/bitnami | keycloak | 24.3.0 |

## Values

Expand Down
6 changes: 3 additions & 3 deletions charts/homarr/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: keycloak
repository: https://charts.bitnami.com/bitnami
version: 24.0.4
digest: sha256:7328d455235149b76be0578759a818c3bdad6ce520fb38fd8317c551f82696ea
generated: "2024-11-01T23:06:27.886934+01:00"
version: 24.3.0
digest: sha256:82373aaaf5c70ee914a003448af572fb13a19d726d12a65afed641981744f23a
generated: "2024-12-11T03:39:27.337121+01:00"
6 changes: 3 additions & 3 deletions charts/homarr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
name: homarr
type: application
version: 0.1.6
appVersion: "0.15.7"
version: 0.1.7
appVersion: "0.15.9"
description: Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
home: https://homarr.dev
deprecated: false
annotations: {}
keywords: []
dependencies:
- name: keycloak
version: 24.0.4
version: 24.3.0
repository: https://charts.bitnami.com/bitnami
condition: keycloak.enabled
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/homarr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homarr

![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.7](https://img.shields.io/badge/AppVersion-0.15.7-informational?style=flat-square)
![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.9](https://img.shields.io/badge/AppVersion-0.15.9-informational?style=flat-square)

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)

Expand All @@ -21,7 +21,7 @@ Customizable browser's home page to interact with your homeserver's Docker conta

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | keycloak | 24.0.4 |
| https://charts.bitnami.com/bitnami | keycloak | 24.3.0 |

## Values

Expand Down

0 comments on commit 8c9ab71

Please sign in to comment.