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

Update ghcr.io/elfhosted/webhook-receiver Docker tag to v2.8.2 (ci) #1382

Open
wants to merge 1 commit into
base: ci
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions webhook-receiver/helmrelease-webhook-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
replicaCount: 2
image:
repository: ghcr.io/elfhosted/webhook-receiver
tag: 2.8.1@sha256:510dc411fcc4e41f50311de61a88cfdc66f46346c59f050ff056befbf39ded67
tag: 2.8.2@sha256:f6569169f8ed427226cd756b264fedaf24992b9d23390610b275b290f332b066
persistence:
config:
enabled: "true"
Expand Down Expand Up @@ -52,7 +52,7 @@ spec:

initContainers:
pull-repo:
image: ghcr.io/elfhosted/webhook-receiver:2.8.1@sha256:510dc411fcc4e41f50311de61a88cfdc66f46346c59f050ff056befbf39ded67
image: ghcr.io/elfhosted/webhook-receiver:2.8.2@sha256:f6569169f8ed427226cd756b264fedaf24992b9d23390610b275b290f332b066
command:
- /bin/sh
- -c
Expand Down