Skip to content

Commit

Permalink
Update Taiga to 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmp committed Nov 30, 2021
1 parent 957c999 commit 62d449d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: taiga
description: A Helm chart for Taiga
type: application
version: 0.2.1
appVersion: "6.2.0"
version: 0.2.2
appVersion: "6.4.2"
home: https://www.taiga.io/
sources:
- https://github.com/fabianmp/taiga-helm
Expand All @@ -19,8 +19,8 @@ keywords:
- project management
dependencies:
- name: postgresql
repository: "@bitnami"
repository: https://charts.bitnami.com/bitnami
version: 8.6.2
- name: rabbitmq
repository: "@bitnami"
repository: https://charts.bitnami.com/bitnami
version: 8.15.2
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# taiga

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

A Helm chart for Taiga

Expand All @@ -20,8 +20,8 @@ A Helm chart for Taiga

| Repository | Name | Version |
|------------|------|---------|
| @bitnami | postgresql | 8.6.2 |
| @bitnami | rabbitmq | 8.15.2 |
| https://charts.bitnami.com/bitnami | postgresql | 8.6.2 |
| https://charts.bitnami.com/bitnami | rabbitmq | 8.15.2 |

## Values

Expand All @@ -38,7 +38,7 @@ A Helm chart for Taiga
| backend.resources | object | `{}` | Resources for backend container |
| events.image.pullPolicy | string | `"IfNotPresent"` | Taiga events pull policy |
| events.image.repository | string | `"taigaio/taiga-events"` | Taiga events image |
| events.image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| events.image.tag | string | `"6.4.0"` | Overrides the image tag whose default is the chart appVersion. |
| events.resources | object | `{}` | Resources for events container |
| frontend.image.pullPolicy | string | `"IfNotPresent"` | Taiga frontend pull policy |
| frontend.image.repository | string | `"taigaio/taiga-front"` | Taiga frontend image |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ events:
# -- Taiga events pull policy
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "6.4.0"
# -- Resources for events container
resources: {}

Expand Down

0 comments on commit 62d449d

Please sign in to comment.