diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 13f5a13..6365d85 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -35,10 +35,7 @@ jobs: - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true' - run: | - ct lint \ - --remote ${{ steps.list-changed.outputs.ct_origin }} \ - --target-branch ${{ steps.list-changed.outputs.ct_target_branch }} + run: ct lint - name: Create kind cluster if: steps.list-changed.outputs.changed == 'true' @@ -46,7 +43,4 @@ jobs: - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' - run: | - ct install \ - --remote ${{ steps.list-changed.outputs.ct_origin }} \ - --target-branch ${{ steps.list-changed.outputs.ct_target_branch }} + run: ct install diff --git a/charts/demo/Chart.yaml b/charts/demo/Chart.yaml index d1b783e..1162ec4 100644 --- a/charts/demo/Chart.yaml +++ b/charts/demo/Chart.yaml @@ -15,10 +15,19 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.7 +version: 0.1.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. appVersion: "1.16.0" + +keywords: + - test +maintainers: + - name: fty4 + url: https://github.com/fty4 +sources: + - https://github.com/taskmedia +icon: https://media.task.media/images/logo.png diff --git a/charts/demo/values.yaml b/charts/demo/values.yaml index 48e054a..51fd1d0 100644 --- a/charts/demo/values.yaml +++ b/charts/demo/values.yaml @@ -3,7 +3,7 @@ # Declare variables to be passed into your templates. # This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ -replicaCount: 3 +replicaCount: 1 # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ image: