Skip to content

Commit

Permalink
market: fix app info inconsistency (#766)
Browse files Browse the repository at this point in the history
fix app info inconsistency
  • Loading branch information
LittleLollipop authored Dec 19, 2024
1 parent 3063232 commit e9edf5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{{- $redis_password := "" -}}
{{ if $market_secret -}}
{{ $redis_password = (index $market_secret "data" "redis_password") }}
{{ $redis_password = (index $market_secret "data" "redis-passwords") }}
{{ else -}}
{{ $redis_password = randAlphaNum 16 | b64enc }}
{{- end -}}
Expand Down Expand Up @@ -85,12 +85,12 @@ spec:
fieldPath: status.podIP
containers:
- name: appstore
image: beclab/market-frontend:v0.3.0
image: beclab/market-frontend:v0.3.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
- name: appstore-backend
image: beclab/market-backend:v0.3.0
image: beclab/market-backend:v0.3.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 81
Expand Down

0 comments on commit e9edf5e

Please sign in to comment.