Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Jan 15, 2025
1 parent 5d8c137 commit 181ab29
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/functional_test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,10 +526,10 @@ jobs:
kubectl get csr -o=jsonpath='{range.items[?(@.spec.signerName=="kubernetes.io/kubelet-serving")]}{.metadata.name}{" "}{end}' | xargs kubectl certificate approve
- name: Update dependencies
run: |
make dep-update
cd base && make dep-update
- name: Deploy cert-manager
run: |
make cert-manager
cd base && make cert-manager
- name: install helm chart with operator enabled
run: |
cd base
Expand All @@ -540,6 +540,12 @@ jobs:
run: |
kubectl get crds | grep 'opentelemetry.io'
kubectl get instrumentations.opentelemetry.io -A
- name: Update dependencies
run: |
make dep-update
- name: Deploy cert-manager
run: |
make cert-manager
- name: upgrade helm chart
run: |
helm upgrade sock helm-charts/splunk-otel-collector --reuse-values --wait
Expand Down

0 comments on commit 181ab29

Please sign in to comment.