Skip to content

deps(deps): update quay.io/validator-labs/validator docker tag to v0.0.51 - autoclosed #361

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

Closed
wants to merge 4 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
quay.io/validator-labs/validator patch v0.0.50 -> v0.0.51

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

…lmReleases (#356)

## Issue
First step into resolving
- validator-labs/validatorctl#100

## Description
In an effort to simplify the TUI prompts in validatorctl to not require
lots of re-prompts for the helm configuration, we first need to refactor
our helm related structs.

The proposed structure would be this:

- `ValidatorConfigSpec.HelmConfig` defines the helm registry
configuration that would be used to pull all plugin charts
- `ValidatorConfigSpec.Plugins` has been simplifies to only specify the
charts repository, name, version, and values.

Along side this change, I updated the `reviewable-ext` make target to
also update the CRDs in the validator helm chart
@renovate renovate bot requested a review from a team as a code owner August 1, 2024 02:21
@renovate renovate bot requested a review from ahmad-ibra August 1, 2024 02:21
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 1, 2024
Release-As: 0.0.51
ahmad-ibra and others added 2 commits August 1, 2024 11:47
…harts are installed (#359)

## Description
In validatorctl, when configuring a custom private registry, pulling the
plugin charts fails with this error:
```
2024-07-31 18:34:22 ERROR Plugin failed to install
                      └ validator-plugin-network: failed to pull chart: failed to fetch image from registry: GET https://toolbox.palette-adv.spectrocloud.com/v2/ahmad/charts/validator-plugin-network/validator-plugin-network/manifests/0.0.21: NOT_FOUND: repository ahmad/charts/validator-plugin-network/validator-plugin-network not found
```

As can be seen above, there is an extra `/validator-plugin-network`
tacked on at the end.
This PR fixes that.

This PR is a pre-requisite to
validator-labs/validatorctl#115

## Test Notes
Tested this by:
1. running `helm install validator chart/validator/ -f
chart/validator/values.yaml`
2. running `./bin/validator install` and configuring a plugin using the
default registry (quay)
3. running `./bin/validator install` and configuring a plugin using a
custom private registry (harbor)

Everything runs correctly with this change. Prior to this change, test 3
was failing.
…0.51

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/quay.io-validator-labs-validator-0.x branch from c845d3f to 179710c Compare August 1, 2024 18:48
@ahmad-ibra ahmad-ibra dismissed renovate-approve[bot]’s stale review August 1, 2024 19:20

The merge-base changed after approval.

@renovate renovate bot changed the title deps(deps): update quay.io/validator-labs/validator docker tag to v0.0.51 deps(deps): update quay.io/validator-labs/validator docker tag to v0.0.51 - autoclosed Aug 1, 2024
@renovate renovate bot closed this Aug 1, 2024
@renovate renovate bot deleted the renovate/quay.io-validator-labs-validator-0.x branch August 1, 2024 19:47
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies helm size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant