Skip to content

Commit

Permalink
chore(deps): update helm release clusterplex to v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
estecabot committed May 14, 2024
1 parent 6e39813 commit 4401669
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/media-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: media-apps
description: Argo CD app-of-apps config for media applications
type: application
# version and appVersion are in sync in this chart!
version: 0.6.19
appVersion: 0.6.19
version: 0.6.20
appVersion: 0.6.20
home: https://github.com/pree/helm-charts/tree/master/charts/media-apps
sources:
- https://github.com/pree/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/media-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# media-apps

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

Argo CD app-of-apps config for media applications

Expand Down Expand Up @@ -31,7 +31,7 @@ Argo CD app-of-apps config for media applications
| clusterplex.destination.namespace | string | `"media-apps"` | Namespace |
| clusterplex.enabled | bool | `false` | Enable clusterplex |
| clusterplex.repoURL | string | [repo](https://github.com/pabloromeo/clusterplex) | Repo URL |
| clusterplex.targetRevision | string | `"1.1.4"` | [clusterplex Helm chart](https://github.com/pabloromeo/clusterplex/tree/master/charts/clusterplex) |
| clusterplex.targetRevision | string | `"1.1.6"` | [clusterplex Helm chart](https://github.com/pabloromeo/clusterplex/tree/master/charts/clusterplex) |
| clusterplex.values | object | [upstream values](https://github.com/pabloromeo/clusterplex/blob/master/charts/clusterplex/values.yaml) | Helm values |
| nfsMount | object | `{"chart":"nfs-mount","destination":{"namespace":"media-apps"},"enabled":false,"name":"nas-media","repoURL":"https://charts.pree.dev","targetRevision":"0.1.12","values":{}}` | This is used to create a PVC for a media share via NFS |
| nfsMount.chart | string | `"nfs-mount"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/media-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ clusterplex:
# clusterplex.chart -- Chart
chart: "clusterplex"
# clusterplex.targetRevision -- [clusterplex Helm chart](https://github.com/pabloromeo/clusterplex/tree/master/charts/clusterplex)
targetRevision: "1.1.4"
targetRevision: "1.1.6"
# clusterplex.values -- Helm values
# @default -- [upstream values](https://github.com/pabloromeo/clusterplex/blob/master/charts/clusterplex/values.yaml)
values: {}
Expand Down

0 comments on commit 4401669

Please sign in to comment.