-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump azure/setup-helm from 1 to 2.1 #9
Merged
WesleyCharlesBlake
merged 1 commit into
master
from
dependabot/github_actions/azure/setup-helm-2.1
May 5, 2022
Merged
Bump azure/setup-helm from 1 to 2.1 #9
WesleyCharlesBlake
merged 1 commit into
master
from
dependabot/github_actions/azure/setup-helm-2.1
May 5, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 2.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v1...v2.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
WesleyCharlesBlake
approved these changes
May 5, 2022
Gustavobelfort
pushed a commit
that referenced
this pull request
Sep 12, 2022
Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 2.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v1...v2.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gustavobelfort
added a commit
that referenced
this pull request
Oct 17, 2022
* fix(actions): fixes chart release charts_repo_url * adds new LND chart * adds initial bitcoind helm chart * chore(lint): fix all static-analysis issues on charts * bump chart versions for already published charts * fix some basic chart issues * clean up chart-test config until our repo is actually working * move lnd to incubator for future work * move avax and bitcoind to incubator to get this working * Merge pull request #6 from pokt-foundation/feat/argo-events adds application CRD for argo-events Closes T-4433 * adds argo workflows deploy for T-4435 (#7) * Harmony chart (#5) * wip * fix some ct test failures for T-3444 * T-3444: adds datadir to values.yaml * finishing up hmy chart Co-authored-by: Wesley Charles Blake <wes@pokt.network> * Bump actions/setup-python from 2 to 3 (#8) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump azure/setup-helm from 1 to 2.1 (#9) Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 2.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v1...v2.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 2 to 3 (#10) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * avax subnets * Bump avaxgo * fix newlines * Bump azure/setup-helm from 2.1 to 3.3 (#24) Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 2.1 to 3.3. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v2.1...v3.3) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * removing appOfApps from the chart repo * vendor contrib backstage helm chart * add bitnami in the chart repos * remove chart lock file * enable postgres on the helm chart * update chart maintainers * fix chart linting * update chart * Add docker-secret.yaml to .gitignore * update chart test definitions * fix lint for backstage values file * update chart deployment options * update default values for the backstage chart * update default values for the backstage chart * upadte connection tests for backstage chart Co-authored-by: Wesley Charles Blake <wesley@nikordi.com> Co-authored-by: WesleyCharlesBlake <wes@pokt.network> Co-authored-by: Wesley Charles Blake <wesley@stratotechnology.com> Co-authored-by: Dmitry Knyazev <okdas@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmitry K <okdas@pm.me>
WesleyCharlesBlake
added a commit
that referenced
this pull request
Jan 6, 2023
* fix(actions): fixes chart release charts_repo_url * adds new LND chart * adds initial bitcoind helm chart * chore(lint): fix all static-analysis issues on charts * bump chart versions for already published charts * fix some basic chart issues * clean up chart-test config until our repo is actually working * move lnd to incubator for future work * move avax and bitcoind to incubator to get this working * Merge pull request #6 from pokt-foundation/feat/argo-events adds application CRD for argo-events Closes T-4433 * adds argo workflows deploy for T-4435 (#7) * Harmony chart (#5) * wip * fix some ct test failures for T-3444 * T-3444: adds datadir to values.yaml * finishing up hmy chart Co-authored-by: Wesley Charles Blake <wes@pokt.network> * Bump actions/setup-python from 2 to 3 (#8) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump azure/setup-helm from 1 to 2.1 (#9) Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 2.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v1...v2.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump actions/checkout from 2 to 3 (#10) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * avax subnets * Bump avaxgo * fix newlines * Bump azure/setup-helm from 2.1 to 3.3 (#24) Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 2.1 to 3.3. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](Azure/setup-helm@v2.1...v3.3) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * removing appOfApps from the chart repo * Add blockchain-node helm * Add init container to download snapshot * Formatting to make it working * Add notes * add additionalManifests template * Add SecretsStore to the values * add healthcheck sidecar * Add healthness probes * Implement mounting CM and secrets * formatting * change maintainers format * adjust default values.yaml * formatting * Implement ingressNginx * Remove test values * Always deploy sa * test gpg * Add readme * readme * test gpg * Change way to define is data downloaded * add quotes to env * correct healthcheker resources * Adjust init container to download POKT snapshot * Correct container to mount secrets and CM * Remove wrong default * Update values.yaml * Adjust values and add example values as documentation * COrrect ingress to insert correct host name * Add init container to cp configs and secrets and to download snapshot * Correct helm repo URL * Update README.md * add snapshot and snapshotcontent * create pvc from snapshot * adjust values * bump version * Add catalog-info.yaml config file * Update catalog-info.yaml * Correct namespace * move uplink token to nodes values * Add warmup initcontainer * Adjust helm release pipeline * Update release.yaml * Update release.yaml * roll back to use chart-releaser plugin * Adjust sts * formatting * formatting * Formatting * Formatting * add parallel disk init * Add flag if disk initialised * Install latest uplink * set parallel=1 * set uplink config dir * disable paralel download * Add validation and configure uplink befor use it * Create gitguardian.yaml * Update gitguardian.yaml * Add node selector and tweak uplink parallel * feat: bump avalanche to v1.8.2 * Update scripts.yaml * Update scripts.yaml * fix: upgrade.json for subnets * fix: change curl to wget * fix: raw github url * Update catalog-info.yaml * feat: bump avax to v1.8.3 * feat: bump avax to v1.8.4 * release v0.0.10 * remove snapshot templates * feat: bump avax to v1.8.5 * Add todo * Implement pod annotation and service monitor * add resources definitions for redis container in the portal deployment * remove default redis resources Co-authored-by: Wesley Charles Blake <wesley@nikordi.com> Co-authored-by: WesleyCharlesBlake <wes@pokt.network> Co-authored-by: Wesley Charles Blake <wesley@stratotechnology.com> Co-authored-by: Dmitry Knyazev <okdas@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dmitry K <okdas@pm.me> Co-authored-by: vlad-she <vlad-she> Co-authored-by: vlad-she <vladzaq1@proton.me> Co-authored-by: vlad-she <16667906+vlad-she@users.noreply.github.com> Co-authored-by: Paulo Pigatto <paulo@pigatto.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps azure/setup-helm from 1 to 2.1.
Release notes
Sourced from azure/setup-helm's releases.
Commits
217bf70
v2 new release (#70)a517f2f
Add node modules and new code for release (#57)da63a48
Cleanup action for release (#56)cc2c85b
support only v3 and switch away from github token7e3c8fd
Update README.md (#48)ac8103f
Create CODEOWNERS (#47)feeafa6
Update issue templates (#46)b8c59ed
Create defaultLabels.yml (#44)14d8569
Update run.tscfc72cf
Update run.tsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)