Skip to content

Commit

Permalink
deploy: 5247eb8
Browse files Browse the repository at this point in the history
  • Loading branch information
josedev-union committed Nov 22, 2024
1 parent 0ffe4be commit 6684403
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
Binary file removed aptos-indexer-0.2.1.tgz
Binary file not shown.
Binary file added aptos-indexer-0.2.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion aptos-indexer-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: aptos-indexer
description: A Helm chart for deploying Aptos Indexer (Rust version)
type: application
version: 0.2.1
version: 0.2.2
appVersion: "1.19.0"
5 changes: 0 additions & 5 deletions aptos-indexer-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ spec:
- name: config
mountPath: /etc/aptos-indexer
env:
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: aptos-indexer-postgres-password
key: POSTGRES_PASSWORD
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key | quote}}
value: {{ $value | quote }}
Expand Down
10 changes: 5 additions & 5 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
aptos-indexer:
- apiVersion: v2
appVersion: 1.19.0
created: "2024-11-22T18:17:15.415196779Z"
created: "2024-11-22T18:20:08.906764002Z"
description: A Helm chart for deploying Aptos Indexer (Rust version)
digest: 609086f2ecca1ddb4dc952c406766657c5c261c20bf079d41dd6cf5b81860908
digest: 31e5d7a87371bc69f84843b7225c171898f1353e028634077901159e1a1466f3
name: aptos-indexer
type: application
urls:
- https://ortege-xyz.github.io/helm-charts/aptos-indexer-0.2.1.tgz
version: 0.2.1
generated: "2024-11-22T18:17:15.414750869Z"
- https://ortege-xyz.github.io/helm-charts/aptos-indexer-0.2.2.tgz
version: 0.2.2
generated: "2024-11-22T18:20:08.906267316Z"

0 comments on commit 6684403

Please sign in to comment.