From 589111b8af81f0eb5aaa21061bc9dca2812554ca Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sun, 1 Dec 2024 14:31:35 +0900 Subject: [PATCH 1/5] Fix an invalid service port name. As an port name in Deployment was changed in the version 0.4.24. refs 0hlov3/charts#10 (This patch is an additional fix to that.) refs fc3c35639f98f9373a71e18d34bdf5bc02545fbf Signed-off-by: Masaki Muranaka --- charts/gotosocial/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gotosocial/templates/service.yaml b/charts/gotosocial/templates/service.yaml index 99532a9..0d2bf2d 100644 --- a/charts/gotosocial/templates/service.yaml +++ b/charts/gotosocial/templates/service.yaml @@ -8,7 +8,7 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: gotosocial + targetPort: http protocol: TCP name: http selector: From dece1caf34c11e6bc8ba4b9ac257671983339939 Mon Sep 17 00:00:00 2001 From: 0hlov3 Date: Thu, 12 Dec 2024 13:28:49 +0100 Subject: [PATCH 2/5] [gotosocial] Bumps version --- charts/gotosocial/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/gotosocial/Chart.yaml b/charts/gotosocial/Chart.yaml index 18e42b2..78e2ad3 100644 --- a/charts/gotosocial/Chart.yaml +++ b/charts/gotosocial/Chart.yaml @@ -6,9 +6,9 @@ home: https://github.com/superseriousbusiness/gotosocial type: application # Chart Version -version: "0.4.27" +version: "0.4.28" # gotosocial version -appVersion: "0.17.0" +appVersion: "0.17.3" maintainers: - name: fSocietySocial From a67e4bb92dfd257c8cf3e50b521eed9674405544 Mon Sep 17 00:00:00 2001 From: 0hlov3 Date: Thu, 12 Dec 2024 13:31:01 +0100 Subject: [PATCH 3/5] [YoPass] Bumps version --- charts/yopass/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/yopass/Chart.yaml b/charts/yopass/Chart.yaml index 5e1963a..66eaff6 100644 --- a/charts/yopass/Chart.yaml +++ b/charts/yopass/Chart.yaml @@ -17,13 +17,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "11.16.0" +appVersion: "11.17.0" maintainers: - name: fSocietySocial From a470b6f8df7f6bd16b24da5e24311a0c79b0b10a Mon Sep 17 00:00:00 2001 From: 0hlov3 Date: Thu, 12 Dec 2024 13:32:24 +0100 Subject: [PATCH 4/5] [element-web] Bumps version --- charts/element-web/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/element-web/Chart.yaml b/charts/element-web/Chart.yaml index 3a767bb..9e2e597 100644 --- a/charts/element-web/Chart.yaml +++ b/charts/element-web/Chart.yaml @@ -18,13 +18,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.1 +version: 0.4.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.11.70" +appVersion: "v1.11.87" maintainers: - name: fSocietySocial From e81d2c5e70bc220c81b09bd730c38ec7351f6699 Mon Sep 17 00:00:00 2001 From: 0hlov3 Date: Thu, 12 Dec 2024 20:55:46 +0100 Subject: [PATCH 5/5] [skip ci] [GoToSocial] Removes refactoringAccepted --- charts/gotosocial/templates/deployment.yaml | 3 --- charts/gotosocial/templates/secrets.yaml | 3 --- charts/gotosocial/values.yaml | 2 -- 3 files changed, 8 deletions(-) diff --git a/charts/gotosocial/templates/deployment.yaml b/charts/gotosocial/templates/deployment.yaml index 059f7b4..3228255 100644 --- a/charts/gotosocial/templates/deployment.yaml +++ b/charts/gotosocial/templates/deployment.yaml @@ -2,9 +2,6 @@ {{- $podAnnotations := .Values.podAnnotations }} {{- $secretAnnotation := dict "checksum/secrets" (include (print $.Template.BasePath "/secrets.yaml") . | sha256sum) }} {{- $newPodAnnotations := merge $podAnnotations $secretAnnotation }} -{{- if eq .Values.refactoringAccepted "" }} -{{- fail "The Chart was refactored, please Check the README and the values.yaml" . }} -{{- end }} --- apiVersion: apps/v1 kind: Deployment diff --git a/charts/gotosocial/templates/secrets.yaml b/charts/gotosocial/templates/secrets.yaml index 6353bfc..4c3c884 100644 --- a/charts/gotosocial/templates/secrets.yaml +++ b/charts/gotosocial/templates/secrets.yaml @@ -1,6 +1,3 @@ -{{- if eq .Values.refactoringAccepted "" }} -{{- fail "The Chart was refactored, please Check the README and the values.yaml" . }} -{{- end }} --- apiVersion: v1 kind: Secret diff --git a/charts/gotosocial/values.yaml b/charts/gotosocial/values.yaml index c0c66b5..bbf4f3a 100644 --- a/charts/gotosocial/values.yaml +++ b/charts/gotosocial/values.yaml @@ -2,8 +2,6 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. -refactoringAccepted: "yes" - replicaCount: 1 image: