Skip to content

Commit

Permalink
Merge branch 'main' of github.com:soerenschneider/k8s-gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Sep 18, 2024
2 parents d17e25e + 0035048 commit c4dfdc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/ghostfolio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
seccompProfile:
type: RuntimeDefault
containers:
- image: docker.io/ghostfolio/ghostfolio:2.107.1
- image: docker.io/ghostfolio/ghostfolio:2.108.0
imagePullPolicy: IfNotPresent
name: ghostfolio
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion apps/httpbin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: RuntimeDefault
containers:
- name: httpbin
image: mccutchen/go-httpbin:v2.14.1
image: mccutchen/go-httpbin:v2.15.0
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion apps/navidrome/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
type: RuntimeDefault
containers:
- name: navidrome
image: deluan/navidrome:0.52.5
image: deluan/navidrome:0.53.1
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion apps/synapse/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
type: RuntimeDefault
containers:
- name: synapse
image: matrixdotorg/synapse:v1.114.0
image: matrixdotorg/synapse:v1.115.0
ports:
- containerPort: 8008
name: http
Expand Down

0 comments on commit c4dfdc9

Please sign in to comment.