mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-04-12 02:03:38 +00:00
bump tandoor-recipes to 1.5.31 and postgres to 15.5.38
This commit is contained in:
parent
7fc31fc801
commit
63ad019cc6
@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 15.2.4
|
version: 15.5.38
|
||||||
digest: sha256:4c9000555069870f9a043b345251dfe8634bc00e008a87d01ac95bfb5c81bba2
|
digest: sha256:c133bfa16af929e2c75bbf00d0527d92feda59e14892fd9260f098b3e4a777c1
|
||||||
generated: "2024-04-06T16:59:33.832232151+01:00"
|
generated: "2025-02-11T19:49:24.230917816Z"
|
||||||
|
@ -16,16 +16,16 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "1.5.16"
|
appVersion: "1.5.31"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
version: ^15.2.4
|
version: ^15.5.38
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# tandoor-recipes
|
# tandoor-recipes
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for Tandoor Recipes, a digital recipe manager
|
A Helm chart for Tandoor Recipes, a digital recipe manager
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ A Helm chart for Tandoor Recipes, a digital recipe manager
|
|||||||
|
|
||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://charts.bitnami.com/bitnami | postgresql | ^12.12.10 |
|
| https://charts.bitnami.com/bitnami | postgresql | ^15.5.38 |
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
@ -62,5 +62,3 @@ A Helm chart for Tandoor Recipes, a digital recipe manager
|
|||||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||||
| tolerations | list | `[]` | |
|
| tolerations | list | `[]` | |
|
||||||
|
|
||||||
----------------------------------------------
|
|
||||||
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user