Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

use Chainguard's version of wait-for-it image as we used in spiffe tutorials #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# from https://github.com/chainguard-images/images/blob/main/images/wait-for-it
image: cgr.dev/chainguard/wait-for-it
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/eks_sat/spire-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# from https://github.com/chainguard-images/images/blob/main/images/wait-for-it
image: cgr.dev/chainguard/wait-for-it
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# from https://github.com/chainguard-images/images/blob/main/images/wait-for-it
image: cgr.dev/chainguard/wait-for-it
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/postgres/spire-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# from https://github.com/chainguard-images/images/blob/main/images/wait-for-it
image: cgr.dev/chainguard/wait-for-it
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/postgres/spire-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# from https://github.com/chainguard-images/images/blob/main/images/wait-for-it
image: cgr.dev/chainguard/wait-for-it
args: ["-t", "30", "spire-database:5432"]
containers:
- name: spire-server
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/simple_psat/spire-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# from https://github.com/chainguard-images/images/blob/main/images/wait-for-it
image: cgr.dev/chainguard/wait-for-it
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
Expand Down
4 changes: 2 additions & 2 deletions examples/k8s/simple_sat/spire-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ spec:
- name: init
# This is a small image with wait-for-it, choose whatever image
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
# from https://github.com/chainguard-images/images/blob/main/images/wait-for-it
image: cgr.dev/chainguard/wait-for-it
args: ["-t", "30", "spire-server:8081"]
containers:
- name: spire-agent
Expand Down