Skip to content

Commit

Permalink
Example: Set correct image
Browse files Browse the repository at this point in the history
This commit sets the correct image for the
cronjob.sample.yaml file.

Signed-off-by: darox <[email protected]>
  • Loading branch information
darox committed Dec 25, 2024
1 parent 9ccc125 commit 8f6dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronjob.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: talos-backup
image: registry.example.com/myusername/talos-backup:latest
image: ghcr.io/siderolabs/talos-backup:v0.1.0-beta.2-1-g9ccc125
workingDir: /tmp
imagePullPolicy: IfNotPresent
env:
Expand Down

0 comments on commit 8f6dee6

Please sign in to comment.