Skip to content

Commit

Permalink
Merge pull request #4 from Ocelot-Social-Community/3-release-version-…
Browse files Browse the repository at this point in the history
…less

chore(other) release version-less
  • Loading branch information
Tirokk authored Nov 29, 2023
2 parents fdc2e52 + a930f11 commit 3d5d678
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
Binary file modified .env.enc
Binary file not shown.
4 changes: 2 additions & 2 deletions branding/constants/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
// if defined it's dominating
externalLink: {
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
url: 'https://ocelot-social.herokuapp.com/donations',
url: 'https://busfaktor.org/en/spenden',
target: '_blank',
},

Expand All @@ -41,7 +41,7 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
// if defined it's dominating
externalLink: {
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
url: 'https://ocelot-social.herokuapp.com/imprint',
url: 'http://ocelot.social/en/impressum',
target: '_blank',
},

Expand Down
Binary file modified kubeconfig.yaml.enc
Binary file not shown.
Binary file modified kubernetes/dns.values.yaml.enc
Binary file not shown.
Binary file modified kubernetes/values.yaml.enc
Binary file not shown.
5 changes: 5 additions & 0 deletions kubernetes/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ BACKEND:
# SMTP_PORT: "465"
# SMTP_IGNORE_TLS: 'true'
# SMTP_SECURE: 'true' # true for 465, false for other ports
# optional
SMTP_DKIM_DOMAINNAME: ocelot.social
SMTP_DKIM_KEYSELECTOR: 2017
# all newlines in one line with "\\n". multi line doesn't work with Helm
SMTP_DKIM_PRIVATKEY: "-----BEGIN RSA PRIVATE KEY-----\\n<private.key>\\n-----END RSA PRIVATE KEY-----\\n"

# most likely you don't need to change this
MIN_READY_SECONDS: "15"
Expand Down

0 comments on commit 3d5d678

Please sign in to comment.