Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion apps/slack-infra/resources/slack-moderator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: slack-moderator
image: gcr.io/k8s-staging-slack-infra/slack-moderator:v20210223-8525eb3
image: registry.k8s.io/slack-infra/slack-moderator:v20260709-3c87798
args:
- --config-path=/etc/slack-moderator/config.json
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: slack-post-message
image: gcr.io/k8s-staging-slack-infra/slack-post-message:v20210223-8525eb3
image: registry.k8s.io/slack-infra/slack-post-message:v20260709-3c87798
args:
- --config-path=/etc/slack-post-message/config.json
ports:
Expand Down
4 changes: 2 additions & 2 deletions apps/slack-infra/resources/slack-welcomer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
app: slack-welcomer
spec:
containers:
- name: slack-moderator
image: gcr.io/k8s-staging-slack-infra/slack-welcomer:v20220304-82143f8@sha256:ee2858f2292d8a1fa91b0a85d6b941d82d7540cda1e65739a9957da6eea3f52e
- name: slack-welcomer
image: registry.k8s.io/slack-infra/slack-welcomer:v20260709-3c87798
args:
- --config-path=/etc/slack-welcomer/config.json
- --message-path=/etc/welcome-message/welcome.md
Expand Down