chore(deps): update dependency adguardteam/adguardhome to v0.107.67 (#670)
* chore(deps): update dependency adguardteam/adguardhome to v0.107.67 * Update wait-for-start.sh * Update read-latest-replica-config.sh * Update values.yaml --------- Co-authored-by: bakito-renovate[bot] <205501741+bakito-renovate[bot]@users.noreply.github.com> Co-authored-by: Marc Brugger <github@bakito.ch>
This commit is contained in:
committed by
GitHub
parent
5a47f8857d
commit
46ec505fd9
2
Makefile
2
Makefile
@@ -75,7 +75,7 @@ kind-test:
|
||||
@./testdata/e2e/bin/install-chart.sh
|
||||
|
||||
# renovate: packageName=AdguardTeam/AdGuardHome
|
||||
ADGUARD_HOME_VERSION ?= v0.107.66
|
||||
ADGUARD_HOME_VERSION ?= v0.107.67
|
||||
|
||||
model: tb.oapi-codegen
|
||||
@mkdir -p tmp
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "## AdGuardHome.yaml of latest replica" >> $GITHUB_STEP_SUMMARY
|
||||
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||
kubectl exec adguardhome-replica-latest -- cat /opt/adguardhome/conf/AdGuardHome.yaml >> $GITHUB_STEP_SUMMARY
|
||||
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||
echo "## AdGuardHome.yaml of latest replica" >> $GITHUB_STEP_SUMMARY
|
||||
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||
kubectl exec adguardhome-replica-latest -- cat /opt/adguardhome/conf/AdGuardHome.yaml >> $GITHUB_STEP_SUMMARY
|
||||
echo '```' >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
2
testdata/e2e/bin/wait-for-start.sh
vendored
2
testdata/e2e/bin/wait-for-start.sh
vendored
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
kubectl wait --for=jsonpath='{.status.phase}'=Running pod/adguardhome-sync --timeout=1m
|
||||
kubectl describe pod/adguardhome-sync
|
||||
kubectl logs pod/adguardhome-sync
|
||||
|
||||
4
testdata/e2e/values.yaml
vendored
4
testdata/e2e/values.yaml
vendored
@@ -8,5 +8,5 @@ replica:
|
||||
mode: env
|
||||
|
||||
kubectl:
|
||||
repository: bitnami/kubectl
|
||||
tag: "1.30"
|
||||
repository: bitnamisecure/kubectl
|
||||
tag: "latest"
|
||||
|
||||
Reference in New Issue
Block a user