Skip to content

Commit

Permalink
update image repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Oct 24, 2024
1 parent 9fd4954 commit 993fb4b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions deployment/hetzner/helmfile/ocelot-social/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,26 @@ global:

backend:
image:
repository: ocelotsocialnetwork/backend-stage-ocelot-social
repository: ghcr.io/ocelot-social-community/ocelot-social/backend
storage: "10Gi"
env:
PRODUCTION_DB_CLEAN_ALLOW: "true"
PUBLIC_REGISTRATION: "true"
INVITE_REGISTRATION: "true"
CATEGORIES_ACTIVE:

webapp:
image:
repository: ocelotsocialnetwork/webapp-stage-ocelot-social
repository: ghcr.io/ocelot-social-community/ocelot-social/webapp

maintenance:
image:
repository: ocelotsocialnetwork/maintenance-stage-ocelot-social
repository: ghcr.io/ocelot-social-community/ocelot-social/maintenance

neo4j:
image:
repository: ocelotsocialnetwork/neo4j-community
repository: ghcr.io/ocelot-social-community/ocelot-social/neo4j

storage: "5Gi"
storageBackups: "10Gi"
env:
Expand Down

0 comments on commit 993fb4b

Please sign in to comment.