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 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 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/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: 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: 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