diff --git a/.github/workflows/helm-chart-test.yaml b/.github/workflows/helm-chart-test.yaml index da5672f..d83f78b 100644 --- a/.github/workflows/helm-chart-test.yaml +++ b/.github/workflows/helm-chart-test.yaml @@ -22,7 +22,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.SEMANTIC_TOKEN }} - name: Set up Helm uses: azure/setup-helm@v3 @@ -57,6 +56,7 @@ jobs: if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true' Release: + if: ${{ github.event_name == 'push' }} runs-on: ubuntu-latest needs: Lint-test steps: diff --git a/helm-chart/kubeinfo-backend/values.yaml b/helm-chart/kubeinfo-backend/values.yaml index 15778cf..daf9c61 100644 --- a/helm-chart/kubeinfo-backend/values.yaml +++ b/helm-chart/kubeinfo-backend/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/randsw/kubeinfo pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.3" + tag: "1.0.4" imagePullSecrets: [] nameOverride: ""