2 Commits

Author SHA1 Message Date
c38e4fec24 chore(deps): update gitroomhq/postiz-app to v2.15.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 30s
2026-02-08 18:34:45 +00:00
687164cdf1 feat: scale
All checks were successful
lint-test-helm / lint-helm (push) Successful in 24s
render-manifests-push / render-manifests-push (push) Successful in 35s
renovate / renovate (push) Successful in 1m55s
2026-02-08 12:33:09 -06:00
3 changed files with 3 additions and 3 deletions

View File

@@ -41,4 +41,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png
# renovate: datasource=github-releases depName=gitroomhq/postiz-app # renovate: datasource=github-releases depName=gitroomhq/postiz-app
appVersion: v2.14.0 appVersion: v2.15.0

View File

@@ -9,7 +9,7 @@ postiz:
main: main:
image: image:
repository: ghcr.io/gitroomhq/postiz-app repository: ghcr.io/gitroomhq/postiz-app
tag: v2.14.0 tag: v2.15.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: MAIN_URL - name: MAIN_URL

View File

@@ -2,7 +2,7 @@ spotisub:
controllers: controllers:
main: main:
type: deployment type: deployment
replicas: 1 replicas: 0
strategy: Recreate strategy: Recreate
revisionHistoryLimit: 3 revisionHistoryLimit: 3
containers: containers: