fix: remove hooks and bump version
This commit is contained in:
parent
3a88624e74
commit
46de9b3040
4 changed files with 1 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue