Skip to content

Commit

Permalink
fix image gosmee image reference
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Oct 25, 2022
1 parent e4dfebd commit 75b3932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/docs/install/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ spec:
spec:
containers:
- name: gosmee-client
image: 'ghcr.io/chmouel/gosmee:latest'
image: 'ghcr.io/chmouel/gosmee:main'
args:
- '<replace Webhook Proxy URL>'
- $(SVC)
Expand Down
2 changes: 1 addition & 1 deletion hack/dev/kind/gitea/gitea-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
app: gosmee
spec:
containers:
- image: ghcr.io/chmouel/gosmee:latest
- image: ghcr.io/chmouel/gosmee:main
imagePullPolicy: IfNotPresent
name: gosmee
args:
Expand Down

0 comments on commit 75b3932

Please sign in to comment.