From 6c443c3b25c8008a607773aa7a5ae7c00b32e90e Mon Sep 17 00:00:00 2001 From: jessebot Date: Thu, 23 Jan 2025 22:11:38 +0100 Subject: [PATCH] update image.tag directly for sha --- charts/pixelfed/Chart.yaml | 4 +--- charts/pixelfed/README.md | 4 ++-- charts/pixelfed/values.yaml | 7 ++++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/charts/pixelfed/Chart.yaml b/charts/pixelfed/Chart.yaml index c7efcd0..18d9bf1 100644 --- a/charts/pixelfed/Chart.yaml +++ b/charts/pixelfed/Chart.yaml @@ -19,9 +19,7 @@ version: 0.16.0 # This is the version number of the application being deployed. # renovate:image=ghcr.io/mattlqx/docker-pixelfed -appVersion: "7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1" -# the below verison is currently broken on migrations in postgresql :( -# appVersion: "v0.12.4-nginx" +appVersion: "v0.12.4-nginx" maintainers: - name: "jessebot" diff --git a/charts/pixelfed/README.md b/charts/pixelfed/README.md index bb643df..262c4fd 100644 --- a/charts/pixelfed/README.md +++ b/charts/pixelfed/README.md @@ -1,6 +1,6 @@ # 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: 7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1](https://img.shields.io/badge/AppVersion-7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1-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: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square) A Helm chart for deploying Pixelfed on Kubernetes @@ -58,7 +58,7 @@ A Helm chart for deploying Pixelfed on Kubernetes | image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. | | image.registry | string | `"ghcr.io"` | | | 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 | `"7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1"` | Overrides the image tag whose default is the chart appVersion (v0.12.4-nginx is currently broken due to migration errors with postgresl, so please either pin a sha tag or use dev-nging as the 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/ | | ingress.annotations | object | `{}` | | | ingress.className | string | `""` | ingress class name, e.g. nginx | diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 1783023..a4b4606 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -12,9 +12,10 @@ image: repository: mattlqx/docker-pixelfed@sha256 # -- This sets the pull policy for images. pullPolicy: IfNotPresent - # -- 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 - tag: "" + # -- Overrides the image tag whose default is the chart appVersion + # (v0.12.4-nginx is currently broken due to migration errors with postgresl, + # so please either pin a sha tag or use dev-nging as the tag) + tag: "7d1d62c8552683225456c2a552ba8ca36afb24b32f706e425310de5bf84aeab1" # -- 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: []