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

View file

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

View file

@ -5,10 +5,6 @@ metadata:
name: {{ include "immich.fullname" . }}-db-init name: {{ include "immich.fullname" . }}-db-init
labels: labels:
{{- include "immich.labels" . | nindent 4 }} {{- 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: spec:
template: template:
spec: spec:

View file

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