diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07c910415..2cc3aa706 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -117,10 +117,10 @@ jobs: echo "new version: $NEW_VERSION" sed -i -e "s/appVersion: .*/$NEW_VERSION/g" $CHART_DIRECTORY/Chart.yaml - git config user.name "ras-rm-bot" + git config user.name "ras-rm-pr-bot" git config user.email "${{ secrets.BOT_EMAIL }}" - git remote set-url origin https://ras-rm-bot:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git + git remote set-url origin https://ras-rm-pr-bot:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git git remote update git fetch @@ -173,4 +173,4 @@ jobs: run: | gcloud pubsub topics publish $SPINNAKER_TOPIC --project $HOST \ --message "{ \"kind\": \"storage#object\", \"name\": \"$IMAGE/$IMAGE-${{ env.HELM_VERSION }}.tgz\", \"bucket\": \"$ARTIFACT_BUCKET\" }" \ - --attribute cd="actions" \ No newline at end of file + --attribute cd="actions" diff --git a/_infra/helm/collection-exercise/Chart.yaml b/_infra/helm/collection-exercise/Chart.yaml index 4047e8ff0..81dfb6a6a 100644 --- a/_infra/helm/collection-exercise/Chart.yaml +++ b/_infra/helm/collection-exercise/Chart.yaml @@ -18,5 +18,5 @@ version: 1.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 11.0.31 +appVersion: 11.0.32