Compare commits

..

5 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: renovate/renovate:42.10.5 image: renovate/renovate:42.11.0
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -66,7 +66,7 @@ spec:
- name: postgres-data - name: postgres-data
mountPath: /var/lib/postgresql mountPath: /var/lib/postgresql
- name: inv-companion - name: inv-companion
image: quay.io/invidious/invidious-companion@sha256:4f589b8eedf3c2d49de4a256ee018d7e4ff54fcce683f9005a31dbb7d1bf870f image: quay.io/invidious/invidious-companion@sha256:a445ef2390360a491c6e4ebee9e53588792ebdbfebf505a6b5df45cffaa8f554
restartPolicy: Always restartPolicy: Always
env: env:
- name: SERVER_SECRET_KEY - name: SERVER_SECRET_KEY

View File

@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: pulse - name: pulse
image: rcourtman/pulse:4.29.6 image: rcourtman/pulse:4.30.0
volumeMounts: volumeMounts:
- name: pulse-data - name: pulse-data
mountPath: /data mountPath: /data