Skip to content

Commit

Permalink
install/kubernetes: use renovate to update quay.io/cilium/startup-script
Browse files Browse the repository at this point in the history
Make sure the latest version of the image is used in the helm charts by
letting renovatebot update it automatically.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Mar 28, 2024
1 parent 2d32dab commit ac804b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"test/packet/scripts/install.sh",
"install/kubernetes/cilium/templates/spire/**",
"install/kubernetes/cilium/values.yaml.tmpl",
"install/kubernetes/Makefile.values",
],
"schedule": [
"on monday"
Expand Down Expand Up @@ -501,6 +502,14 @@
"default: (?<depName>.*?):(?<currentValue>.*?)@(?<currentDigest>.*?)\\s"
],
"datasourceTemplate": "docker"
}
},
{
"fileMatch": [
"^install/kubernetes/Makefile.values$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+.+_VERSION:=(?<currentValue>.*)\\s+.+_DIGEST:=(?<currentDigest>sha256:[a-f0-9]+)"
]
},
]
}
1 change: 1 addition & 0 deletions install/kubernetes/Makefile.values
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export CILIUM_ETCD_OPERATOR_VERSION:=v2.0.7
export CILIUM_ETCD_OPERATOR_DIGEST:=sha256:04b8327f7f992693c2cb483b999041ed8f92efc8e14f2a5f3ab95574a65ea2dc

export CILIUM_NODEINIT_REPO:=quay.io/cilium/startup-script
# renovate: datasource=docker depName=quay.io/cilium/startup-script
export CILIUM_NODEINIT_VERSION:=62093c5c233ea914bfa26a10ba41f8780d9b737f
export CILIUM_NODEINIT_DIGEST:=sha256:e1d442546e868db1a3289166c14011e0dbd32115b338b963e56f830972bc22a2

Expand Down

0 comments on commit ac804b6

Please sign in to comment.