Skip to content

Commit

Permalink
Merge pull request #18 from k8s-at-our-homes/immich-support-securityc…
Browse files Browse the repository at this point in the history
…ontext
  • Loading branch information
FlorisFeddema authored Jul 18, 2024
2 parents 55deb2b + 036d360 commit 5a4902b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: immich
version: 1.1.0
version: 1.2.0

dependencies:
- name: redis
Expand Down
2 changes: 1 addition & 1 deletion charts/immich/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ helm install immich k8s-at-our-home/immich
Or get the chart from ghcr.io:

```bash
helm install generic-device-plugin oci://ghcr.io/k8s-at-our-homes/helm-charts/immich
helm install immich oci://ghcr.io/k8s-at-our-homes/helm-charts
```
1 change: 1 addition & 0 deletions charts/immich/templates/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
app.kubernetes.io/component: "immich-server"
{{- include "common.labels" . | nindent 8 }}
spec:
securityContext: {{ toYaml .Values.server.podSecurityContext | nindent 8 }}
containers:
- name: server
image: "{{ .Values.server.image.registry }}/{{ .Values.server.image.repository }}:{{ .Values.server.image.tag }}"
Expand Down
1 change: 1 addition & 0 deletions charts/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ server:
repository: immich-app/immich-server
tag: v1.108.0
pullPolicy: IfNotPresent
podSecurityContext: {}

# resources:
# requests:
Expand Down

0 comments on commit 5a4902b

Please sign in to comment.