William Wang

Results 7 issues of William Wang

quote from [official reference](https://kubevela.io/docs/reference/addons/velaux/#specify-the-addon-image) > By default the image repo is docker hub, you can specify the image repo by the repo parameter: > `vela addon enable velaux repo=acr.kubevela.net` >...

kind/bug

### What type of PR is this? /kind feature ### What this PR does / why we need it: Support custom scripts executing on some specfic nodes when creating a...

kind/feature
size/S

### What type of PR is this? /kind feature ### What this PR does / why we need it: Support config custom hosts entry of cluster nodes. For example, use...

kind/feature
size/S

### Provide the Bytebase version you are using v3.7.0 ### Describe the bug ![Image](https://github.com/user-attachments/assets/96a6c038-104c-4f90-a1ab-0022497bf442) should have no difference about bigserial MAXVALUE between two table ### Steps to reproduce 1. given...

### What type of PR is this? /kind bug ### What this PR does / why we need it: 1. `.set_hostname` variable is used in roles `when` expression, but actual...

kind/bug
size/L
do-not-merge/release-note-label-needed

this pr add two parameters (`exclude-base-ref-names` and `include-base-ref-names`) to support filter by base ref names, which can be used in case like only take account PR to specific branch like...

In case when only image tag is required to update, like: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: ... annotations: argocd-image-updater.argoproj.io/image-list: app=harbor.example.com/nginx argocd-image-updater.argoproj.io/app.helm.image-tag: image.tag argocd-image-updater.argoproj.io/app.update-strategy: newest-build argocd-image-updater.argoproj.io/app.allow-tags: regexp:^sha-[0-9a-f]{7}$ argocd-image-updater.argoproj.io/write-back-target: helmvalues ```...