Skip to content

Commit edd4d31

Browse files
finalize for release
Signed-off-by: Kristof Gyuracz <kristof.gyuracz@axoflow.com>
1 parent b280b86 commit edd4d31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ KIND_CLUSTER ?= kind
1414
CI_MODE_ENABLED := ""
1515
NO_KIND_CLEANUP := ""
1616

17-
IMG ?= ghcr.io/kube-logging/telemetry-controller:0.0.9
17+
IMG ?= ghcr.io/kube-logging/telemetry-controller:0.0.10
1818
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
1919
ENVTEST_K8S_VERSION = 1.28.0
2020

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/kube-logging/telemetry-controller
8-
newTag: 0.0.9
8+
newTag: 0.0.10

e2e/e2e_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kind create cluster --name "${KIND_CLUSTER_NAME}" --wait 5m
2525
kubectl config set-context kind-"${KIND_CLUSTER_NAME}"
2626

2727
# 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
2929

3030
# Wait for the pod to be ready, without it the webhook backend service will be unavailable.
3131
sleep 10

0 commit comments

Comments
 (0)