Results 6 issues of wangyjx

安装完脚本后,有几个statefulset和deployment的镜像没有使用修改后的私有仓库地址,导致无法下载,必须手动修改yml. 例如: alertmanager, promethues,以及dingtalk alertmanager, dingtalk都可以通过手动修改yml来改变镜像地址; prometheus这个sts则修改地址无效,不论是通过UI还是yml调整镜像地址,应用以后都无效,再打开会发现修改无效,还是原来的值,始终是 **swr.cn-east-2.myhuaweicloud.com/kuboard-dependency/prometheus:v2.29.1** 无法修改为: **harbor-dc.xxxxxx ** 即我这边对应的私有仓库 --- apiVersion: apps/v1 kind: StatefulSet metadata: annotations: prometheus-operator-input-hash: '5089428222930355324' labels: app.kubernetes.io/component: prometheus app.kubernetes.io/name: prometheus app.kubernetes.io/part-of: kube-prometheus app.kubernetes.io/version: 2.29.1...

可以参考一下squoosh.app 看看提供了多少调整选项,以及还可以进行格式转换

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.4 ### What's Wrong? According to official document, array_zip output should...

**execute _cargo pgrx init --pg16=/etc/postgresql/16/main/postgresql.conf_** **environment:Ubuntu 24.04 in WSL** **output** Validating /etc/postgresql/16/main/postgresql.conf Error: 0: Permission denied (os error 13) Location: /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pgrx-pg-config-0.12.9/src/lib.rs:446 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ SPANTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0: cargo_pgrx::command::init::init_pgrx at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-pgrx-0.12.9/src/command/init.rs:163 1: cargo_pgrx::command::init::execute...