diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 65c0989..f77e70a 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -66,7 +66,8 @@ jobs: cmd: yq -r .version "$CHART_DIR/Chart.yaml" - name: bump chart version - uses: actions-ecosystem/action-bump-semver@v1 + #uses: actions-ecosystem/action-bump-semver@v1 + uses: fiddlermikey/action-bump-semver@master id: bump-chart-semver with: current_version: ${{ steps.chart-get-semver.outputs.result }} diff --git a/main.go b/main.go index 0674885..21c7bbb 100644 --- a/main.go +++ b/main.go @@ -172,6 +172,8 @@ func loadConfig(cfgJSON *extapi.JSON) (heProviderConfig, error) { func (c *heProviderSolver) initConfig(ch *v1alpha1.ChallengeRequest) (*utils.HeClient, error) { + // stupid comment to trigger the github actions workflow + cfg, err := loadConfig(ch.Config) if err != nil { return nil, err