Skip to content

Commit

Permalink
update versions everywhere
Browse files Browse the repository at this point in the history
Signed-off-by: Kristof Gyuracz <[email protected]>
  • Loading branch information
kristofgyuracz committed Mar 26, 2024
1 parent 7984af4 commit 1b29dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/demos/loki/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ helm upgrade --install --namespace loki --create-namespace loki --repo https://g
helm upgrade --install --namespace=loki --repo https://grafana.github.io/helm-charts loki-grafana grafana --version 7.0.8

helm upgrade --install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set installCRDs=true --version v1.13.3
kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/download/v0.93.0/opentelemetry-operator.yaml
kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/download/v0.96.0/opentelemetry-operator.yaml

(cd ../../.. && make install)

Expand Down
2 changes: 1 addition & 1 deletion e2e/e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ helm upgrade \
--set installCRDs=true \
--wait

kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/download/v0.95.0/opentelemetry-operator.yaml --wait
kubectl apply -f https://github.com/open-telemetry/opentelemetry-operator/releases/download/v0.96.0/opentelemetry-operator.yaml --wait
echo "Wait until otel operator pod is in ready state..."
kubectl wait --namespace opentelemetry-operator-system --for=condition=available deployment/opentelemetry-operator-controller-manager --timeout=300s

Expand Down

0 comments on commit 1b29dbd

Please sign in to comment.