chore(deps): update container image gabekangas/owncast to v0.1.3@dcad037 by renovate (#20391)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | gabekangas/owncast | patch | `0.1.2` -> `0.1.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
1d7669f0c8
commit
7ba4c03174
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.1.2
|
||||
appVersion: 0.1.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.3.2
|
||||
|
@ -25,7 +25,7 @@ keywords:
|
|||
- stream
|
||||
- open source
|
||||
- chat
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -37,4 +37,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/owncast
|
||||
- https://hub.docker.com/r/gabekangas/owncast
|
||||
type: application
|
||||
version: 13.8.0
|
||||
version: 13.8.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: gabekangas/owncast
|
||||
tag: 0.1.2@sha256:eb21aabe464fb81f34186a00f94c6d22f892fb454ef337849b161a337a931fbb
|
||||
tag: 0.1.3@sha256:dcad03787236e0414162e6ed4113484415f023b154fcb628ea19ae91f8efebb7
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue