Skip to content

Commit

Permalink
hotfix: added VERSION_STRING to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Dec 13, 2024
1 parent c0c544e commit 5a24326
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/production/aztec-listener/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
value: "admin"
- name: POSTGRES_PASSWORD
value: "secret-local-password"
- name: TOTAL_DB_RESET
value: "false"
containers:
- image: registry.digitalocean.com/aztlan-containers/aztec-listener:latest
name: aztec-listener
Expand Down
2 changes: 2 additions & 0 deletions k8s/production/explorer-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
value: "admin"
- name: POSTGRES_PASSWORD
value: "secret-local-password"
- name: TOTAL_DB_RESET
value: "false"
containers:
- image: registry.digitalocean.com/aztlan-containers/explorer-api:latest
name: explorer-api
Expand Down
1 change: 1 addition & 0 deletions k8s/production/skaffold.production.light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build:
VITE_DISCORD_URL: "https://discord.gg/obscura-network"
VITE_X_URL: "https://x.com/Obscura_Network"
VITE_GITHUB_URL: "https://github.com/aztlan-labs/chicmoz"
VITE_VERSION_STRING: "{{.VERSION_STRING}}"
requires:
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
Expand Down

0 comments on commit 5a24326

Please sign in to comment.