Skip to content

Commit

Permalink
Merge pull request #1461 from smerle33/updatecli/update
Browse files Browse the repository at this point in the history
chore(updatecli) correct updatecli manifest for geoipupdate target and action
  • Loading branch information
dduportal authored Dec 2, 2024
2 parents d0a5eb6 + b8bc9c1 commit b1e317d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions updatecli/updatecli.d/geoipupdates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,19 @@ conditions:

targets:
updateGeoIP:
name: "Update chart appVersion"
transformers:
- addprefix: '"'
- addsuffix: '"'
name: "Update chart image tag version"
kind: helmchart
spec:
name: charts/geoipupdates
file: Chart.yaml
key: $.appVersion
file: values.yaml
key: $.image.tag
scmid: default

actions:
default:
kind: github/pullrequest
scmid: default
title: Bump `ghcr.io/maxmind/geoipupdate` docker image to {{ source `lastVersion` }}
title: Bump `jenkinsciinfra/geoipupdate` docker image to {{ source `lastVersion` }}
spec:
labels:
- dependencies
Expand Down

0 comments on commit b1e317d

Please sign in to comment.