liyang

Results 13 comments of liyang

改掉alertmanager的那个secret后alertmanager会自动读取配置文件进行更新

这个secret不需要删除,只需要把secret内容获取,然后调用client-go把他update就可以修改 或者直接kubectl edit secret进去修改

应该不会,我把secret修改后是生效的

你应该改另外一个secret,它叫alertmanager-xxx-alertmanager

你试一下改上图那个叫alertmanager-main的secret

Thanks for your answer, how to bump the Helm version? Maybe change this [Chart.yaml](https://github.com/bytebase/bytebase/blob/main/helm-charts/bytebase/Chart.yaml#L3). We use [argocd](https://argo-cd.readthedocs.io/en/stable/) to dependencies a version of Helm. If the version is deprecated, there may...

> Is it a good practice to bump the helm package version if we modify the default value in values.yaml? Maybe every change is a new chart version.

There are example, like [kube-prometheus-stack](https://github.com/prometheus-community/helm-charts/releases) and [grafana](https://github.com/grafana/helm-charts/releases), have a helm-chart repository, contains many versions of charts. usage [document](https://helm.sh/docs/howto/chart_releaser_action/). ![image](https://github.com/bytebase/bytebase/assets/64472425/f9b36c56-f0f7-473b-81d2-be1bcf7b0137) ![image](https://github.com/bytebase/bytebase/assets/64472425/c094e864-7186-4c3b-9444-edf59c166e88)

> > The bytebase helm chart version is always 1.1.0. > > We have other versions before, likes 1.0.0, but we deletes these versions because we deprecated some Bytebase images....

[docker/setup-qemu-action](https://github.com/GreptimeTeam/greptimedb-operator/blob/fad3cdd004392dd3433af5cc4163d7dc8a0d0a28/.github/workflows/release.yaml#L34) Bump version to v3,[docs](https://github.com/docker/setup-qemu-action). [docker/setup-buildx-action](https://github.com/GreptimeTeam/greptimedb-operator/blob/fad3cdd004392dd3433af5cc4163d7dc8a0d0a28/.github/workflows/release.yaml#L37) Bump version to v3,[docs](https://github.com/docker/setup-buildx-action). [docker/login-action](https://github.com/GreptimeTeam/greptimedb-operator/blob/fad3cdd004392dd3433af5cc4163d7dc8a0d0a28/.github/workflows/release.yaml#L46) Bump version to v3,[docs](https://github.com/docker/login-action). [docker/build-push-action](https://github.com/GreptimeTeam/greptimedb-operator/blob/fad3cdd004392dd3433af5cc4163d7dc8a0d0a28/.github/workflows/release.yaml#L46) and [here](https://github.com/GreptimeTeam/greptimedb-operator/blob/fad3cdd004392dd3433af5cc4163d7dc8a0d0a28/.github/workflows/release.yaml#L71) Bump version to v5,[docs](https://github.com/docker/build-push-action).