We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcad825 + d09423b commit 508b445Copy full SHA for 508b445
hack/uwm_setup_files/prometheus-example-app.yaml
@@ -21,7 +21,7 @@ spec:
21
app: prometheus-example-app
22
spec:
23
containers:
24
- - image: ghcr.io/rhobs/prometheus-example-app:0.3.0
+ - image: ghcr.io/rhobs/prometheus-example-app:0.5.0
25
imagePullPolicy: IfNotPresent
26
name: prometheus-example-app
27
---
test/e2e/uwm_helpers.go
@@ -107,7 +107,7 @@ func deployUserApplication(f *framework.Framework) error {
107
Containers: []v1.Container{
108
{
109
Name: "prometheus-example-app",
110
- Image: "ghcr.io/rhobs/prometheus-example-app:0.3.0",
+ Image: "ghcr.io/rhobs/prometheus-example-app:0.5.0",
111
SecurityContext: getSecurityContextRestrictedProfile(),
112
},
113
0 commit comments