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:
@@ -7,7 +7,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2023.12.2
|
appVersion: 2024.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 17.4.2
|
version: 17.4.2
|
||||||
@@ -45,4 +45,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/misskey
|
- https://github.com/truecharts/charts/tree/master/charts/stable/misskey
|
||||||
- https://hub.docker.com/r/misskey/misskey
|
- https://hub.docker.com/r/misskey/misskey
|
||||||
type: application
|
type: application
|
||||||
version: 7.2.0
|
version: 7.3.0
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: misskey/misskey
|
repository: misskey/misskey
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2023.12.2@sha256:e2883d50a93ddfd9e501f1e79fb769625cba1069674af99b88b88bcc528c08f3
|
tag: 2024.2.0@sha256:bcb6cb6b6576e834f2cf4421348b51a7182f58cc2af323013f788e979a6cffd7
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
pod:
|
pod:
|
||||||
|
|||||||
Reference in New Issue
Block a user