Skip to content

Commit

Permalink
fix: cronjob arm64 image (#5113)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 authored Sep 26, 2024
1 parent 1243fd3 commit 2fd2f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/providers/cronjob/src/utils/json2Yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const json2CronJob = (data: CronJobEditType) => {
}

if (data.jobType === 'launchpad') {
data.imageName = 'nowinkey/curl-kubectl:v1.0.4';
data.imageName = 'labring4docker/curl-kubectl:v1.0.0';
data.runCMD = `["/bin/sh", "-c"]`;
const resources = {
requests: {
Expand Down

0 comments on commit 2fd2f07

Please sign in to comment.