Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/giganticminecraft/idea-reaction docker tag to v0.6.0 #2346

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: idea-reaction
image: ghcr.io/giganticminecraft/idea-reaction:v0.5.1
image: ghcr.io/giganticminecraft/idea-reaction:v0.6.0
resources:
requests:
cpu: 250m
Expand All @@ -26,6 +26,9 @@ spec:
cpu: 500m
memory: 32Mi
env:
# https://github.com/GiganticMinecraft/idea-reaction/blob/3a986d34ed87ab328dd6a6d2eed7f731523118a2/src/main.rs#L43-L56
- name: ENV_NAME
value: "production"
- name: TARGET_CHANNEL_ID
value: "959292335177486367"
# Webhook ID は Webhook の UserId と同一のため, 公開情報になる.
Expand Down
Loading