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 cluster/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
2 changes: 1 addition & 1 deletion cluster/slack-moderator-words/deployment.yaml
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:v20210223-8525eb3
image: registry.k8s.io/slack-infra/slack-moderator-words:v20230228-2b433f6
imagePullPolicy: Always
args:
- --config-path=/etc/slack-moderator-words/config.json
Expand Down
2 changes: 1 addition & 1 deletion cluster/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 cluster/slack-post-message/deployment.yaml
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:v20210223-8525eb3
args:
- --config-path=/etc/slack-post-message/config.json
ports:
Expand Down
2 changes: 1 addition & 1 deletion cluster/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:v20210223-8525eb3
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
2 changes: 1 addition & 1 deletion cluster/slackin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: slackin2
image: gcr.io/k8s-staging-slack-infra/slackin-kubernetes@sha256:c8ddc4ea1b07519878bb862cee7fc405dbdea74680e1f48b4649ec3bed18e564
image: registry.k8s.io/slack-infra/slackin-kubernetes:v20210510-e5e9992
env:
- name: PORT
value: "80"
Expand Down