From 75b39329d1a25b08f556fb963a58daf28170dd9a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 25 Oct 2022 22:12:47 +0200 Subject: [PATCH] fix image gosmee image reference Signed-off-by: Chmouel Boudjnah --- docs/content/docs/install/installation.md | 2 +- hack/dev/kind/gitea/gitea-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/install/installation.md b/docs/content/docs/install/installation.md index ecc3662a2..8e946f9bb 100644 --- a/docs/content/docs/install/installation.md +++ b/docs/content/docs/install/installation.md @@ -178,7 +178,7 @@ spec: spec: containers: - name: gosmee-client - image: 'ghcr.io/chmouel/gosmee:latest' + image: 'ghcr.io/chmouel/gosmee:main' args: - '' - $(SVC) diff --git a/hack/dev/kind/gitea/gitea-deployment.yaml b/hack/dev/kind/gitea/gitea-deployment.yaml index 3ca515d38..898109bf7 100644 --- a/hack/dev/kind/gitea/gitea-deployment.yaml +++ b/hack/dev/kind/gitea/gitea-deployment.yaml @@ -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: