Skip to content

Commit

Permalink
fix: swap to instead of cluster wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jan 13, 2025
1 parent a084c86 commit eb79866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
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

0 comments on commit eb79866

Please # to comment.