Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image friendica to 2024.03@93a0f0c by renovate #20462

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/friendica/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png
keywords:
- friend
- social
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
Expand All @@ -48,4 +48,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/friendica
- https://hub.docker.com/_/friendica
type: application
version: 14.4.0
version: 14.4.1
2 changes: 1 addition & 1 deletion charts/stable/friendica/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: friendica
pullPolicy: IfNotPresent
tag: 2024.03@sha256:0cc133b4337bd8229d0c0449f2a15175b6d7ebb3564f815ea34f4c42d3512ca3
tag: 2024.03@sha256:93a0f0cccae08862198744712bda978d138bbd7afe6beb14637c5af248e847a3
securityContext:
container:
runAsNonRoot: false
Expand Down