Skip to content

Commit

Permalink
Merge pull request #96 from slashpai/metrics-server
Browse files Browse the repository at this point in the history
chore: update metrics-server workflow
  • Loading branch information
slashpai authored Sep 2, 2024
2 parents e1d4216 + 88af5fa commit 7813eda
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/merge-metrics-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
upstream: kubernetes-sigs/metrics-server
downstream: openshift/kubernetes-metrics-server
sandbox: rhobs/kubernetes-metrics-server
go-version: "1.21"
restore-downstream: OWNERS charts/OWNERS
go-version: "1.22"
restore-downstream: >-
OWNERS
charts/OWNERS
restore-upstream: >-
go.mod
go.sum
downstream-version-expression: |
sed -n -E 's/^.*newTag: *(v[0-9]+\.[0-9]+\.[0-9]+).*$/\1/p' https://raw.githubusercontent.com/openshift/kubernetes-metrics-server/master/manifests/components/release/kustomization.yaml
secrets:
Expand Down

0 comments on commit 7813eda

Please sign in to comment.