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 syncthing/syncthing to v1.27.1@cf8d5db #15966

Merged
merged 1 commit into from Dec 11, 2023
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
36 changes: 18 additions & 18 deletions charts/stable/syncthing/Chart.yaml
@@ -1,31 +1,31 @@
kubeVersion: ">=1.24.0"
kubeVersion: '>=1.24.0'
apiVersion: v2
name: syncthing
version: 15.1.0
appVersion: 1.27.0
version: 15.1.1
appVersion: 1.27.1
description: P2P file synchronization application
home: https://truecharts.org/charts/stable/syncthing
icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
- https://hub.docker.com/r/syncthing/syncthing
- https://github.com/syncthing/syncthing
- https://syncthing.net/
- https://github.com/syncthing/syncthing
- https://syncthing.net/
- https://github.com/truecharts/charts/tree/master/charts/stable/syncthing
- https://hub.docker.com/r/syncthing/syncthing
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- syncthing
- syncthing
dependencies:
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 14.3.5
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.1
min_scale_version: 22.12.4
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/syncthing/values.yaml
@@ -1,7 +1,7 @@
image:
repository: syncthing/syncthing
pullPolicy: IfNotPresent
tag: 1.27.0@sha256:0fd4d5b3499ad26165fb7dffddc98988805fab8d72d1e0af71a574b7da563f58
tag: 1.27.1@sha256:cf8d5db6f1a306f7e9126e4300e8d4ca0de9653e0124a862e7f5bed285d650ad
workload:
main:
podSpec:
Expand Down