fix: remove hooks and bump version

This commit is contained in:
Tommy 2024-05-11 17:31:44 +02:00
parent 3a88624e74
commit 46de9b3040
No known key found for this signature in database
4 changed files with 1 additions and 10 deletions

View file

@ -5,7 +5,7 @@ description: |
appVersion: 1.103.1
type: application
icon: https://avatars.githubusercontent.com/u/109746326?s=200&v=4
version: 0.1.9
version: 0.1.10
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -3,9 +3,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "immich.fullname" . }}-pgvector-initdb
annotations:
"helm.sh/hook-weight": 1
"helm.sh/hook": pre-install
labels:
{{- include "immich.labels" . | nindent 4 }}
data:

View file

@ -5,10 +5,6 @@ metadata:
name: {{ include "immich.fullname" . }}-db-init
labels:
{{- include "immich.labels" . | nindent 4 }}
annotations:
"helm.sh/hook-weight": 10
"helm.sh/hook": post-install
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
template:
spec:

View file

@ -6,9 +6,7 @@ metadata:
labels:
{{- include "immich.labels" . | nindent 4 }}
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
app: {{ include "immich.fullname" . }}-machine-learning