chore(deps): update container image tagspaces/tagspaces-lite-web to v6.0.1@08cf835 by renovate (#26443)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tagspaces/tagspaces-lite-web](https://www.tagspaces.org) ([source](https://redirect.github.com/tagspaces/tagspaces)) | major | `5.5.2` -> `6.0.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>tagspaces/tagspaces (tagspaces/tagspaces-lite-web)</summary> ### [`v6.0.1`](https://redirect.github.com/tagspaces/tagspaces/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/tagspaces/tagspaces/compare/v6.0.0...v6.0.1) Minor improvements. ### [`v6.0.0`](https://redirect.github.com/tagspaces/tagspaces/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/tagspaces/tagspaces/compare/v5.5.2...v6.0.0) Blog article describing some of the changes is published [here](https://www.tagspaces.org/blog/tagspaces-6-0/). Release notes can be found [here](https://www.tagspaces.org/whatsnew/#version-600-20240914). **Full Changelog**: https://github.com/tagspaces/tagspaces/compare/v5.9.2...v6.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTMuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbWFqb3IiXX0=--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.5.2
|
||||
appVersion: 6.0.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tagspaces
|
||||
- https://hub.docker.com/r/tagspaces/tagspaces-lite-web
|
||||
type: application
|
||||
version: 5.2.0
|
||||
version: 6.0.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tagspaces/tagspaces-lite-web
|
||||
repository: fardjad/tagspaces-lite-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.5.2@sha256:0b1bf452ca77bda01c3e44f426e95111b1703d7beaff8d6bbecf470dc2aad374
|
||||
tag: 6.0.1@sha256:6c71210182ee5fd0d16069822e9b448b53244ab01445085838b5dcfff15e14a5
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
@@ -10,8 +10,8 @@ service:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
port: 5000
|
||||
targetPort: 8080
|
||||
port: 80
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user