Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Feb 21, 2025
1 parent 23b9abc commit b0dfd8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 9c-internal/multiplanetary/network/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ seasonpass:
image:
repository: planetariumhq/season-pass
pullPolicy: Always
tag: "git-4c7b6b4f867535e71701e61d06ba0c7669a9fb31"
tag: "git-e3bedf3095b396d0d219f1ab3bcfcd2f176655aa"
5 changes: 5 additions & 0 deletions charts/all-in-one/templates/seasonpass-tracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ spec:
secretKeyRef:
key: world-clear-sqs-url
name: seasonpass-env
- name: MQ_HOST
valueFrom:
secretKeyRef:
key: mq-host
name: seasonpass-env
image: {{ $.Values.seasonpass.image.repository }}:{{ $.Values.seasonpass.image.tag }}
name: seasonpass-tracker
{{- with $.Values.seasonpass.nodeSelector }}
Expand Down

0 comments on commit b0dfd8a

Please sign in to comment.