chore(helm): update image docker.io/semaphoreui/semaphore v2.13.3 → v2.13.7 (#33876)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `02a8d53` -> `7c22332` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>semaphoreui/semaphore (docker.io/semaphoreui/semaphore)</summary> ### [`v2.13.7`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.13.7) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.6...v2.13.7) #### Bugfixes - Incorrect working of Integration form after introducing task params. **Full Changelog**: https://github.com/semaphoreui/semaphore/compare/v2.13.5...v2.13.7 ### [`v2.13.6`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.5...v2.13.6) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.5...v2.13.6) ### [`v2.13.5`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.13.5) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.4...v2.13.5) #### Bugfixes - Import error 400 - Remove overriding ANSIBLE_SSH_ARGS - Remove panic for incorrect websocket configuration **Full Changelog**: https://github.com/semaphoreui/semaphore/compare/v2.13.3...v2.13.5 ### [`v2.13.4`](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.3...v2.13.4) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.13.3...v2.13.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.13.3
|
||||
appVersion: 2.13.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/semaphore
|
||||
- https://hub.docker.com/r/semaphoreui/semaphore
|
||||
type: application
|
||||
version: 5.1.2
|
||||
version: 5.1.3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.13.3@sha256:02a8d53ce5a2e1a147d07a14d9ea2f0686f60b9997883f6b54ff3a731ebaafdb
|
||||
tag: v2.13.7@sha256:7c2233217e98e353a1161263ed8436d76dfad6ee1e768f1ff1dd068fa36f932e
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user