Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Fix the image pull policy Always when deploy #140

Merged
merged 1 commit into from
Oct 1, 2021
Merged
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
6 changes: 4 additions & 2 deletions .github/workflows/deploy-to-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
--namespace=gitploy
-f .github/values.yaml
--set=image.tag=${GITHUB_REF#refs/tags/v}
--description="Upgrade to ${GITHUB_REF#refs/tags/v}"
--set=image.pullPolicy=Always
--description="Upgrade to ${GITHUB_REF#refs/tags/}"
kubeconfig: '${{ secrets.KUBECONFIG }}'
-
name: Deploy successfully
Expand Down Expand Up @@ -113,6 +114,7 @@ jobs:
--namespace=gitploy
-f .github/values.yaml
--set=image.tag=${GITHUB_REF#refs/tags/v}
--set=image.pullPolicy=Always
--description="Upgrade to ${GITHUB_REF#refs/tags/}"
kubeconfig: '${{ secrets.KUBECONFIG }}'
-
Expand All @@ -133,4 +135,4 @@ jobs:
description: Failed to deploy.
state: "failure"
token: "${{ github.token }}"