This commit is contained in:
@@ -242,6 +242,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: /usr/local/bin/kubeconform
|
path: /usr/local/bin/kubeconform
|
||||||
key: ${{ runner.os }}-kubeconform-${{ env.KUBECONFORM_VERSION }}
|
key: ${{ runner.os }}-kubeconform-${{ env.KUBECONFORM_VERSION }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-kubeconform-
|
||||||
|
|
||||||
- name: Install Kubeconform
|
- name: Install Kubeconform
|
||||||
if: steps.cache-kubeconform.outputs.cache-hit != 'true'
|
if: steps.cache-kubeconform.outputs.cache-hit != 'true'
|
||||||
@@ -396,6 +398,15 @@ jobs:
|
|||||||
path: /usr/local/bin/argocd
|
path: /usr/local/bin/argocd
|
||||||
key: ${{ runner.os }}-argocd-${{ env.ARGOCD_VERSION }}
|
key: ${{ runner.os }}-argocd-${{ env.ARGOCD_VERSION }}
|
||||||
|
|
||||||
|
- name: Cache ArgoCD CLI
|
||||||
|
id: cache-argocd
|
||||||
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
|
||||||
|
with:
|
||||||
|
path: /usr/local/bin/argocd
|
||||||
|
key: ${{ runner.os }}-argocd-${{ env.ARGOCD_VERSION }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-argocd-
|
||||||
|
|
||||||
- name: Install ArgoCD CLI
|
- name: Install ArgoCD CLI
|
||||||
if: steps.cache-argocd.outputs.cache-hit != 'true'
|
if: steps.cache-argocd.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
@@ -481,7 +492,7 @@ jobs:
|
|||||||
|
|
||||||
helm dependency build "${CHART_PATH}" --skip-refresh
|
helm dependency build "${CHART_PATH}" --skip-refresh
|
||||||
|
|
||||||
local NAMESPACE="${APP_NAME}"
|
NAMESPACE="${APP_NAME}"
|
||||||
case "${APP_NAME}" in
|
case "${APP_NAME}" in
|
||||||
"stack")
|
"stack")
|
||||||
NAMESPACE="argocd"
|
NAMESPACE="argocd"
|
||||||
|
|||||||
Reference in New Issue
Block a user