Commit a0558ba
committed
fix: use public upstream tags for kube-state-metrics and node-exporter
The v6.4.0 release script wrote the EKS-managed '-eksbuild' build tags
into the public 'tag' field for kubeStateMetrics and nodeExporter. Those
tags do not exist on the public registries (registry.k8s.io / quay.io),
so public-region installs would hit ImagePullBackOff.
- kubeStateMetrics.image.tag: v2.19.1-eksbuild.3 -> v2.19.1
- nodeExporter.image.tag: v1.12.1-eksbuild.1 -> v1.12.1
The '-eksbuild' builds are moved to restrictedTag (China/GovCloud ECR
mirror), which is where they belong and also bumps them from the stale
v2.18.0-eksbuild.10 / v1.11.1-eksbuild.4 values.1 parent f4ad2e3 commit a0558ba
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
1058 | | - | |
| 1058 | + | |
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
| |||
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
1067 | | - | |
| 1067 | + | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | 1070 | | |
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
1093 | | - | |
| 1093 | + | |
1094 | 1094 | | |
1095 | 1095 | | |
1096 | 1096 | | |
| |||
1099 | 1099 | | |
1100 | 1100 | | |
1101 | 1101 | | |
1102 | | - | |
| 1102 | + | |
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| |||
0 commit comments