Skip to content

Commit

Permalink
fix deployment helm chart values
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Savchenko committed Oct 20, 2022
1 parent 01d72d9 commit 54cb622
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
export CHART_FOLDER=apps/${{ matrix.app }}/deployment/app-chart
helm lint $CHART_FOLDER
helm --debug -n $EKS_NAMESPACE \
upgrade --install astro-stats-${{ matrix.app }} $CHART_FOLDER \
upgrade --install dao-stats-${{ matrix.app }} $CHART_FOLDER \
--set image.tag=${{ needs.get-environment.outputs.docker_env_tag }} \
--set ingress.host=$EKS_INGRESS_HOST
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ spec:
- configMapRef:
name: {{ .Release.Name }}-version
- secretRef:
name: astro-stats-rds-secrets
name: dao-stats-rds-secrets
- secretRef:
name: astro-stats-redis-secrets
name: dao-stats-redis-secrets
- secretRef:
name: astro-stats-service-secrets
name: dao-stats-service-secrets
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
2 changes: 1 addition & 1 deletion apps/aggregator/deployment/app-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: 570288326086.dkr.ecr.eu-central-1.amazonaws.com
repository: 570288326086.dkr.ecr.us-east-1.amazonaws.com
tag: latest
name: astro-dao-stats-aggregator
pullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions apps/api/deployment/app-chart/templates/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ spec:
- configMapRef:
name: {{ .Release.Name }}-version
- secretRef:
name: astro-stats-rds-secrets
name: dao-stats-rds-secrets
- secretRef:
name: astro-stats-redis-secrets
name: dao-stats-redis-secrets
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
2 changes: 1 addition & 1 deletion apps/api/deployment/app-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: 570288326086.dkr.ecr.eu-central-1.amazonaws.com
repository: 570288326086.dkr.ecr.us-east-1.amazonaws.com
tag: latest
name: astro-dao-stats-api
pullPolicy: Always
Expand Down

0 comments on commit 54cb622

Please sign in to comment.