Skip to content

Commit

Permalink
bump chart version
Browse files Browse the repository at this point in the history
remove fixed env
  • Loading branch information
josedev-union committed Nov 22, 2024
1 parent 01550e5 commit 5247eb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
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

0 comments on commit 5247eb8

Please sign in to comment.