Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: swap to zarf tools wait-for instead of cluster wait #93

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ components:
fi
- description: Postgres Operator to be Healthy
maxTotalSeconds: 90
wait:
cluster:
kind: pod
name: app.kubernetes.io/name=postgres-operator
namespace: postgres-operator
condition: Ready
cmd: ./zarf tools wait-for pod app.kubernetes.io/name=postgres-operator -n postgres-operator Ready
6 changes: 3 additions & 3 deletions releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
flavors:
- name: upstream
# renovate-uds: datasource=docker depName=ghcr.io/zalando/postgres-operator extractVersion=^v?(?<version>\d+\.\d+\.\d+)$
version: 1.14.0-uds.0
version: 1.14.0-uds.1
- name: registry1
# renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zalando/postgres-operator extractVersion=^v?(?<version>\d+\.\d+\.\d+)$
version: 1.14.0-uds.0
version: 1.14.0-uds.1
- name: unicorn
# renovate-uds: datasource=docker depName=cgr.dev/du-uds-defenseunicorns/postgres-operator-fips
version: 1.14.0-uds.0
version: 1.14.0-uds.1
Loading