chore(deps): update container image tccr.io/truecharts/misskey to v13.14.2 (#11506)
**Description** Update Misskey. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** I haven't done any testing. **📃 Notes:** Renovate bot should be reenabled for Misskey. Since it failed in #8601 it just didn't create any more PRs. My PR is missing the image hash, it should be added. **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
This commit is contained in:
parent
80a0c4d1e5
commit
4ae8b6bfe1
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "13.13.2"
|
||||
appVersion: "13.14.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -29,7 +29,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/misskey
|
||||
- https://github.com/misskey-dev/misskey/
|
||||
type: application
|
||||
version: 4.0.3
|
||||
version: 4.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Social
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/misskey
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v13.13.2@sha256:efc293f9d7988327e4e4c9c2694f8889edfb0165edf8bef1ea4a5b4ca6409402
|
||||
tag: v13.14.2@sha256:025214f6c145d21ef267045f8f9588242d9799ac73102ac8151213691886f858
|
||||
|
||||
securityContext:
|
||||
pod:
|
||||
|
|
Loading…
Reference in New Issue