Skip to content

Commit

Permalink
Merge branch 'main' of github.com:0hlov3/charts
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Dec 22, 2024
2 parents 073df9f + e81d2c5 commit 0d1bdd0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/element-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/gotosocial/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions charts/gotosocial/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions charts/gotosocial/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/gotosocial/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: gotosocial
targetPort: http
protocol: TCP
name: http
selector:
Expand Down
2 changes: 0 additions & 2 deletions charts/gotosocial/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

refactoringAccepted: "yes"

replicaCount: 1

image:
Expand Down
4 changes: 2 additions & 2 deletions charts/yopass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d1bdd0

Please sign in to comment.