Skip to content

Commit

Permalink
Bump xperimental/nextcloud-exporter from 0.6.1 to 0.6.2 in /charts/ne…
Browse files Browse the repository at this point in the history
…xtcloud (#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] <[email protected]>

* Update Chart.yaml - bump helm chart patch version

Signed-off-by: JesseBot <[email protected]>

* Update README.md - update nextcloud-exporter version in docs to 0.6.2

Signed-off-by: JesseBot <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: JesseBot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JesseBot <[email protected]>
  • Loading branch information
dependabot[bot] and jessebot authored Dec 15, 2023
1 parent 8076ecc commit 21ec2a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: 4.5.7
version: 4.5.8
appVersion: 27.1.4
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/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ We include an optional experimental Nextcloud Metrics exporter from [xperimental
| `metrics.timeout` | When the scrape times out | `5s` |
| `metrics.tlsSkipVerify` | Skips certificate verification of Nextcloud server | `false` |
| `metrics.image.repository` | Nextcloud metrics exporter image name | `xperimental/nextcloud-exporter` |
| `metrics.image.tag` | Nextcloud metrics exporter image tag | `0.6.0` |
| `metrics.image.tag` | Nextcloud metrics exporter image tag | `0.6.2` |
| `metrics.image.pullPolicy` | Nextcloud metrics exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Nextcloud metrics exporter image pull secrets | `nil` |
| `metrics.podAnnotations` | Additional annotations for metrics exporter | not set |
Expand Down
2 changes: 1 addition & 1 deletion charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ metrics:

image:
repository: xperimental/nextcloud-exporter
tag: 0.6.1
tag: 0.6.2
pullPolicy: IfNotPresent
# pullSecrets:
# - myRegistrKeySecretName
Expand Down

0 comments on commit 21ec2a5

Please sign in to comment.