chore(deps): update container image misskey/misskey to v2024.2.0 (#18262)
**Description** Update Misskey to v2024.2.0 **⚙️ 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:** <!-- Please enter any other relevant information here --> **✔️ 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 added an icon in the Chart's root directory called `icon.png`
This commit is contained in:
parent
7693eac4b6
commit
161f28c10a
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2023.12.2
|
||||
appVersion: 2024.2.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.4.2
|
||||
|
@ -45,4 +45,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/misskey
|
||||
- https://hub.docker.com/r/misskey/misskey
|
||||
type: application
|
||||
version: 7.2.0
|
||||
version: 7.3.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: misskey/misskey
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.12.2@sha256:e2883d50a93ddfd9e501f1e79fb769625cba1069674af99b88b88bcc528c08f3
|
||||
tag: 2024.2.0@sha256:bcb6cb6b6576e834f2cf4421348b51a7182f58cc2af323013f788e979a6cffd7
|
||||
|
||||
securityContext:
|
||||
pod:
|
||||
|
|
Loading…
Reference in New Issue