elasticsearch/.github/updatecli/values.d
Victor Martinez 6d18607cd4
ci(bump automation): bump ubi9 for ironbank (#112298)
### What

Enable updatecli
[policies](https://www.updatecli.io/blog/shareable-policies) to bump the
Ironbank versions automatically, then 
https://github.com/elastic/elasticsearch/pull/111743 won't be manually
created but when a new ubit9 version is released and available in the
Ironbank system.

Those policies can be found at
[elastic/oblt-updatecli-policies@main/updatecli/policies/](https://github.com/elastic/oblt-updatecli-policies/tree/main/updatecli/policies/?rgh-link-date=2024-08-28T16%3A30%3A04Z)
(NOTE: This is a private repository only accessible by Elastic
employees)

#### How to test this PR locally

1. `gh pr checkout 112298`
2. Install [updatecli](https://www.updatecli.io/docs/prologue/installation/)
3. Login to [ghcr.io](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry)
4. Diff (dry-run)

```bash
$ GITHUB_TOKEN=$(gh auth token) updatecli compose diff --experimental
```

5. Create Pull Request if new changes

```bash
$ GITHUB_REPOSITORY=elastic/elasticsearch \
   GITHUB_ACTOR=v1v \
   GITHUB_TOKEN=$(gh auth token) \
updatecli compose apply --experimental
```
2024-09-12 18:58:23 +10:00
..
ironbank.yml ci(bump automation): bump ubi9 for ironbank (#112298) 2024-09-12 18:58:23 +10:00
scm.yml ci(bump automation): bump ubi9 for ironbank (#112298) 2024-09-12 18:58:23 +10:00
updatecli-compose.yml ci(bump automation): bump ubi9 for ironbank (#112298) 2024-09-12 18:58:23 +10:00