Skip to content

Commit

Permalink
chore(k8s): Replace version in k8s manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
svccicd committed Jan 4, 2025
1 parent 73fbeb3 commit 850cc06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: netbox-ssot
image: ghcr.io/bl4ko/netbox-ssot:v1.7.12
image: ghcr.io/bl4ko/netbox-ssot:v1.7.13
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion k8s/cronjob_with_cert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: netbox-ssot
image: ghcr.io/bl4ko/netbox-ssot:v1.7.12
image: ghcr.io/bl4ko/netbox-ssot:v1.7.13
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 850cc06

Please sign in to comment.