Skip to content

Commit

Permalink
update hpa image with bultin redhat image
Browse files Browse the repository at this point in the history
  • Loading branch information
TmNguyen12 committed Nov 13, 2024
1 parent fad4551 commit ad70fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/internal/e2e-resources/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: nri-bundle-sa
containers:
- name: calculate-pi
image: image-registry.openshift-image-registry.svc:5000/e2e-openshift-running/python:3.9-slim
image: registry.access.redhat.com/ubi8/python-39:latest
command: ["python", "/app/calculate_pi.py"]
volumeMounts:
- name: script-volume
Expand Down

0 comments on commit ad70fc5

Please sign in to comment.