Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/misskey/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2026.6.0
appVersion: 2026.7.0
dependencies:
- name: common
version: 29.10.4
Expand Down Expand Up @@ -47,5 +47,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/misskey
- https://hub.docker.com/r/misskey/misskey
type: application
version: 17.16.0
version: 17.17.0

2 changes: 1 addition & 1 deletion charts/stable/misskey/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: docker.io/misskey/misskey
pullPolicy: IfNotPresent
tag: 2026.6.0@sha256:d3c2bf280aa930ea266e65fef4b0611ff5a2813041797c9be48ce0e8587c8c8c
tag: 2026.7.0@sha256:2fd5c68fb02a354979caeb37560e0dea50d8a84b78a7b0d769e4e9cf426a4b68

securityContext:
pod:
Expand Down
Loading