File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ KIND_CLUSTER ?= kind
14
14
CI_MODE_ENABLED := ""
15
15
NO_KIND_CLEANUP := ""
16
16
17
- IMG ?= ghcr.io/kube-logging/telemetry-controller:0.0.9
17
+ IMG ?= ghcr.io/kube-logging/telemetry-controller:0.0.10
18
18
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
19
19
ENVTEST_K8S_VERSION = 1.28.0
20
20
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : ghcr.io/kube-logging/telemetry-controller
8
- newTag : 0.0.9
8
+ newTag : 0.0.10
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ kind create cluster --name "${KIND_CLUSTER_NAME}" --wait 5m
25
25
kubectl config set-context kind-" ${KIND_CLUSTER_NAME} "
26
26
27
27
# Install telemetry-controller and opentelemetry-operator
28
- helm upgrade --install --wait --create-namespace --namespace telemetry-controller-system telemetry-controller oci://ghcr.io/kube-logging/helm-charts/telemetry-controller --version 0.0.10-dev.1
28
+ helm upgrade --install --wait --create-namespace --namespace telemetry-controller-system telemetry-controller oci://ghcr.io/kube-logging/helm-charts/telemetry-controller
29
29
30
30
# Wait for the pod to be ready, without it the webhook backend service will be unavailable.
31
31
sleep 10
You can’t perform that action at this time.
0 commit comments