Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into chore/fix_up_event_lo…
Browse files Browse the repository at this point in the history
…gs_in_ui
  • Loading branch information
mariz-ov committed Dec 14, 2023
2 parents ef65473 + 9e9051e commit 4738b8d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN yarn build --mode production



FROM oostvoort/keiko:v0.0.14 AS runtime
FROM oostvoort/keiko:v0.0.15 AS runtime

ENV PUBLIC_TORII=http://localhost:8080
ENV VITE_PUBLIC_ETH_CONTRACT_ADDRESS=0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REPO = pixelaw/core
CORE_VERSION = v0.0.25
KEIKO_VERSION = v0.0.14
CORE_VERSION = v0.0.30
KEIKO_VERSION = v0.0.15


docker_build:
Expand Down
13 changes: 6 additions & 7 deletions chart/pixelaw-core/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
value: "17885659508068513399"
- name: TOTAL_ACCOUNTS
value: "4"
- name: WORLD_ADDRESS
value: "0x6395ccab8983e6598b8d54bac18cadb63d04b8e4631bde418a2cfb504b59a89"

# resources:
# requests:
Expand All @@ -44,14 +46,11 @@ spec:
# memory: "1Gi"
# cpu: "1000m"
volumeMounts:
- name: keiko-manifest
- name: keiko-manifests
mountPath: /keiko/manifests
# subPath: prometheus.yml

volumes:
- name: keiko-manifest
configMap:
name: {{ .Values.projectName }}-{{ .Values.nameSpace }}-{{ .Values.app }}-cm

- name: {{ .Values.projectName }}-{{ .Values.nameSpace }}-{{ .Values.app }}-pvc
- name: keiko-manifests
persistentVolumeClaim:
claimName: {{ .Values.projectName }}-{{ .Values.nameSpace }}-{{ .Values.app }}-pvc
claimName: pixelaw-core-main--pvc
1 change: 1 addition & 0 deletions chart/pixelaw-core/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.projectName }}-{{ .Values.nameSpace }}-{{ .Values.app }}-pvc
namespace: {{ .Values.projectName }}-{{ .Values.nameSpace }}
spec:
storageClassName: do-block-storage
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
keiko:
image: oostvoort/keiko:v0.0.14
image: oostvoort/keiko:v0.0.15
container_name: keiko
ports:
- "5050:5050"
Expand Down

0 comments on commit 4738b8d

Please sign in to comment.