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-event-log/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: slack-event-log
image: gcr.io/k8s-staging-slack-infra/slack-event-log:v20210223-8525eb3
image: registry.k8s.io/slack-infra/slack-event-log:v20230228-2b433f6
args:
- --config-path=/etc/slack-event-log/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-moderator-words
image: gcr.io/k8s-staging-slack-infra/slack-moderator-words:v20230228-2b433f6@sha256:a946cee92f8f97f1ae2599ea924af0cec489a9179bc0e4d753b6699d7eac7b6c
image: registry.k8s.io/slack-infra/slack-moderator-words:v20230228-2b433f6
args:
- --config-path=/etc/slack-moderator-words/config.json
- --filter-config-path=/etc/filters/filters.yaml
Expand Down
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:v20230228-2b433f6
args:
- --config-path=/etc/slack-moderator/config.json
ports:
Expand Down
2 changes: 1 addition & 1 deletion apps/slack-infra/resources/slack-welcomer/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-welcomer:v20220304-82143f8@sha256:ee2858f2292d8a1fa91b0a85d6b941d82d7540cda1e65739a9957da6eea3f52e
image: registry.k8s.io/slack-infra/slack-welcomer:v20230228-2b433f6
args:
- --config-path=/etc/slack-welcomer/config.json
- --message-path=/etc/welcome-message/welcome.md
Expand Down