Skip to content

Commit

Permalink
bump updatecli
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Jan 3, 2025
1 parent d5bb8bd commit c9bc5a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Install Updatecli
uses: updatecli/updatecli-action@cb631ef5547ed05db3db64bb2ad42a6cc36e3097 # v2.71.0
uses: updatecli/updatecli-action@11d8c3e7c4dbb188d9534e599db759e418911828 # v2.73.0

- run: updatecli apply
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- alfresco zeppelin
- alfresco insight zeppelin
name: alfresco-insight-zeppelin
version: 4.0.0-alpha.0
version: 4.0.0-alpha.1
sources:
- https://github.com/Alfresco/alfresco-helm-charts
appVersion: 2.0.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-insight-zeppelin

![Version: 4.0.0-alpha.0](https://img.shields.io/badge/Version-4.0.0--alpha.0-informational?style=flat-square) ![AppVersion: 2.0.13](https://img.shields.io/badge/AppVersion-2.0.13-informational?style=flat-square)
![Version: 4.0.0-alpha.1](https://img.shields.io/badge/Version-4.0.0--alpha.1-informational?style=flat-square) ![AppVersion: 2.0.13](https://img.shields.io/badge/AppVersion-2.0.13-informational?style=flat-square)

A Helm chart for deploying Alfresco Insight Zeppelin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ global:
nodeSelector: {}
tolerations: []
# -- Pod affinity, passed thru tpl function
affinity: ""
affinity: |-
serviceAccount:
# -- Specifies whether a service account should be created
create: true
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-search-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ global:
nodeSelector: {}
tolerations: []
# -- Pod affinity, passed thru tpl function
affinity: ""
affinity: |-
serviceAccount:
# -- Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit c9bc5a5

Please sign in to comment.