chore(helm): update image docker.io/semaphoreui/semaphore v2.10.31 → v2.10.32 (#28111)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore) | patch | `eb0ac05` -> `14d33a8` | 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.10.32`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.10.32) [Compare Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.10.31...v2.10.32) #### Security - Clear run app's environment (reported by [@​geckoadi](https://redirect.github.com/geckoadi)) - Update packages #### Bugfixes - Import/export survey variables of Templates - Handle `<playbook_dir>/requirements.txt` by ansible-galaxy. #### Development - E2E tests launch for VSCode and DevContainer </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 2.10.31
|
||||
appVersion: 2.10.32
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore
|
||||
- https://hub.docker.com/r/semaphoreui/semaphore
|
||||
type: application
|
||||
version: 4.0.1
|
||||
version: 4.0.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/semaphoreui/semaphore
|
||||
tag: v2.10.31@sha256:eb0ac0540cd54b879daaa5bdc2b4b69afa9b996c0a6cc3ffb9fad7dd0ce29f55
|
||||
tag: v2.10.32@sha256:14d33a823ccae6fc9be20109286f0a4d46f9d37f7b4bce3076e0f737b6882e23
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user