chore(helm): update image docker.io/semaphoreui/semaphore v2.12.14 → v2.12.17 (#33149)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `890cb4f` -> `70d6442` | 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.12.17`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.12.17) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.12.14...v2.12.17) #### Bugfixes - [Update Dockerfile to expose port](https://redirect.github.com/semaphoreui/semaphore/pull/2788) - [Fix: Semaphore sql tables can´t handle SHA256 commit hashes](https://redirect.github.com/semaphoreui/semaphore/pull/2784) - [fix: Show next cron run correctlу](https://redirect.github.com/semaphoreui/semaphore/pull/2755) - [Update OpenTofu distribution to 1.9.0](https://redirect.github.com/semaphoreui/semaphore/pull/2760) - [docs: Add message property](https://redirect.github.com/semaphoreui/semaphore/pull/2756) #### Links - Create best docker container [](https://semaphoreui.com/install/docker/2\_12/) - Join our responsive community [](https://discord.gg/5R6k7hNGcH) - Every day we add new features, fix bugs, support the community. We need your support [](https://redirect.github.com/sponsors/semaphoreui) [](https://ko-fi.com/fiftin) [](https://www.patreon.com/semaphoreui) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.12.14
|
||||
appVersion: 2.12.17
|
||||
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.0.0
|
||||
version: 5.0.1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.12.14@sha256:890cb4f2fdfa03d78cdd7138fdd239ad74c2a64823d973e90006d5e606df7e89
|
||||
tag: v2.12.17@sha256:70d6442ee61bcd14da91ef655bf224bd0d5eb961dcb0b7b5beace9f74ffc7c25
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user