try pinning the sha again for now

This commit is contained in:
jessebot
2025-01-23 22:00:58 +01:00
parent 9a939c1ea9
commit fed9924325
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ version: 0.16.0
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
# renovate:image=ghcr.io/mattlqx/docker-pixelfed # renovate:image=ghcr.io/mattlqx/docker-pixelfed
appVersion: "dev-nginx" appVersion: "7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1"
# the below verison is currently broken on migrations :( # the below verison is currently broken on migrations in postgresql :(
# appVersion: "v0.12.4-nginx" # appVersion: "v0.12.4-nginx"
maintainers: maintainers:
+2 -2
View File
@@ -1,6 +1,6 @@
# pixelfed # pixelfed
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: dev-nginx](https://img.shields.io/badge/AppVersion-dev--nginx-informational?style=flat-square) ![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1](https://img.shields.io/badge/AppVersion-7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1-informational?style=flat-square)
A Helm chart for deploying Pixelfed on Kubernetes A Helm chart for deploying Pixelfed on Kubernetes
@@ -57,7 +57,7 @@ A Helm chart for deploying Pixelfed on Kubernetes
| fullnameOverride | string | `""` | This is to override the chart name, but used in more places | | fullnameOverride | string | `""` | This is to override the chart name, but used in more places |
| image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. | | image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. |
| image.registry | string | `"ghcr.io"` | | | image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"mattlqx/docker-pixelfed"` | you can see the source [ghcr.io/mattlqx/docker-pixelfed](https://ghcr.io/mattlqx/docker-pixelfed) | | image.repository | string | `"mattlqx/docker-pixelfed@sha256"` | you can see the source [ghcr.io/mattlqx/docker-pixelfed](https://ghcr.io/mattlqx/docker-pixelfed) |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. you may want to set this to dev-nginx if you experice issue with the default tag | | image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. you may want to set this to dev-nginx if you experice issue with the default tag |
| imagePullSecrets | list | `[]` | This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ | | imagePullSecrets | list | `[]` | This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ |
| ingress.annotations | object | `{}` | | | ingress.annotations | object | `{}` | |
+1 -1
View File
@@ -9,7 +9,7 @@ replicaCount: 1
image: image:
registry: ghcr.io registry: ghcr.io
# -- you can see the source [ghcr.io/mattlqx/docker-pixelfed](https://ghcr.io/mattlqx/docker-pixelfed) # -- you can see the source [ghcr.io/mattlqx/docker-pixelfed](https://ghcr.io/mattlqx/docker-pixelfed)
repository: mattlqx/docker-pixelfed repository: mattlqx/docker-pixelfed@sha256
# -- This sets the pull policy for images. # -- This sets the pull policy for images.
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion. # -- Overrides the image tag whose default is the chart appVersion.