Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pipeline tools version #321

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Install pre-commit and helm-docs
run: |
pip install pre-commit==3.3.3
curl -fSsL -o - https://github.com/norwoodj/helm-docs/releases/download/v1.11.3/helm-docs_1.11.3_Linux_x86_64.tar.gz | tar -xz -C /usr/local/bin helm-docs
pip install pre-commit==3.6.0
curl -fSsL -o - https://github.com/norwoodj/helm-docs/releases/download/v1.12.0/helm-docs_1.12.0_Linux_x86_64.tar.gz | tar -xz -C /usr/local/bin helm-docs

- name: Run pre-commit hooks
run: pre-commit run --all-files
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
git config user.email "[email protected]"

- name: Install Helm
uses: azure/setup-helm@v3.3
uses: azure/setup-helm@v3
with:
version: v3.12.1
version: v3.13.3

- name: Install additional Helm repos
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
private_key: ${{ secrets.CHART_UPDATER_APP_KEY }}

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: ${{ steps.generate-github-app-token.outputs.token }}
CR_SKIP_EXISTING: true
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/norwoodj/helm-docs
rev: v1.2.0
rev: v1.12.0
hooks:
- id: helm-docs
args:
Expand Down
2 changes: 1 addition & 1 deletion charts/bridges-common-relay/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bridges-common-relay
description: A Helm chart for bridges-common-relay
type: application
version: 0.2.4
version: 0.2.5
maintainers:
- name: Parity
url: https://github.com/paritytech/helm-charts
Expand Down
6 changes: 3 additions & 3 deletions charts/bridges-common-relay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is intended behaviour. Make sure to run `git add -A` once again to stage ch

# Parity Bridges Common helm chart

![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

This helm chart installs [Parity Bridges Common](https://github.com/paritytech/parity-bridges-common) relayer.

Expand Down Expand Up @@ -57,7 +57,7 @@ helm install bridges-common-relay parity/bridges-common-relay
| prometheus.enabled | bool | `false` | Expose Prometheus metrics |
| prometheus.port | int | `9615` | The port for exposed Prometheus metrics |
| relayHeaders.enabled | bool | `false` | |
| relayHeaders.name | string | `"rococo-to-bridge-hub-wococo"` | |
| relayHeaders.name | string | `"kusama-to-bridge-hub-polkadot"` | |
| relayHeaders.params.source-host | string | `"ws://rpc.example"` | |
| relayHeaders.params.source-port | int | `9955` | |
| relayHeaders.params.target-host | string | `"ws://rpc.example"` | |
Expand Down Expand Up @@ -87,4 +87,4 @@ helm install bridges-common-relay parity/bridges-common-relay
| tolerations | list | `[]` | Tolerations for use with node taints |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/bridges-common-relay/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serviceAccount:

relayHeaders:
enabled: false
name: rococo-to-bridge-hub-wococo
name: kusama-to-bridge-hub-polkadot
params:
source-host: ws://rpc.example
source-port: 9955
Expand Down
2 changes: 1 addition & 1 deletion charts/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ This is intended behaviour. Make sure to run `git add -A` once again to stage ch
| tolerations | list | `[]` | Tolerations for use with node taints |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,4 @@ If you're running a collator node:
| wsHealthExporter.resources | object | `{}` | Resource limits & requests |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/polkadot-basic-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ helm install polkadot-basic-notification parity/polkadot-basic-notification
| tolerations | list | `[]` | Tolerations for use with node taints |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/polkadot-introspector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ helm install polkadot-introspector parity/polkadot-introspector
| tolerations | list | `[]` | Tolerations for use with node taints |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/polkadot-stps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ helm install polkadot-stps parity/polkadot-stps
| tps.scrapeFromGenesis.enabled | bool | `false` | Enable blocks subscription |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/staking-miner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ If you use a customized value for `args` make sure to update it accordingly. If
| waitRuntimeUpgrade.resources | object | `{}` | Resources configuration for the wait container |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/substrate-faucet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ Adding default global override for .org.matrix.msc3786.rule.room.server_acl
| tolerations | list | `[]` | Tolerations for pods assignment ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/substrate-telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ By default, the type of Kubernetes service used for Telemetry-Core, Telemetry-Sh
| tolerations | list | `[]` | Tolerations for use with node taints |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
2 changes: 1 addition & 1 deletion charts/testnet-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ helm install testnet-manager parity/testnet-manager
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)