Author SHA1 Message Date
CSRBot 3cb7895059 chore(deps): update docker.io/volkerraschek/helm docker tag to v4
Helm / helm-lint (push) Successful in 13s
Generate README / generate-parameters (push) Successful in 22s
Helm / helm-unittest (push) Failing after 12s
Markdown linter / markdown-link-checker (push) Successful in 24s
Markdown linter / markdown-lint (push) Successful in 33s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Failing after 12s
2026-09-03 03:19:13 +00:00
CSRBot 6a0430932d Merge pull request 'chore(deps): update docker.io/curlimages/curl docker tag to v8.22.0' (#42) from renovate/container-images into master
Generate README / generate-parameters (push) Successful in 35s
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Failing after 12s
Markdown linter / markdown-link-checker (push) Successful in 47s
Markdown linter / markdown-lint (push) Successful in 30s
2026-09-02 21:23:19 +00:00
CSRBot 913559cb68 chore(deps): update docker.io/curlimages/curl docker tag to v8.22.0
Generate README / generate-parameters (push) Successful in 53s
Helm / helm-lint (push) Successful in 11s
Helm / helm-unittest (push) Successful in 30s
Markdown linter / markdown-link-checker (push) Successful in 54s
Markdown linter / markdown-lint (push) Successful in 31s
Generate README / generate-parameters (pull_request) Successful in 35s
Helm / helm-lint (pull_request) Successful in 11s
Helm / helm-unittest (pull_request) Failing after 12s
Markdown linter / markdown-link-checker (pull_request) Successful in 41s
Markdown linter / markdown-lint (pull_request) Successful in 31s
2026-09-02 21:23:07 +00:00
CSRBot 306101a95a Merge pull request 'chore(deps): update dzikoysk/reposilite docker tag to v3.6.3' (#41) from renovate/container-images into master
Helm / helm-lint (push) Failing after 0s
Helm / helm-unittest (push) Failing after 1s
2026-08-30 15:22:11 +00:00
CSRBot 2355ee2ae8 chore(deps): update dzikoysk/reposilite docker tag to v3.6.3
Helm / helm-lint (push) Failing after 1s
Helm / helm-unittest (push) Failing after 1s
Helm / helm-lint (pull_request) Failing after 1s
Helm / helm-unittest (pull_request) Failing after 0s
2026-08-30 15:22:05 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ annotations:
- name: support
url: https://git.cryptic.systems/volker.raschek/reposilite-charts/issues
apiVersion: v2
appVersion: "3.6.2"
appVersion: "3.6.3"
description: |
Lightweight and easy-to-use repository management software
dedicated for the Maven based artifacts in the JVM ecosystem
+1 -1
View File
@@ -298,7 +298,7 @@ spec:
| `deployment.pluginContainer.args` | Arguments passed to the plugin container. | `["--location","--fail","--max-time","60"]` |
| `deployment.pluginContainer.image.registry` | Image registry, eg. `docker.io`. | `docker.io` |
| `deployment.pluginContainer.image.repository` | Image repository, eg. `curlimages/curl`. | `curlimages/curl` |
| `deployment.pluginContainer.image.tag` | Custom image tag, eg. `0.1.0`. | `8.21.0` |
| `deployment.pluginContainer.image.tag` | Custom image tag, eg. `0.1.0`. | `8.22.0` |
| `deployment.pluginContainer.image.pullPolicy` | Image pull policy. | `IfNotPresent` |
| `deployment.priorityClassName` | PriorityClassName of the Reposilite deployment. | `""` |
| `deployment.replicas` | Number of replicas for the Reposilite deployment. | `1` |
+1 -1
View File
@@ -175,7 +175,7 @@ deployment:
image:
registry: docker.io
repository: curlimages/curl
tag: "8.21.0"
tag: "8.22.0"
pullPolicy: IfNotPresent
## @param deployment.priorityClassName PriorityClassName of the Reposilite deployment.