immich-app / immich-charts

Helm chart implementation of Immich
https://immich.app
GNU Affero General Public License v3.0
110 stars 48 forks source link

test diff workflow #115

Closed bo0tzz closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

Changes in Final Manifest

### manifest.yaml ```diff --- a/main/charts/immich/build/manifest.yaml +++ b/charts/immich/build/manifest.yaml @@ -10,7 +10,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: machine-learning app.kubernetes.io/version: v1.106.1 - helm.sh/chart: immich-0.7.1 + helm.sh/chart: immich-0.7.2 annotations: spec: type: ClusterIP @@ -27,25 +27,25 @@ spec: apiVersion: v1 kind: Service metadata: - name: immich-server + name: immich labels: - app.kubernetes.io/service: immich-server + app.kubernetes.io/service: immich app.kubernetes.io/instance: immich app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: server + app.kubernetes.io/name: immich app.kubernetes.io/version: v1.106.1 - helm.sh/chart: immich-0.7.1 + helm.sh/chart: immich-0.7.2 annotations: spec: type: ClusterIP ports: - - port: 3001 + - port: targetPort: http protocol: TCP name: http selector: app.kubernetes.io/instance: immich - app.kubernetes.io/name: server + app.kubernetes.io/name: immich --- # Source: immich/templates/machine-learning.yaml apiVersion: apps/v1 @@ -57,7 +57,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: machine-learning app.kubernetes.io/version: v1.106.1 - helm.sh/chart: immich-0.7.1 + helm.sh/chart: immich-0.7.2 spec: revisionHistoryLimit: 3 replicas: 1 @@ -129,13 +129,13 @@ spec: apiVersion: apps/v1 kind: Deployment metadata: - name: immich-server + name: immich labels: app.kubernetes.io/instance: immich app.kubernetes.io/managed-by: Helm - app.kubernetes.io/name: server + app.kubernetes.io/name: immich app.kubernetes.io/version: v1.106.1 - helm.sh/chart: immich-0.7.1 + helm.sh/chart: immich-0.7.2 spec: revisionHistoryLimit: 3 replicas: 1 @@ -143,12 +143,12 @@ spec: type: Recreate selector: matchLabels: - app.kubernetes.io/name: server + app.kubernetes.io/name: immich app.kubernetes.io/instance: immich template: metadata: labels: - app.kubernetes.io/name: server + app.kubernetes.io/name: immich app.kubernetes.io/instance: immich spec: @@ -157,7 +157,7 @@ spec: dnsPolicy: ClusterFirst enableServiceLinks: true containers: - - name: immich-server + - name: immich image: ghcr.io/immich-app/immich-server:v1.106.1 imagePullPolicy: IfNotPresent env: @@ -175,28 +175,26 @@ spec: value: immich-redis-master ports: - name: http - containerPort: 3001 + containerPort: protocol: TCP - volumeMounts: - - name: library - mountPath: /usr/src/app/upload livenessProbe: failureThreshold: 3 - httpGet: - path: /api/server-info/ping - port: http initialDelaySeconds: 0 periodSeconds: 10 + tcpSocket: + port: 0 timeoutSeconds: 1 readinessProbe: failureThreshold: 3 - httpGet: - path: /api/server-info/ping - port: http initialDelaySeconds: 0 periodSeconds: 10 + tcpSocket: + port: 0 + timeoutSeconds: 1 + startupProbe: + failureThreshold: 30 + initialDelaySeconds: 0 + periodSeconds: 5 + tcpSocket: + port: 0 timeoutSeconds: 1 - volumes: - - name: library - persistentVolumeClaim: - claimName: test-pvc ```

See the workflow run