diff --git a/.github/workflows/helm-chart-test.yaml b/.github/workflows/helm-chart-test.yaml index 9e3a4bb..0281bb9 100644 --- a/.github/workflows/helm-chart-test.yaml +++ b/.github/workflows/helm-chart-test.yaml @@ -32,7 +32,9 @@ jobs: python-version: 3.7 - name: Set up chart-testing - uses: helm/chart-testing-action@v2.5.0 + uses: helm/chart-testing-action@v2.6.0 + with: + version: v3.8.0 - name: Get changed files in the helm folder id: changed-files-helm-chart diff --git a/helm-chart/kubeinfo-backend/values.yaml b/helm-chart/kubeinfo-backend/values.yaml index daf9c61..f261f56 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.4" + tag: "1.1.7" imagePullSecrets: [] nameOverride: ""