Skip to content

Commit

Permalink
Merge pull request #124 from mrueg/nextcloud-exporter-0.4.0
Browse files Browse the repository at this point in the history
Update nextcloud-exporter to 0.4.0
  • Loading branch information
tvories authored Aug 5, 2021
2 parents d1d71be + 2522a6c commit 14a37e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
version: v3.6.3

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Set up chart-testing
uses: helm/[email protected]

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
with:
version: v3.6.3

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nextcloud
version: 2.7.1
version: 2.7.2
appVersion: 20.0.11
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ metrics:

image:
repository: xperimental/nextcloud-exporter
tag: v0.3.0
tag: v0.4.0
pullPolicy: IfNotPresent

## Metrics exporter resource requests and limits
Expand Down

0 comments on commit 14a37e3

Please sign in to comment.