Skip to content

Commit 21ec2a5

Browse files
Bump xperimental/nextcloud-exporter from 0.6.1 to 0.6.2 in /charts/nextcloud (#452)
* Bump xperimental/nextcloud-exporter in /charts/nextcloud Bumps xperimental/nextcloud-exporter from 0.6.1 to 0.6.2. --- updated-dependencies: - dependency-name: xperimental/nextcloud-exporter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update Chart.yaml - bump helm chart patch version Signed-off-by: JesseBot <jessebot@linux.com> * Update README.md - update nextcloud-exporter version in docs to 0.6.2 Signed-off-by: JesseBot <jessebot@linux.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: JesseBot <jessebot@linux.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JesseBot <jessebot@linux.com>
1 parent 8076ecc commit 21ec2a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 4.5.7
3+
version: 4.5.8
44
appVersion: 27.1.4
55
description: A file sharing server that puts the control and security of your own data back into your hands.
66
keywords:

charts/nextcloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ We include an optional experimental Nextcloud Metrics exporter from [xperimental
287287
| `metrics.timeout` | When the scrape times out | `5s` |
288288
| `metrics.tlsSkipVerify` | Skips certificate verification of Nextcloud server | `false` |
289289
| `metrics.image.repository` | Nextcloud metrics exporter image name | `xperimental/nextcloud-exporter` |
290-
| `metrics.image.tag` | Nextcloud metrics exporter image tag | `0.6.0` |
290+
| `metrics.image.tag` | Nextcloud metrics exporter image tag | `0.6.2` |
291291
| `metrics.image.pullPolicy` | Nextcloud metrics exporter image pull policy | `IfNotPresent` |
292292
| `metrics.image.pullSecrets` | Nextcloud metrics exporter image pull secrets | `nil` |
293293
| `metrics.podAnnotations` | Additional annotations for metrics exporter | not set |

charts/nextcloud/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ metrics:
481481

482482
image:
483483
repository: xperimental/nextcloud-exporter
484-
tag: 0.6.1
484+
tag: 0.6.2
485485
pullPolicy: IfNotPresent
486486
# pullSecrets:
487487
# - myRegistrKeySecretName

0 commit comments

Comments
 (0)