diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f0176a..112e2c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - main + - master jobs: release: @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - + - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" @@ -30,4 +30,4 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: skip_existing: true - config: charts/release-config.yaml \ No newline at end of file + config: charts/release-config.yaml diff --git a/charts/idrac-exporter/Chart.yaml b/charts/idrac-exporter/Chart.yaml index 17f0cae..6dc036f 100644 --- a/charts/idrac-exporter/Chart.yaml +++ b/charts/idrac-exporter/Chart.yaml @@ -6,10 +6,10 @@ 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.4 +version: "0.1.5" # 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.1.0" +appVersion: "1.2.0"