Skip to content
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

マイクロサービスをリリースしたら seichi_infra 側の image tag が書き換わる仕組みが欲しい #1078

Open
kory33 opened this issue Jun 12, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kory33
Copy link
Member

kory33 commented Jun 12, 2023

人間が image push 待ってタグを書き換える運用時間の無駄すぎる

Push 型か Pull 型のものが欲しい。 PR は手動でマージしたいことを考えるとリードタイムは可能な限り短い方が良く、Push 型が欲しい。Push 型を仮定すれば、次のような要件を満たすものが欲しい

  • マイクロサービス側のリポジトリの release workflow に、リリースに対応する docker image tag を seichi_infra 側のタグに反映する action が書けてほしい
  • 反映は main 直コミットであってはならず、 PR を介してほしい (breaking change 等の手動作業が発生する可能性があるため)。
    • semver を仮定して 1.0.0 以降の minor、及び 1.0.0 未満の patch release は automerge できる、みたいな仕組みがあるとマジで最高

これをやる GitHub App を k8s クラスタ内でホストしたりするのは別にやってもいい

@kory33 kory33 added enhancement New feature or request help wanted Extra attention is needed labels Jun 12, 2023
@inductor
Copy link
Contributor

Kustomizeでimage setするように書いておいて、Renovateで書き換えさせるという手もある。

@kory33
Copy link
Member Author

kory33 commented Jun 12, 2023

だいぶ説ある 実行頻度が割と渋いのだけどうにかしたい

@kory33
Copy link
Member Author

kory33 commented Jun 12, 2023

ArgoCD Image Updater でも似たようなことをできるらしい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants