Compare commits

..

2 Commits

Author SHA1 Message Date
ace
58ad803f01 peertube: bump to 8.0.2, helm chart 0.5.2 2026-02-03 21:38:31 +03:00
ace
cb4bc6d732 mastodon: bump to v4.5.6, helm chart 6.6.6 2026-02-03 21:38:28 +03:00
3 changed files with 5 additions and 5 deletions

View File

@@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time # This is the chart version. This version number should be incremented each time
# you make changes to the chart and its templates, including the app version. # you make changes to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 6.6.4 version: 6.6.6
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: "v4.5.4" appVersion: "v4.5.6"
dependencies: dependencies:
- name: elasticsearch - name: elasticsearch

View File

@@ -12,5 +12,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 24.0.0 version: 24.0.0
type: application type: application
version: 0.5.1 version: 0.5.2
appVersion: 8.0.1 appVersion: 8.0.2

View File

@@ -8,7 +8,7 @@ image:
repository: chocobozzz/peertube repository: chocobozzz/peertube
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "v8.0.1" tag: "v8.0.2"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""