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

Update alpine/k8s Docker tag to v1.28.3 #1092

Merged
merged 1 commit into from
Nov 15, 2023
Merged
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
2 changes: 1 addition & 1 deletion charts/quantum-serverless/charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ application:
minReplicas: 1
maxReplicas: 4
opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9
kubectlImage: alpine/k8s:1.28.2@sha256:d7b859ed3422c920e733e07c860867f208796a03b35960530ac8da63ffb2c262
kubectlImage: alpine/k8s:1.28.3@sha256:80cc5c2761e25873a2f15899354cc0fd0b7b3485499be01ece6573834b0b5b15
scrapeWithPrometheus: true
openTelemetry: false
openTelemetryCollector:
Expand Down
2 changes: 1 addition & 1 deletion charts/quantum-serverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gateway:
ray:
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.7.1-py39"
opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-9
kubectlImage: alpine/k8s:1.28.2@sha256:d7b859ed3422c920e733e07c860867f208796a03b35960530ac8da63ffb2c262
kubectlImage: alpine/k8s:1.28.3@sha256:80cc5c2761e25873a2f15899354cc0fd0b7b3485499be01ece6573834b0b5b15
limits:
maxJobsPerUser: 2
maxComputeResources: 4
Expand Down
Loading