Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
helm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
helm
Commits
02548ade
Unverified
Commit
02548ade
authored
3 months ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
feat: update mastodon
parent
4c92c955
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#3043
passed
3 months ago
Stage: lint
Stage: release
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
amp/templates/service.yaml
+1
-1
1 addition, 1 deletion
amp/templates/service.yaml
mastodon/Chart.yaml
+2
-2
2 additions, 2 deletions
mastodon/Chart.yaml
mastodon/templates/secret.yaml
+10
-2
10 additions, 2 deletions
mastodon/templates/secret.yaml
mastodon/values.yaml
+5
-1
5 additions, 1 deletion
mastodon/values.yaml
with
18 additions
and
6 deletions
amp/templates/service.yaml
+
1
−
1
View file @
02548ade
This diff is collapsed.
Click to expand it.
mastodon/Chart.yaml
+
2
−
2
View file @
02548ade
...
@@ -2,5 +2,5 @@ apiVersion: v2
...
@@ -2,5 +2,5 @@ apiVersion: v2
name
:
mastodon
name
:
mastodon
description
:
Helm Chart for mastodon
description
:
Helm Chart for mastodon
type
:
application
type
:
application
version
:
0.
5.0
version
:
0.
6.2
appVersion
:
"
v4.
2
"
appVersion
:
"
v4.
3
"
This diff is collapsed.
Click to expand it.
mastodon/templates/secret.yaml
+
10
−
2
View file @
02548ade
...
@@ -18,8 +18,8 @@ stringData:
...
@@ -18,8 +18,8 @@ stringData:
# See: https://github.com/mastodon/mastodon/issues/16895
# See: https://github.com/mastodon/mastodon/issues/16895
# Mode
# Mode
RAILS_ENV
:
production
RAILS_ENV
:
"
production
"
NODE_ENV
:
production
NODE_ENV
:
"
production
"
# Federation and access
# Federation and access
# ----------
# ----------
...
@@ -65,6 +65,14 @@ stringData:
...
@@ -65,6 +65,14 @@ stringData:
VAPID_PRIVATE_KEY
:
"
{{
.Values.keys.vapidPrivate
}}"
VAPID_PRIVATE_KEY
:
"
{{
.Values.keys.vapidPrivate
}}"
VAPID_PUBLIC_KEY
:
"
{{
.Values.keys.vapidPublic
}}"
VAPID_PUBLIC_KEY
:
"
{{
.Values.keys.vapidPublic
}}"
# Active Record Encryption
# --------
# Generate with `bin/rails db:encryption:init`
# --------
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY
:
"
{{
.Values.keys.encryptionDeterministicKey
}}"
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT
:
"
{{
.Values.keys.encryptionDerivationSalt
}}"
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY
:
"
{{
.Values.keys.encryptionPrimaryKey
}}"
# Sending mail
# Sending mail
# ------------
# ------------
SMTP_SERVER
:
"
{{
.Values.smtp.hostname
}}"
SMTP_SERVER
:
"
{{
.Values.smtp.hostname
}}"
...
...
This diff is collapsed.
Click to expand it.
mastodon/values.yaml
+
5
−
1
View file @
02548ade
...
@@ -17,7 +17,7 @@ web:
...
@@ -17,7 +17,7 @@ web:
memory
:
64Mi
memory
:
64Mi
streaming
:
streaming
:
repository
:
tootsuite/mastodon
repository
:
tootsuite/mastodon
-streaming
pullPolicy
:
Always
pullPolicy
:
Always
tag
:
"
"
tag
:
"
"
resources
:
resources
:
...
@@ -52,6 +52,10 @@ keys:
...
@@ -52,6 +52,10 @@ keys:
# Generate with `rake mastodon:webpush:generate_vapid_key`
# Generate with `rake mastodon:webpush:generate_vapid_key`
vapidPrivate
:
"
"
vapidPrivate
:
"
"
vapidPublic
:
"
"
vapidPublic
:
"
"
# Generate with `bin/rails db:encryption:init`
encryptionDeterministicKey
:
"
"
encryptionDerivationSalt
:
"
"
encryptionPrimaryKey
:
"
"
redis
:
redis
:
hostname
:
"
example.com"
hostname
:
"
example.com"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment