diff --git a/charts/syncthing/2.0.1/.helmignore b/charts/syncthing/2.0.2/.helmignore similarity index 100% rename from charts/syncthing/2.0.1/.helmignore rename to charts/syncthing/2.0.2/.helmignore diff --git a/charts/syncthing/2.0.1/Chart.lock b/charts/syncthing/2.0.2/Chart.lock similarity index 100% rename from charts/syncthing/2.0.1/Chart.lock rename to charts/syncthing/2.0.2/Chart.lock diff --git a/charts/syncthing/2.0.1/Chart.yaml b/charts/syncthing/2.0.2/Chart.yaml similarity index 97% rename from charts/syncthing/2.0.1/Chart.yaml rename to charts/syncthing/2.0.2/Chart.yaml index d785d84156..b5b595a199 100644 --- a/charts/syncthing/2.0.1/Chart.yaml +++ b/charts/syncthing/2.0.2/Chart.yaml @@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program. annotations: title: Syncthing type: application -version: 2.0.1 +version: 2.0.2 apiVersion: v2 appVersion: 1.27.3 kubeVersion: '>=1.16.0-0' diff --git a/charts/syncthing/2.0.1/README.md b/charts/syncthing/2.0.2/README.md similarity index 100% rename from charts/syncthing/2.0.1/README.md rename to charts/syncthing/2.0.2/README.md diff --git a/charts/syncthing/2.0.1/app-readme.md b/charts/syncthing/2.0.2/app-readme.md similarity index 100% rename from charts/syncthing/2.0.1/app-readme.md rename to charts/syncthing/2.0.2/app-readme.md diff --git a/charts/syncthing/2.0.1/charts/common-1.2.9.tgz b/charts/syncthing/2.0.2/charts/common-1.2.9.tgz similarity index 100% rename from charts/syncthing/2.0.1/charts/common-1.2.9.tgz rename to charts/syncthing/2.0.2/charts/common-1.2.9.tgz diff --git a/charts/syncthing/2.0.1/ci/basic-values.yaml b/charts/syncthing/2.0.2/ci/basic-values.yaml similarity index 100% rename from charts/syncthing/2.0.1/ci/basic-values.yaml rename to charts/syncthing/2.0.2/ci/basic-values.yaml diff --git a/charts/syncthing/2.0.1/ci/host-values.yaml b/charts/syncthing/2.0.2/ci/host-values.yaml similarity index 100% rename from charts/syncthing/2.0.1/ci/host-values.yaml rename to charts/syncthing/2.0.2/ci/host-values.yaml diff --git a/charts/syncthing/2.0.1/ix_values.yaml b/charts/syncthing/2.0.2/ix_values.yaml similarity index 100% rename from charts/syncthing/2.0.1/ix_values.yaml rename to charts/syncthing/2.0.2/ix_values.yaml diff --git a/charts/syncthing/2.0.1/metadata.yaml b/charts/syncthing/2.0.2/metadata.yaml similarity index 100% rename from charts/syncthing/2.0.1/metadata.yaml rename to charts/syncthing/2.0.2/metadata.yaml diff --git a/charts/syncthing/2.0.1/migrations/migrate b/charts/syncthing/2.0.2/migrations/migrate similarity index 100% rename from charts/syncthing/2.0.1/migrations/migrate rename to charts/syncthing/2.0.2/migrations/migrate diff --git a/charts/syncthing/2.0.1/questions.yaml b/charts/syncthing/2.0.2/questions.yaml similarity index 100% rename from charts/syncthing/2.0.1/questions.yaml rename to charts/syncthing/2.0.2/questions.yaml diff --git a/charts/syncthing/2.0.1/templates/NOTES.txt b/charts/syncthing/2.0.2/templates/NOTES.txt similarity index 100% rename from charts/syncthing/2.0.1/templates/NOTES.txt rename to charts/syncthing/2.0.2/templates/NOTES.txt diff --git a/charts/syncthing/2.0.1/templates/_migration.tpl b/charts/syncthing/2.0.2/templates/_migration.tpl similarity index 100% rename from charts/syncthing/2.0.1/templates/_migration.tpl rename to charts/syncthing/2.0.2/templates/_migration.tpl diff --git a/charts/syncthing/2.0.1/templates/_persistence.tpl b/charts/syncthing/2.0.2/templates/_persistence.tpl similarity index 100% rename from charts/syncthing/2.0.1/templates/_persistence.tpl rename to charts/syncthing/2.0.2/templates/_persistence.tpl diff --git a/charts/syncthing/2.0.1/templates/_portal.tpl b/charts/syncthing/2.0.2/templates/_portal.tpl similarity index 100% rename from charts/syncthing/2.0.1/templates/_portal.tpl rename to charts/syncthing/2.0.2/templates/_portal.tpl diff --git a/charts/syncthing/2.0.1/templates/_service.tpl b/charts/syncthing/2.0.2/templates/_service.tpl similarity index 76% rename from charts/syncthing/2.0.1/templates/_service.tpl rename to charts/syncthing/2.0.2/templates/_service.tpl index acefb0d5c3..dcfbbfd07b 100644 --- a/charts/syncthing/2.0.1/templates/_service.tpl +++ b/charts/syncthing/2.0.2/templates/_service.tpl @@ -3,22 +3,25 @@ service: syncthing: enabled: true primary: true - type: ClusterIP + type: NodePort targetSelector: syncthing ports: webui: enabled: true primary: true port: {{ .Values.syncthingNetwork.webPort }} + nodePort: {{ .Values.syncthingNetwork.webPort }} targetSelector: syncthing sync-tcp: enabled: true port: {{ .Values.syncthingNetwork.tcpPort }} + nodePort: {{ .Values.syncthingNetwork.tcpPort }} targetPort: 22000 targetSelector: syncthing sync-udp: enabled: true port: {{ .Values.syncthingNetwork.udpPort }} + nodePort: {{ .Values.syncthingNetwork.udpPort }} targetPort: 22000 protocol: udp targetSelector: syncthing diff --git a/charts/syncthing/2.0.1/templates/_syncthing.tpl b/charts/syncthing/2.0.2/templates/_syncthing.tpl similarity index 100% rename from charts/syncthing/2.0.1/templates/_syncthing.tpl rename to charts/syncthing/2.0.2/templates/_syncthing.tpl diff --git a/charts/syncthing/2.0.1/templates/common.yaml b/charts/syncthing/2.0.2/templates/common.yaml similarity index 100% rename from charts/syncthing/2.0.1/templates/common.yaml rename to charts/syncthing/2.0.2/templates/common.yaml diff --git a/charts/syncthing/2.0.1/to_keep_versions.md b/charts/syncthing/2.0.2/to_keep_versions.md similarity index 100% rename from charts/syncthing/2.0.1/to_keep_versions.md rename to charts/syncthing/2.0.2/to_keep_versions.md diff --git a/community/immich/3.0.10/Chart.lock b/community/immich/3.0.11/Chart.lock similarity index 100% rename from community/immich/3.0.10/Chart.lock rename to community/immich/3.0.11/Chart.lock diff --git a/community/immich/3.0.10/Chart.yaml b/community/immich/3.0.11/Chart.yaml similarity index 94% rename from community/immich/3.0.10/Chart.yaml rename to community/immich/3.0.11/Chart.yaml index 0fef97827c..6e5bec880e 100644 --- a/community/immich/3.0.10/Chart.yaml +++ b/community/immich/3.0.11/Chart.yaml @@ -4,9 +4,9 @@ description: Immich is a self-hosted photo and video backup solution directly fr annotations: title: Immich type: application -version: 3.0.10 +version: 3.0.11 apiVersion: v2 -appVersion: 1.94.1 +appVersion: 1.95.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/immich/3.0.10/README.md b/community/immich/3.0.11/README.md similarity index 100% rename from community/immich/3.0.10/README.md rename to community/immich/3.0.11/README.md diff --git a/community/immich/3.0.10/app-readme.md b/community/immich/3.0.11/app-readme.md similarity index 100% rename from community/immich/3.0.10/app-readme.md rename to community/immich/3.0.11/app-readme.md diff --git a/community/immich/3.0.10/charts/common-1.2.9.tgz b/community/immich/3.0.11/charts/common-1.2.9.tgz similarity index 100% rename from community/immich/3.0.10/charts/common-1.2.9.tgz rename to community/immich/3.0.11/charts/common-1.2.9.tgz diff --git a/community/immich/3.0.10/ci/basic-values.yaml b/community/immich/3.0.11/ci/basic-values.yaml similarity index 100% rename from community/immich/3.0.10/ci/basic-values.yaml rename to community/immich/3.0.11/ci/basic-values.yaml diff --git a/community/immich/3.0.10/ci/extra-values.yaml b/community/immich/3.0.11/ci/extra-values.yaml similarity index 100% rename from community/immich/3.0.10/ci/extra-values.yaml rename to community/immich/3.0.11/ci/extra-values.yaml diff --git a/community/immich/3.0.10/ci/no-extra-values.yaml b/community/immich/3.0.11/ci/no-extra-values.yaml similarity index 100% rename from community/immich/3.0.10/ci/no-extra-values.yaml rename to community/immich/3.0.11/ci/no-extra-values.yaml diff --git a/community/immich/3.0.10/ci/no-ml-values.yaml b/community/immich/3.0.11/ci/no-ml-values.yaml similarity index 100% rename from community/immich/3.0.10/ci/no-ml-values.yaml rename to community/immich/3.0.11/ci/no-ml-values.yaml diff --git a/community/immich/3.0.10/ix_values.yaml b/community/immich/3.0.11/ix_values.yaml similarity index 95% rename from community/immich/3.0.10/ix_values.yaml rename to community/immich/3.0.11/ix_values.yaml index eb91557792..7c0347ad5b 100644 --- a/community/immich/3.0.10/ix_values.yaml +++ b/community/immich/3.0.11/ix_values.yaml @@ -1,27 +1,27 @@ image: repository: altran1502/immich-server pullPolicy: IfNotPresent - tag: v1.94.1 + tag: v1.95.1 mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.94.1 + tag: v1.95.1 mlCudaImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.94.1-cuda + tag: v1.95.1-cuda mlOpenvinoImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent - tag: v1.94.1-openvino + tag: v1.95.1-openvino pgvectorImage: repository: tensorchord/pgvecto-rs pullPolicy: IfNotPresent - tag: pg15-v0.1.11 + tag: pg15-v0.2.0 resources: limits: diff --git a/community/immich/3.0.10/metadata.yaml b/community/immich/3.0.11/metadata.yaml similarity index 100% rename from community/immich/3.0.10/metadata.yaml rename to community/immich/3.0.11/metadata.yaml diff --git a/community/immich/3.0.10/migrations/migrate b/community/immich/3.0.11/migrations/migrate similarity index 100% rename from community/immich/3.0.10/migrations/migrate rename to community/immich/3.0.11/migrations/migrate diff --git a/community/immich/3.0.10/questions.yaml b/community/immich/3.0.11/questions.yaml similarity index 100% rename from community/immich/3.0.10/questions.yaml rename to community/immich/3.0.11/questions.yaml diff --git a/community/immich/3.0.10/templates/NOTES.txt b/community/immich/3.0.11/templates/NOTES.txt similarity index 100% rename from community/immich/3.0.10/templates/NOTES.txt rename to community/immich/3.0.11/templates/NOTES.txt diff --git a/community/immich/3.0.10/templates/_configuration.tpl b/community/immich/3.0.11/templates/_configuration.tpl similarity index 100% rename from community/immich/3.0.10/templates/_configuration.tpl rename to community/immich/3.0.11/templates/_configuration.tpl diff --git a/community/immich/3.0.10/templates/_immich-machinelearning.tpl b/community/immich/3.0.11/templates/_immich-machinelearning.tpl similarity index 100% rename from community/immich/3.0.10/templates/_immich-machinelearning.tpl rename to community/immich/3.0.11/templates/_immich-machinelearning.tpl diff --git a/community/immich/3.0.10/templates/_immich-microservices.tpl b/community/immich/3.0.11/templates/_immich-microservices.tpl similarity index 100% rename from community/immich/3.0.10/templates/_immich-microservices.tpl rename to community/immich/3.0.11/templates/_immich-microservices.tpl diff --git a/community/immich/3.0.10/templates/_immich-server.tpl b/community/immich/3.0.11/templates/_immich-server.tpl similarity index 100% rename from community/immich/3.0.10/templates/_immich-server.tpl rename to community/immich/3.0.11/templates/_immich-server.tpl diff --git a/community/immich/3.0.10/templates/_persistence.tpl b/community/immich/3.0.11/templates/_persistence.tpl similarity index 100% rename from community/immich/3.0.10/templates/_persistence.tpl rename to community/immich/3.0.11/templates/_persistence.tpl diff --git a/community/immich/3.0.10/templates/_portal.tpl b/community/immich/3.0.11/templates/_portal.tpl similarity index 100% rename from community/immich/3.0.10/templates/_portal.tpl rename to community/immich/3.0.11/templates/_portal.tpl diff --git a/community/immich/3.0.10/templates/_postgres.tpl b/community/immich/3.0.11/templates/_postgres.tpl similarity index 100% rename from community/immich/3.0.10/templates/_postgres.tpl rename to community/immich/3.0.11/templates/_postgres.tpl diff --git a/community/immich/3.0.10/templates/_redis.tpl b/community/immich/3.0.11/templates/_redis.tpl similarity index 100% rename from community/immich/3.0.10/templates/_redis.tpl rename to community/immich/3.0.11/templates/_redis.tpl diff --git a/community/immich/3.0.10/templates/_service.tpl b/community/immich/3.0.11/templates/_service.tpl similarity index 100% rename from community/immich/3.0.10/templates/_service.tpl rename to community/immich/3.0.11/templates/_service.tpl diff --git a/community/immich/3.0.10/templates/_waitURL.tpl b/community/immich/3.0.11/templates/_waitURL.tpl similarity index 100% rename from community/immich/3.0.10/templates/_waitURL.tpl rename to community/immich/3.0.11/templates/_waitURL.tpl diff --git a/community/immich/3.0.10/templates/common.yaml b/community/immich/3.0.11/templates/common.yaml similarity index 100% rename from community/immich/3.0.10/templates/common.yaml rename to community/immich/3.0.11/templates/common.yaml