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@41af9ab by renovate #20541

Merged
merged 1 commit into from
Apr 11, 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.9
version: 14.4.10
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:c824f39ba4fd2da07b0ee78f88e04a334d3d2bc2592433cfba0a9576cab2f43d
tag: 2024.03@sha256:41af9abb027b2254eda8cc3cdadcf55fb3c88bec3b023091d154687406284396
securityContext:
container:
runAsNonRoot: false
Expand Down