Skip to content

Commit

Permalink
Merge pull request #305 from yedayak/prometheus-example-app
Browse files Browse the repository at this point in the history
Update prometheus-example-app to v0.5.0
  • Loading branch information
ibihim authored Sep 4, 2024
2 parents f5e3cbd + 6ec47dc commit b76470f
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion examples/non-resource-url-token-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
```
Expand Down
2 changes: 1 addition & 1 deletion examples/non-resource-url-token-request/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion examples/non-resource-url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
```
Expand Down
2 changes: 1 addition & 1 deletion examples/non-resource-url/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion examples/oidc/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion examples/resource-attributes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion examples/resource-attributes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion examples/rewrites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion examples/rewrites/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion examples/static-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion examples/static-auth/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion scripts/kind-load-local.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

kind load docker-image quay.io/brancz/kube-rbac-proxy:local
kind load docker-image quay.io/brancz/prometheus-example-app:v0.1.0
kind load docker-image quay.io/brancz/prometheus-example-app:v0.5.0
kind load docker-image quay.io/brancz/prometheus-example-app:v0.4.0
kind load docker-image quay.io/brancz/krp-curl:v0.0.2
2 changes: 1 addition & 1 deletion scripts/templates/non-resource-url-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion scripts/templates/oidc-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion scripts/templates/resource-attributes-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion scripts/templates/rewrites-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/allowpaths/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ spec:
port: 8643
path: healthz
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion test/e2e/basics/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ spec:
- containerPort: 8443
name: https
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion test/e2e/clientcertificates/deployment-wrongca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- mountPath: /certs
name: certs
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/clientcertificates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- mountPath: /certs
name: certs
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/flags/deployment-logtostderr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ spec:
- containerPort: 8443
name: https
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion test/e2e/flags/deployment-other-flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ spec:
- containerPort: 8443
name: https
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion test/e2e/http2/deployment-no-http2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ spec:
- containerPort: 8443
name: https
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion test/e2e/http2/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ spec:
- containerPort: 8443
name: https
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion test/e2e/ignorepaths/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ spec:
- containerPort: 8443
name: https
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
2 changes: 1 addition & 1 deletion test/e2e/static-auth/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
securityContext:
allowPrivilegeEscalation: false
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/tokenrequest/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ spec:
- containerPort: 8443
name: https
- name: prometheus-example-app
image: quay.io/brancz/prometheus-example-app:v0.1.0
image: quay.io/brancz/prometheus-example-app:v0.5.0
args:
- "--bind=127.0.0.1:8081"

0 comments on commit b76470f

Please sign in to comment.