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 Feb 8, 2025
1 parent a40e8ee commit 12190d5
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.9.10
image: ghcr.io/bl4ko/netbox-ssot:v1.9.11
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.9.10
image: ghcr.io/bl4ko/netbox-ssot:v1.9.11
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 12190d5

Please sign in to comment.