Skip to content

Commit

Permalink
OPSEXP-2234 Fix updatecli chart reformat bug (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Aug 18, 2023
1 parent 2021907 commit a39059d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,40 @@
name: Version bumps
on:
workflow_dispatch:
pull_request:
types:
- opened
branches:
- main

permissions:
contents: write

env:
UPDATE_CLI_VERSION: v0.57.0

jobs:
bump-helm-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- uses: >-
Alfresco/alfresco-build-tools/.github/actions/[email protected]
- name: Login to quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Install Updatecli
uses: updatecli/updatecli-action@v2
with:
version: v0.54.0
version: ${{ env.UPDATE_CLI_VERSION }}

- run: updatecli apply --experimental
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Git Auto Commit
uses: stefanzweifel/[email protected]
with:
Expand Down Expand Up @@ -62,7 +65,7 @@ jobs:
- name: Install Updatecli
uses: updatecli/updatecli-action@v2
with:
version: v0.54.0
version: ${{ env.UPDATE_CLI_VERSION }}

- name: Checkout updatecli configs
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion updatecli.d/alfresco-search-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ targets:
name: charts/alfresco-search-service
file: values.yaml
key: $.searchServicesImage.tag
alfresco-inssight-engine-image:
alfresco-insight-engine-image:
name: Alfresco Insight Engine Image tags
kind: helmchart
sourceid: alfresco-insight-engine-image
Expand Down

0 comments on commit a39059d

Please sign in to comment.