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 Dec 24, 2024
1 parent d6f2d45 commit 6b9ea6a
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
@@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: netbox-ssot
image: ghcr.io/bl4ko/netbox-ssot:v1.7.9
image: ghcr.io/bl4ko/netbox-ssot:v1.7.10
imagePullPolicy: Always
resources:
limits:
2 changes: 1 addition & 1 deletion k8s/cronjob_with_cert.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: netbox-ssot
image: ghcr.io/bl4ko/netbox-ssot:v1.7.9
image: ghcr.io/bl4ko/netbox-ssot:v1.7.10
imagePullPolicy: Always
resources:
limits:

0 comments on commit 6b9ea6a

Please sign in to comment.