diff --git a/examples/non-resource-url-token-request/README.md b/examples/non-resource-url-token-request/README.md index 477f9d8c0..9cd2d6ac0 100644 --- a/examples/non-resource-url-token-request/README.md +++ b/examples/non-resource-url-token-request/README.md @@ -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" ``` diff --git a/examples/non-resource-url-token-request/deployment.yaml b/examples/non-resource-url-token-request/deployment.yaml index 8046a1bc8..b509a9e5f 100644 --- a/examples/non-resource-url-token-request/deployment.yaml +++ b/examples/non-resource-url-token-request/deployment.yaml @@ -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" diff --git a/examples/non-resource-url/README.md b/examples/non-resource-url/README.md index 4a66159b1..9dc00891b 100644 --- a/examples/non-resource-url/README.md +++ b/examples/non-resource-url/README.md @@ -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" ``` diff --git a/examples/non-resource-url/deployment.yaml b/examples/non-resource-url/deployment.yaml index 1f2ddd39d..c58fe746c 100644 --- a/examples/non-resource-url/deployment.yaml +++ b/examples/non-resource-url/deployment.yaml @@ -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" diff --git a/examples/oidc/deployment.yaml b/examples/oidc/deployment.yaml index 05131ff8e..37f32bb6d 100644 --- a/examples/oidc/deployment.yaml +++ b/examples/oidc/deployment.yaml @@ -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" diff --git a/examples/resource-attributes/README.md b/examples/resource-attributes/README.md index 5937620f7..5930ad6f7 100644 --- a/examples/resource-attributes/README.md +++ b/examples/resource-attributes/README.md @@ -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: diff --git a/examples/resource-attributes/deployment.yaml b/examples/resource-attributes/deployment.yaml index d37721b8d..68fbe87d9 100644 --- a/examples/resource-attributes/deployment.yaml +++ b/examples/resource-attributes/deployment.yaml @@ -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: diff --git a/examples/rewrites/README.md b/examples/rewrites/README.md index 616714ff8..44f652d4a 100644 --- a/examples/rewrites/README.md +++ b/examples/rewrites/README.md @@ -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: diff --git a/examples/rewrites/deployment.yaml b/examples/rewrites/deployment.yaml index c492f7e1a..17c9ec09f 100644 --- a/examples/rewrites/deployment.yaml +++ b/examples/rewrites/deployment.yaml @@ -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: diff --git a/examples/static-auth/README.md b/examples/static-auth/README.md index 220e6d537..e54182773 100644 --- a/examples/static-auth/README.md +++ b/examples/static-auth/README.md @@ -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: diff --git a/examples/static-auth/deployment.yaml b/examples/static-auth/deployment.yaml index 08382c3a2..aaf12f160 100644 --- a/examples/static-auth/deployment.yaml +++ b/examples/static-auth/deployment.yaml @@ -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: diff --git a/scripts/kind-load-local.sh b/scripts/kind-load-local.sh index 9af1eacd9..4eaa199da 100755 --- a/scripts/kind-load-local.sh +++ b/scripts/kind-load-local.sh @@ -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 diff --git a/scripts/templates/non-resource-url-deployment.yaml b/scripts/templates/non-resource-url-deployment.yaml index 063f96971..d20c6d2dc 100644 --- a/scripts/templates/non-resource-url-deployment.yaml +++ b/scripts/templates/non-resource-url-deployment.yaml @@ -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" diff --git a/scripts/templates/non-resource-url-token-request-deployment.yaml b/scripts/templates/non-resource-url-token-request-deployment.yaml index ea65c2b15..048933dbf 100644 --- a/scripts/templates/non-resource-url-token-request-deployment.yaml +++ b/scripts/templates/non-resource-url-token-request-deployment.yaml @@ -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" diff --git a/scripts/templates/oidc-deployment.yaml b/scripts/templates/oidc-deployment.yaml index 9f9147da2..c4e2fc900 100644 --- a/scripts/templates/oidc-deployment.yaml +++ b/scripts/templates/oidc-deployment.yaml @@ -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" diff --git a/scripts/templates/resource-attributes-deployment.yaml b/scripts/templates/resource-attributes-deployment.yaml index ee4e22ffd..b87f9ef2e 100644 --- a/scripts/templates/resource-attributes-deployment.yaml +++ b/scripts/templates/resource-attributes-deployment.yaml @@ -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: diff --git a/scripts/templates/rewrites-deployment.yaml b/scripts/templates/rewrites-deployment.yaml index 988dc2a9e..360dbb79f 100644 --- a/scripts/templates/rewrites-deployment.yaml +++ b/scripts/templates/rewrites-deployment.yaml @@ -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: diff --git a/test/e2e/allowpaths/deployment.yaml b/test/e2e/allowpaths/deployment.yaml index 3ab4a211a..84663f3de 100644 --- a/test/e2e/allowpaths/deployment.yaml +++ b/test/e2e/allowpaths/deployment.yaml @@ -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" diff --git a/test/e2e/basics/deployment.yaml b/test/e2e/basics/deployment.yaml index be9b2469e..801cddb39 100644 --- a/test/e2e/basics/deployment.yaml +++ b/test/e2e/basics/deployment.yaml @@ -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" diff --git a/test/e2e/clientcertificates/deployment-wrongca.yaml b/test/e2e/clientcertificates/deployment-wrongca.yaml index b47c5c822..9cc7590f5 100644 --- a/test/e2e/clientcertificates/deployment-wrongca.yaml +++ b/test/e2e/clientcertificates/deployment-wrongca.yaml @@ -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: diff --git a/test/e2e/clientcertificates/deployment.yaml b/test/e2e/clientcertificates/deployment.yaml index 348ecbcc3..531cab098 100644 --- a/test/e2e/clientcertificates/deployment.yaml +++ b/test/e2e/clientcertificates/deployment.yaml @@ -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: diff --git a/test/e2e/flags/deployment-logtostderr.yaml b/test/e2e/flags/deployment-logtostderr.yaml index 489ec7bea..d1be36284 100644 --- a/test/e2e/flags/deployment-logtostderr.yaml +++ b/test/e2e/flags/deployment-logtostderr.yaml @@ -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" diff --git a/test/e2e/flags/deployment-other-flags.yaml b/test/e2e/flags/deployment-other-flags.yaml index 070eb7932..b1afa9045 100644 --- a/test/e2e/flags/deployment-other-flags.yaml +++ b/test/e2e/flags/deployment-other-flags.yaml @@ -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" diff --git a/test/e2e/http2/deployment-no-http2.yaml b/test/e2e/http2/deployment-no-http2.yaml index 32398eb96..e45f9c7ba 100644 --- a/test/e2e/http2/deployment-no-http2.yaml +++ b/test/e2e/http2/deployment-no-http2.yaml @@ -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" diff --git a/test/e2e/http2/deployment.yaml b/test/e2e/http2/deployment.yaml index c04093ccc..e28d30616 100644 --- a/test/e2e/http2/deployment.yaml +++ b/test/e2e/http2/deployment.yaml @@ -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" diff --git a/test/e2e/ignorepaths/deployment.yaml b/test/e2e/ignorepaths/deployment.yaml index c04093ccc..e28d30616 100644 --- a/test/e2e/ignorepaths/deployment.yaml +++ b/test/e2e/ignorepaths/deployment.yaml @@ -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" diff --git a/test/e2e/static-auth/deployment.yaml b/test/e2e/static-auth/deployment.yaml index da3e44394..eea9e4f94 100644 --- a/test/e2e/static-auth/deployment.yaml +++ b/test/e2e/static-auth/deployment.yaml @@ -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: diff --git a/test/e2e/tokenrequest/deployment.yaml b/test/e2e/tokenrequest/deployment.yaml index efbe2ccfd..00ddacd29 100644 --- a/test/e2e/tokenrequest/deployment.yaml +++ b/test/e2e/tokenrequest/deployment.yaml @@ -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"