Skip to content

Commit

Permalink
Update to 1.106.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Obito1903 authored Jun 11, 2024
1 parent 00a858d commit 878292b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 78 deletions.
4 changes: 2 additions & 2 deletions charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v2
description: A chart to power Immich (immich.app) running on kubernetes
name: immich
version: 0.6.0
appVersion: v1.100.0
version: 0.7.0
appVersion: v1.106.1
home: https://immich.app/
icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg
sources:
Expand Down
62 changes: 0 additions & 62 deletions charts/immich/templates/microservices.yaml

This file was deleted.

17 changes: 10 additions & 7 deletions charts/immich/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
global:
nameOverride: server

command: "/bin/sh"
args:
- "./start-server.sh"

env:
{{ if .Values.immich.metrics.enabled }}
IMMICH_METRICS: true
Expand All @@ -30,16 +26,23 @@ service:
primary: true
port: 3001
protocol: HTTP
metrics:
metrics-api:
enabled: {{ .Values.immich.metrics.enabled }}
port: 8081
protocol: HTTP
metrics-ms:
enabled: {{ .Values.immich.metrics.enabled }}
port: 8082
protocol: HTTP


serviceMonitor:
main:
enabled: {{ .Values.immich.metrics.enabled }}
endpoints:
- port: metrics
- port: metrics-api
scheme: http
- port: metrics-ms
scheme: http

probes:
Expand Down Expand Up @@ -76,4 +79,4 @@ persistence:
{{- $_ := get .Values "server" | mergeOverwrite $ctx.Values -}}
{{- $_ = include "immich.server.hardcodedValues" . | fromYaml | merge $ctx.Values -}}
{{- include "bjw-s.common.loader.all" $ctx }}
{{ end }}
{{ end }}
8 changes: 1 addition & 7 deletions charts/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'

image:
tag: v1.100.0
tag: v1.106.1

immich:
metrics:
Expand Down Expand Up @@ -83,12 +83,6 @@ server:
- path: "/"
tls: []

microservices:
enabled: true
image:
repository: ghcr.io/immich-app/immich-server
pullPolicy: IfNotPresent

machine-learning:
enabled: true
image:
Expand Down

0 comments on commit 878292b

Please sign in to comment.