Skip to content

Commit 6f16520

Browse files
committed
Set tag to latest release version
registry.k8s.io/kubectl does not have latest tag Signed-off-by: A. Stoewer <[email protected]>
1 parent 0d9d26b commit 6f16520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/tempo-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ The memcached default args are removed and should be provided manually. The sett
642642
| ingress.paths.query-frontend[0].path | string | `"/api"` | |
643643
| kubectlImage.pullPolicy | string | `"IfNotPresent"` | |
644644
| kubectlImage.repository | string | `"registry.k8s.io/kubectl"` | |
645-
| kubectlImage.tag | string | `"latest"` | |
645+
| kubectlImage.tag | string | `"v1.33.3"` | |
646646
| license.contents | string | `"NOTAVALIDLICENSE"` | |
647647
| license.external | bool | `false` | |
648648
| license.secretName | string | `"{{ include \"tempo.resourceName\" (dict \"ctx\" . \"component\" \"license\") }}"` | |

charts/tempo-distributed/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ provisioner:
23732373

23742374
kubectlImage:
23752375
repository: registry.k8s.io/kubectl
2376-
tag: latest
2376+
tag: v1.33.3
23772377
pullPolicy: IfNotPresent
23782378

23792379
# Settings for the admin_api service providing authentication and authorization service.

0 commit comments

Comments
 (0)